SAP SELECTION-SCREEN SKIP ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• SKIP SELECTION-SCREEN

SELECTION-SCREEN, SKIP
Short Reference

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 below the lines already filled. The value n must be specified directly as a single-digit positive number. If n is not specified, a single blank line is created.
The ldb_additions can only be used in the selection include of a logical database.

Return to menu