Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Increasing field length

Former Member
0 Kudos

Hi,

Can anyone please help me with this. I need to increase a field length of the data element 'MENGE'. Is there a possible way of increasing the length since I am getting dumps saying that it the internal table field is too short. An OSS note would be great. OSS Note 396096 is the closest I have but it is used for another field.

Thanks,

Arvin

2 REPLIES 2

Former Member
0 Kudos

hi,

In internal table don't do like this : p_menge like mseg-menge,rather you do this p_menge(22).You can explicitly assign the size when you declare the variable inside the internal table.

Reward if useful.

Gaurav

Former Member
0 Kudos

Its a sap standard program and I cannot change it. Maybe a user-exit or an OSS note can help.