Ansicht
Dokumentation

ABAPPARAMETERS_SHORTREF - PARAMETERS SHORTREF

ABAPPARAMETERS_SHORTREF - PARAMETERS SHORTREF

General Material Data   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

PARAMETERS

Reference



Syntax

PARAMETERS { {para[(len)]} | {para [LENGTH len]} }
           [ {TYPE type [DECIMALS dec]}
           | {LIKE dobj}
           | {LIKE (name)} ]
           [ {[OBLIGATORY|NO-DISPLAY] [VISIBLE LENGTH vlen]}
           | {AS CHECKBOX [USER-COMMAND fcode]}
           | {RADIOBUTTON GROUP group [USER-COMMAND fcode]}
           | {AS LISTBOX VISIBLE LENGTH vlen
                [USER-COMMAND fcode] [OBLIGATORY]} ]
           [MODIF ID modid]
           [DEFAULT val]
           [LOWER CASE]
           [MATCHCODE OBJECT search_help]
           [MEMORY ID pid]
           [VALUE CHECK]
           [FOR {TABLE|NODE} node
              [HELP-REQUEST]
              [VALUE-REQUEST]
              [AS SEARCH PATTERN]].


Effect

Declares a parameter para of length len and creates an associated input field on the current selection screen.

Additions

  • LIKE dobj
    Specifies the data type with reference to a data object dobj.
  • LIKE (name)
    Defines the data type for c with length 132, and displays the input field in accordance with the type specified dynamically in name.
  • OBLIGATORY
    Defines the input field as a mandatory field.
  • NO-DISPLAY
    No input field is created on the selection screen.
  • LOWER CASE
    Prevents the conversion of the content of character-like fields to uppercase when transferring data between the input field and the data object.
  • VALUE CHECK
    Checks the input value against type-specific requirements in ABAP Dictionary.
  • VALUE CHECK
    Checks the input value against type-specific requirements in ABAP Dictionary.
  • AS SEARCH PATTERN
    Obsolete: Enables evaluation of a search help in logical databases.





General Material Data   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 8204 Date: 20240328 Time: 181137     sap01-206 ( 55 ms )