‎2008 Apr 07 8:09 AM
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
‎2008 Apr 07 10:31 AM
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
‎2008 Apr 08 7:22 AM
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