ABAP Programs: Skipping lines
Written by admin on Nov 13th, 2007 | Filed under: ABAP Programs
REPORT ZSOURCE0803.
WRITE ‘This string will appear on the first line.’.
NEW-LINE.
WRITE: ‘New line’,
/ ‘Yet another line’.
SKIP 3.
WRITE / ’skip 3 produces three empty lines.’.
~~~~~ End of post ~~~~~
———————
ABAPer, mail: abap.community@gmail.com http://abaplearner.blogspot.com



Leave a Reply