Ansicht
Dokumentation

ABAPSELECT-OPTIONS_SHORTREF - SELECT-OPTIONS SHORTREF

ABAPSELECT-OPTIONS_SHORTREF - SELECT-OPTIONS SHORTREF

ABAP Short Reference   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

SELECT-OPTIONS

Reference



Syntax

SELECT-OPTIONS selcrit FOR {dobj|(name)}
              [OBLIGATORY|NO-DISPLAY]
              [VISIBLE LENGTH vlen]
              [NO-EXTENSION]
              [NO INTERVALS]
              [MODIF ID modid]
              [DEFAULT val1 [TO val2] [OPTION opt] [SIGN sign]]
              [LOWER CASE]
              [MATCHCODE OBJECT search_help]
              [MEMORY ID pid]
              [NO DATABASE SELECTION]
              [HELP-REQUEST  [FOR {LOW|HIGH}]]
              [VALUE-REQUEST [FOR {LOW|HIGH}]].


Effect

Declares an internal selection table selcrit for a selection criterion and creates the corresponding input fields on the current selection screen.

Additions

  • FOR ${dobj$|(name)$}
    Specifies the data type with a static reference to a data object dobj or defines the data type using c with a length of 45, and represents the input fields according to the type specified dynamically in name.
  • OBLIGATORY
    Defines the first input field as a mandatory field.
  • NO-DISPLAY
    No input fields are created on the selection screen.
  • NO INTERVALS
    Only the first input field on the selection screen is created.
  • LOWER CASE
    Prevents the content of character-like data objects from being converted into uppercase when they are transferred between input fields and an internal table.





RFUMSV00 - Advance Return for Tax on Sales/Purchases   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 6707 Date: 20240426 Time: 180504     sap01-206 ( 60 ms )