The Function Module DD_TABL_COPY (Copy routine for class table (TABL)) is a standard Function Module in SAP ERP and is part of the function group SDTB within the package SDTB.
Function Module | DD_TABL_COPY |
Short Text | Copy routine for class table (TABL) |
Function Group | SDTB |
Package | SDTB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DST_NAME | LIKE | DD02L-TABNAME | ' ' | |
FORCE | LIKE | DDREFSTRUC-STATE | ' ' | |
GET_STATE | LIKE | DCTABLGET | 'M ' | |
LANGU | LIKE | SY-LANGU | ||
PRID | LIKE | SY-TABIX | 0 | |
SOURCE_SYSTEM | LIKE | 'NONE' | ||
SRC_NAME | LIKE | DD02L-TABNAME | ' ' | |
WITHTEXT | LIKE | DDREFSTRUC-BOOL | ' ' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DD02V_WA | LIKE | DD02V | ||
DD09L_WA | LIKE | DD09L |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DD03P_TAB | LIKE | DD03P | ||
DD05M_TAB | LIKE | DD05M | ||
DD08V_TAB | LIKE | DD08V | ||
DD12V_TAB | LIKE | DD12V | ||
DD17V_TAB | LIKE | DD17V |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COPYING_REFUSED | |
ILLEGAL_VALUE | |
OP_FAILURE |