Ansicht
Dokumentation

ABAPDESCRIBE_FIELD_SHORTREF - DESCRIBE FIELD SHORTREF

ABAPDESCRIBE_FIELD_SHORTREF - DESCRIBE FIELD SHORTREF

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

DESCRIBE FIELD

Reference



Syntax

DESCRIBE FIELD dobj
  [TYPE typ [COMPONENTS com]]
  [LENGTH ilen IN {BYTE|CHARACTER} MODE]
  [DECIMALS dec]
  [OUTPUT-LENGTH olen]
  [HELP-ID hlp]
  [EDIT MASK mask].


Effect

Determines the attributes of a data object dobj.

Additions

  • TYPE typ $[COMPONENTS com$]
    Returns the data type in typ and the number of components in com.
  • LENGTH ilen IN ${BYTE$|CHARACTER$} MODE
    Returns the length in bytes or characters in ilen.
  • OUTPUT-LENGTH olen
    Returns the output length on the screens in olen.
  • HELP-ID hlp
    Returns the name of the data element in ABAP Dictionary referred to by the type of dobj hlp.
  • EDIT MASK mask
    Returns the name of the conversion routine in ABAP Dictionary
    that is assigned to the type of dobj in mask. the type of dobj hlp.
  • EDIT MASK mask
    Returns the name of the conversion routine in ABAP Dictionary
    that is assigned to the type of dobj in mask.





Fill RESBD Structure from EBP Component Structure   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1894 Date: 20240517 Time: 111758     sap01-206 ( 22 ms )