SAP SELECTION-SCREEN SKIP ABAP Statements

Get Example source ABAP code based on a different SAP table
  



SELECTION-SCREEN - SKIP

Short Reference
• SKIP SELECTION-SCREEN


ABAP Syntax ABAP_KEY SELECTION-SCREEN SKIP [n]
[ldb_additions].

What does it do? This statement creates n blank lines on the current selection screen among the lines already filled. You must specify the value n directly as a single-digit positive number. If you do not specify n, the system creates one blank line.

The additions ldb_additions can only be used in a selection include for a logical database.

Return to menu