‎2009 Feb 02 4:05 PM
Hi All,
I am writing the regular expressions.
But i didn't get properly how to write them.
I have one internal table with the five fields.
Exapmle wa-mandt = '800'.
wa_number = '3768'
wa_path = '/usr/tmp/sapuser/3768/test.txt.'
append wa to itab.
Loop at itab itno wa.
Here i need to find client and number system id from the WA using regular expression in singe line
endloop.
Can anybody please explain how to write this.
Thanks,
‎2009 Feb 02 4:17 PM
Hi,
What do you mean by FIND?
If I got it right, you can use a READ statement with KEY f1 f2 etc BINARY SEARCH.Mention all the fields you want in the KEY fields.
Dont forget to SORT this itab before the loop.
Thanks
Kiran