‎2010 May 25 3:12 PM
Hello,
I need a function that automatically increase the numbering of a numeric field in a table Z in the data dictionary, such as when the number is generated in an accounting document.
Thank you
‎2010 May 25 3:40 PM
Hello
consider creation of a new interval for an existing number range object or even creation of a new Z-number range object.
See transaction SNRO and its docu:
http://help.sap.com/saphelp_erp60_sp/helpdata/EN/2a/f9ff44493111d182b70000e829fbfe/frameset.htm
‎2010 May 25 3:40 PM
create a number range object in the transsaction SNRO
and get the number using the FM 'NUMBER_GET_NEXT'
regards, sebastiá
‎2010 May 25 3:41 PM
Moderator message - Please search before asking - post locked Rob
‎2010 May 25 3:41 PM
Hello,
You can achieve that through Number range Objects & then use the function module NUMBER_GET_NEXT to generate the next sequential number each time.
Regards,
Saurabh