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 |
|---|---|---|---|---|---|---|---|
| |
DBSYS | TYPE | SYST-DBSYS | SY-DBSYS | Name of DB system | ||
| |
WITH_CHECK | TYPE | SPACE | 'X': with check of length restrictions | |||
| |
WITH_STRING | TYPE | 'X' | 'X': return Type_String for Create table | |||
| |
NULLABLE | TYPE | SPACE | 'X': Do not generate default because nullable | |||
| |
TABNAME | TYPE | TABNAME | '' | Table Name | ||
| |
DBFTYPES | TYPE | DBFTYPE | Table of fields with DB types | |||
| |
DDFIELDS | TYPE | DDFIELD | Table of DD fields | |||
| |
NOT_MAPPABLE | TYPE | Mapping not defined for one of the fields | ||||
Processing Type
| Normal Function 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 |