Skip to Content
0
Former Member
May 14, 2008 at 09:23 AM

SNRO T.CODE

44 Views

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