Menu

SAP Function Module DD_TABL_ACTM

DD: outer table activation program

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module DD_TABL_ACTM (DD: outer table activation program) is a standard Function Module in SAP ERP and is part of the function group SDTA within the package SDTB.

Technical Information

Function Module DD_TABL_ACTM
Short Text DD: outer table activation program
Function Group SDTA
Package SDTB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUTH_CHK LIKE DDREFSTRUC-BOOL 'X'
CYCLEOBJ LIKE DCTABLCTRL-CYCLEOBJ ' ' DD: Object Occurs in a Cycle
EXCOMMIT LIKE DCTABLACT-EXCOMMIT 'X'
GETSTATE LIKE DCTABLGET-TABL 'M'
MODE LIKE DDREFSTRUC-MODE 1
NTAB_PUTSTATE LIKE DDXTT-MODEFLAG 'A'
PRID LIKE SY-TABIX
SETTMST LIKE DCTABLACT-SETTMST ' '
TABNAME LIKE DD02V-TABNAME
TIMER_ON LIKE ' '
UPGRMODE LIKE DCTABLACT-UPGRMODE ' '

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACT_RESULT LIKE SY-SUBRC
CTRL_TABL_RES LIKE DCTABLRES
DD02V_WA LIKE DD02V

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ACCESS_FAILURE
DBCHANGE_FAILURE
NTAB_GEN_FAILURE
PUT_FAILURE
READ_FAILURE