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 DDUT_APPENDS_GET (DD: Interface for Finding all the Append Structures of a Table) is a standard Function Module in SAP ERP and is part of the function group SDTO within the package SDIC.
Function Module | DDUT_APPENDS_GET |
Short Text | DD: Interface for Finding all the Append Structures of a Table |
Function Group | SDTO |
Package | SDIC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
STATE | TYPE | DDOBJSTATE | 'A' | A' - only active, 'M' - all |
TABNAME | TYPE | DDOBJNAME | Name of the Appending Tables | |
TYPE | TYPE | DDOBJTYP | 'TABL' | Append Structures or Append Search Helps |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
APPEND_TAB | LIKE | DCAPPENDS | List of Appends Found |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ILLEGAL_INPUT | Value not Allowed for Parameter |