ABAP NEW-LINE statement
Posted in ABAP on September 4th, 2012 by Abap masterIn 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 [...]
