Skip to Content
0
Former Member
May 11, 2010 at 11:16 AM

Compare value

24 Views

Dear all,

Here i am using 1 code here below.

loop at itab where matnr eq 'GB%'.

ENDLOOP.

Here i need that whenever 1 st 2 character of matnr eq 'GB' , than want to go inside loop.How can i do that ?

Please , help me......