Hiiii Sirs And Madams...
Here i m again with new que....
And My question is as follows :
what does mean of this coding...
" GET CURSOR LINE WRK_LINESPOL. "
and How can i pass number '11' directly to
function module " NUMBER_GET_NEXT "...
My coding is below :
VAR_NUMRANGE = 11.
FORM GET_NEXT_NO_AGAIN USING VAR_NUMRANGE TYPE ANY.
CALL FUNCTION 'NUMBER_GET_NEXT'
EXPORTING
NR_RANGE_NR = VAR_NUMRANGE
OBJECT = 'YINMI'
IMPORTING
NUMBER = WRK_DOCNO.
but it throws error " For object YINMI , number range interval 11 does not exist YMIS"
Now how to get solution from this :
Regards,
Nirav Parekh