Saturday, June 8, 2024

Blank Lines in SAP ABAP

WRITE: 'First line of text',

       SKIP ,  " This inserts two blank lines
       'Second line of text'.

The SKIP command allows us to control the number of blank lines inserted for better formatting.


No comments:

Post a Comment