SAP SELECTION-SCREEN INCLUDE SELOP ABAP Statements

Get Example source ABAP code based on a different SAP table
  



ABAP Code Snippet

Short Reference
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet
ABAP Code Snippet

ABAP Code Snippet
[OBLIGATORY [OFF]]
[NO INTERVALS [OFF]]
[NO-EXTENSION [OFF]]
[MODIF ID modid]
[ID id].

What does it do? The SELECT-OPTIONS addition creates the screen elements for the selection criterion selcrit on the current selection screen. You must specify a selection criterion for selcrit that has already been declared with a SELECT-OPTIONS statement on a previous selection screen. All the properties of the selection criterion are copied from the original selection screen.

The OBLIGATORY, NO INTERVALSNO-EXTENSION, and MODIF ID additions have the same meaning as in the SELECT-OPTIONS statement and overwrite the corresponding properties copied from the original selection screen. If the selection criterion was declared with OBLIGATORY orNO INTERVALS additions on the original selection screen, you can deactivate these properties on the current selection screen by specifying OFF.

The ID addition can only be used in a selection include for a logical database.

ABAP Code Snippet the selection table selcrit can be filled with values from several selection screens at the same time.

Return to menu