Application Development and Automation 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: 
Read only

buffer overflow problem

Former Member
0 Likes
2,262

In transaction qa32, I put my data and I enter usage decision. In inspection lot stock, when I enter one variable and push the button save.I get the error

Buffer is too small,

When I debug the system

CALL 'ThNoGet' ID 'BNRIV' FIELD BNRIV

ID 'NO' FIELD G_NOIVBUFFER

ID 'QUAN' FIELD P_QUANTITY

ID 'PERCENT' FIELD TNRO-PERCENTAGE

ID 'NONRSWAP' FIELD TNRO-NONRSWAP.

here sy-subrc returns 11 for one number range object. how can i solve the problem? how can i enlarge the buffer for this number range object?

3 REPLIES 3
Read only

Former Member
0 Likes
1,224

Hi,

Please have alook at SAP Note : 399207

Look into the Diagnosis part. This might help you.

Regards,

Srini.

Read only

Former Member
0 Likes
1,224

Hi

Please let me know the number range object

Regards

Madhan D

Read only

Former Member
0 Likes
1,224

Hi,

In SNRO check the number range objects associated with it, buffer for number range which is used is the probelm.

you can increase the buffer.

Thanks

Arbind