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

Problem in Call Statement

Former Member
0 Likes
717

Hi Experts,

in following code what is 'ThNoGet' .

Please let me know haow to find it?

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.

Thanks,

Yogesh

2 REPLIES 2
Read only

Former Member
0 Likes
592

Hi,

that is a C function name written in the kernel.SAP written many C functions in kernelfor its own purpose.For each C function import parameters are passed and in return they will get back some export parameters.

bye

kumar

Read only

Former Member
0 Likes
592

Sounds like you're down in the depths of the NUMBER_GET_NEXT function group... you don't really need to know what goes on in the internal SAP code, just get an understanding of how number ranges work.

Jonathan