Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module DD_TABL_ACT (DD: online activation with dependencies) is a standard Function Module in SAP ERP and is part of the function group SDTA within the package SDTB.
Function Module | DD_TABL_ACT |
Short Text | DD: online activation with dependencies |
Function Group | SDTA |
Package | SDTB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_MODE | LIKE | DDREFSTRUC-MODE | 1 | |
AUTH_CHK | LIKE | DDREFSTRUC-BOOL | 'X' | |
DEVICE | LIKE | SPRWR-DEVICE | 'F' | |
PATH | LIKE | ' ' | ||
PRID | LIKE | SY-TABIX | 0 | |
PROTNAME | LIKE | ' ' | ||
TABNAME | LIKE | DD02L-TABNAME | ||
TIMER_ON | LIKE | ' ' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_RESULT | LIKE | SY-SUBRC |
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 |
---|---|---|---|---|
ACT_RES_TAB | LIKE | DCTABLRES |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ACCESS_FAILURE | |
ACTOK_FAILURE | |
DBCHANGE_FAILURE | |
LOCKACT_FAILURE | |
NTAB_GEN_FAILURE | |
PUT_FAILURE | |
READ_FAILURE | |
UNLOCKACT_FAILURE |