SAP ABAP Function Module DD_TABL_LENGTH_GET (DD: Compute key, data and total length of a table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDTB (Package) ABAP/4 Dictionary: Tables
Basic Data
Function Module DD_TABL_LENGTH_GET DD: Compute key, data and total length of a table  
Function Group SDTC   Checks for Tables  
Program Name SAPLSDTC    
INCLUDE Name LSDTCU10    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting DATALENGTH TYPE DD03P-INTLEN Data Length
Exporting KEYLENGTH TYPE DD03P-INTLEN Key length
Exporting TABLELENGTH TYPE DD03P-INTLEN Table length
Importing TABNAME TYPE DD02L-TABNAME Table Name
Importing DD02V_WA TYPE DD02V Table Header
Importing INCL_ALIGN TYPE DDREFSTRUC-BOOL ' ' '':DD length, 'X':nametab length with alignment
Tables DD03P_TAB TYPE DD03P Table Fields
Exception WRONG_TABNAME TYPE Wrong Table Name
Exception OP_FAILURE TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in