SAP ABAP Function Module DB_MAP_DDFIELDS (Maps a table of DD fields onto the DB fields)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DB_MAP_DDFIELDS Maps a table of DD fields onto the DB fields  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U20    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS Name of DB system
Importing WITH_CHECK TYPE SPACE 'X': with check of length restrictions
Importing WITH_STRING TYPE 'X' 'X': return Type_String for Create table
Importing NULLABLE TYPE SPACE 'X': Do not generate default because nullable
Importing TABNAME TYPE TABNAME '' Table Name
Tables DBFTYPES TYPE DBFTYPE Table of fields with DB types
Tables DDFIELDS TYPE DDFIELD Table of DD fields
Exception NOT_MAPPABLE TYPE Mapping not defined for one of the fields
               
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