Application Development 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: 

dynamic number range

Former Member
0 Kudos
237

hi friends,

I'm working on module pool programming.How to generate dynamic numbers when user saves the data?

thanks in advance.

4 REPLIES 4

Former Member
0 Kudos
64

HI,

Can you eloborate u r question...

0 Kudos
64

hi,

whenever user saves enetered data on screen,nos say 100001 for the first time,100002 for the second time like this....every time he saves....next dynamic no should be generated.

uwe_schieferstein
Active Contributor
0 Kudos
64

Hello Hosmath

You could create your own number range object (transaction SNRO ) for your application.

To retrieve the next number use fm NUMBER_GET_NEXT (input: range object & number range).

Regards

Uwe

0 Kudos
64

thanks uwe.....