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 SPLIT_DB_MESSAGES_ADA (Zerlegen der DB Meldungen in eine Tabelle) is a standard Function Module in SAP ERP and is part of the function group SADB within the package SADA.
Function Module | SPLIT_DB_MESSAGES_ADA |
Short Text | Zerlegen der DB Meldungen in eine Tabelle |
Function Group | SADB |
Package | SADA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FORMAT | TYPE | CHAR4 | Not More Closely Defined Area, Possibly Used for Patchlevels |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CURR_IDX | TYPE | INT4 | Natural Number | |
CYC_IDX | TYPE | INT4 | Natural Number | |
END_IDX | TYPE | INT4 | Natural Number |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CYCLIC | TYPE | CHAR1 | Single-Character Flag |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LINETAB | LIKE | SDBALIST | Genaral Structure for List Output | |
MSGTABLE | LIKE | DBMSGSDB | SAP DB: Structure of Message File |
This function module does not define any Exceptions.