Data Element list used by SAP ABAP Function Module DD_TABL_LENGTH_GET (DD: Compute key, data and total length of a table)
SAP ABAP Function Module
DD_TABL_LENGTH_GET (DD: Compute key, data and total length of a table) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
DDBOOL_D | DD: truth value | SOURCE VALUE(INCL_ALIGN) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
2 | ![]() |
INTLEN | Internal Length in Bytes | SOURCE VALUE(DATALENGTH) LIKE DD03P-INTLEN |
3 | ![]() |
INTLEN | Internal Length in Bytes | SOURCE VALUE(KEYLENGTH) LIKE DD03P-INTLEN |
4 | ![]() |
INTLEN | Internal Length in Bytes | SOURCE VALUE(TABLELENGTH) LIKE DD03P-INTLEN |
5 | ![]() |
TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |