SAP ABAP Function Module DDIF_TABL_PUT (DD: Interface to write a table in the ABAP Dictionary)
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 | DDIF_TABL_PUT | DD: Interface to write a table in the ABAP Dictionary |
| Function Group | SDIF | Interfaces for the ABAP Dictionary |
| Program Name | SAPLSDIF | |
| INCLUDE Name | LSDIFU02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
NAME | TYPE | DDOBJNAME | Name of the Table to be Written | |||
| |
DD02V_WA | TYPE | DD02V | ' ' | Table Header | ||
| |
DD09L_WA | TYPE | DD09V | ' ' | Technical Settings of the Table | ||
| |
DD03P_TAB | TYPE | DD03P | Table Fields | |||
| |
DD05M_TAB | TYPE | DD05M | Foreign Key Fields of the Table | |||
| |
DD08V_TAB | TYPE | DD08V | Foreign Keys of the Table | |||
| |
DD35V_TAB | TYPE | DD35V | Header of the Search Help Assignments of the Table | |||
| |
DD36M_TAB | TYPE | DD36M | Allocations of the Search Help Assignments of the Table | |||
| |
TABL_NOT_FOUND | TYPE | Table Header could not be Found | ||||
| |
NAME_INCONSISTENT | TYPE | Name in Sources Inconsistent with NAME | ||||
| |
TABL_INCONSISTENT | TYPE | Inconsistent Sources | ||||
| |
PUT_FAILURE | TYPE | Write Error (ROLLBACK Recommended) | ||||
| |
PUT_REFUSED | TYPE | Write not Allowed | ||||
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 | 19951201 |
| SAP Release Created in |