Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: ICP

$
0
0

For that you can do below:

"IF IT HAS ONE LINE THEN:

READ CUSTCODE INDEX 1.

IF SY-SUBRC IS INITIAL.

WRITE:/ 'Customer Code :', CUSTCODE-LOW.

ENDIF.

 

"If multiple lines

Loop at CUSTCODE.

WRITE:/ 'Customer Code :', CUSTCODE-LOW.

ENDLOOP..


Thanks,

Naveen


Viewing all articles
Browse latest Browse all 9236

Trending Articles