‎2011 Mar 02 9:09 AM
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?
‎2011 Mar 02 9:43 AM
Hi,
Please have alook at SAP Note : 399207
Look into the Diagnosis part. This might help you.
Regards,
Srini.
‎2011 Mar 02 9:47 AM
‎2011 Mar 02 9:50 AM
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