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_DATABASE_UTILITY (Grundfunktionen des Datenbankutilities im Online und Batch mit Prüfungen) is a standard Function Module in SAP ERP and is part of the function group SDDD within the package SDIC.
Function Module | DD_DATABASE_UTILITY |
Short Text | Grundfunktionen des Datenbankutilities im Online und Batch mit Prüfungen |
Function Group | SDDD |
Package | SDIC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALL_FROM_DBUT | LIKE | ' ' | ||
EXEC_MODUS | LIKE | DD02L-AS4LOCAL | 'S' | Execution mode: 'S' - online, 'B'- background |
FCT | LIKE | TBATG-FCT | Function CRE, CNV, DEL, MDF etc... | |
ID_NAME | LIKE | DD12L-INDEXNAME | SPACE | ID of a matchcode or an index |
OBJ_NAME | LIKE | TBATG-TABNAME | Object name | |
OBJ_TYPE | LIKE | TBATG-OBJECT | Object type: TABL, VIEW, INDX, MCOB, MCID, ... | |
POPUP_FLAG | LIKE | ' ' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SUBRC | LIKE | SY-SUBRC |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ABORT_FUNCTION | The user terminated execution |
AUTHORITY_CHECK_FAILED | The user has no authorization for the FCT. |
CONVERSION_ERROR | |
TABLE_IS_LOCKED_BY_TCNV | The table has a lock entry in TCNV |
UNEXPECTED_ERROR | An unexpected error (database) occurred |
UNSUPPORTED_FUNCTION | A function which is not supported was used |
UNSUPPORTED_OBJ_TYPE | An object was used which is not supported |