Hi,
I have created an object in SNRO..After tht i saved it and released it..After tht wht is the procedur..
I was using the following code in se38
DATA : number TYPE i.
CALL FUNCTION 'NUMBER_GET_NEXT'
EXPORTING
nr_range_nr = '01'
object = 'YSEQ' "Created in SNRO
IMPORTING
number = number.
its not giving the next number..Guide me wht to do after this