REPORT ztest_notepad.
DATA:itab TYPE TABLE OF char100.
DATA:wtab LIKE LINE OF itab.
READ TEXTPOOL 'ZTEST_NOTEPAD' INTO itab LANGUAGE sy-langu.
LOOP AT itab INTO wtab.
WRITE:/ wtab.
ENDLOOP.
0
comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.