In ABAP programming NEW-LINE statement is used for inserting line breaks in a list.
- It set the list cursor to the next line after the current line.
- If the current line is set by other ABAP statements like BACK, SKIP etc, list cursor wont change to the next line.
Synatx usage :
NEW-LINE [NO-SCROLLING|SCROLLING].
- The output lines with NO-SCROLLING addition cannot move horizontal.
Here is sample program.
Also Read : View Other ABAP Keywords & Syntax -> ABAP Transaction codes