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

dynamic number range

Former Member
0 Likes
871

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
Read only

Former Member
0 Likes
698

HI,

Can you eloborate u r question...

Read only

0 Likes
698

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.

Read only

uwe_schieferstein
Active Contributor
0 Likes
698

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

Read only

0 Likes
698

thanks uwe.....