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

function module to update the current number in the SNUM tcode

Former Member
0 Likes
1,100

please let me know a function module to update the current number in the SNUM tcode.

For example : if the current number is 22222 a function module to update it to Mat-22222

4 REPLIES 4
Read only

Former Member
0 Likes
768

See fm NUMBER_GET_NEXT Also check its documentation.

Rob

Read only

0 Likes
768

Rob,

This will get the next available number . not update the current number.

Read only

0 Likes
768

Check FM NUMBER_RANGE_INTERVAL_UPDATE. Help is in SE37.

Read only

0 Likes
768

Hi Amit,

I need to update the current number .this function updates the interval.