Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- START-OF-SELECTION.
- write: 'this is start selection'.
- DATA num type i VALUE 10.
- write / num.
- at line-selection.
- write: 'after selection'.
- write : / 'this page is', sy-lsind.
- do sy-lsind TIMES.
- write: / 'repeat round', sy-index.
- enddo.
Advertisement
Add Comment
Please, Sign In to add comment