ABAPDESCRIBE_FIELD_SHORTREF - DESCRIBE FIELD SHORTREF
Addresses (Business Address Services) BAL_S_LOG - Application Log: Log header dataThis documentation is copyright by SAP AG.
DESCRIBE FIELD
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. - DECIMALS dec
Returns the number of decimal places in dec. - OUTPUT-LENGTH olen
Returns the output length on the screen layouts in olen. - HELP-ID hlp
Returns the name of the data element in the ABAP Dictionary to which the type of dobj refers, in hlp.
- EDIT MASK mask
Returns the name of the conversion routine in the ABAP Dictionary that is assigned to the type of dobj, in mask.
BAL Application Log Documentation General Material Data
This documentation is copyright by SAP AG.
Length: 1675 Date: 20120522 Time: 051230 triton ( 46 ms )






