cancel
Showing results for 
Search instead for 
Did you mean: 

LIFNR Range in loop statement

Mahesh1
Explorer
0 Kudos
111

Hi all,

For the below statement I want to give LIFNR range from 1 to 99999999. This range value is different from the input select-option value. could you also suggest me how this 1 and 99999999 can be converted into standard range like '0000000001' and '0099999999' respectively so that I can use in loop statement

LOOP AT  IT_OUTPUT INTO DATA(WA_OUTPUT)  WHERE  LIFNR IN SO_LIFNR.

 

Accepted Solutions (0)

Answers (0)