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 INTERN_CHECK_DD_NAME (Name eines DD-Objektes prüfen (Fehlerdialog im Popup oder Ausnahmen)) is a standard Function Module in SAP ERP and is part of the function group SED2 within the package SEDD.
Function Module | INTERN_CHECK_DD_NAME |
Short Text | Name eines DD-Objektes prüfen (Fehlerdialog im Popup oder Ausnahmen) |
Function Group | SED2 |
Package | SEDD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERR_MESSAGE | LIKE | DDREFSTRUC-FLAG | ' ' | Flag:X-popup with E-message, else S-message |
FCT | LIKE | RSDXX-FCT | 'E' | Function |
TABCLASS | LIKE | For creation: table/view type (import, optional) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEV_CLASS | LIKE | TADIR-DEVCLASS | Development class | |
EXTEND | TYPE | C | Customer enhancement mode ('X'->yes) | |
E_FROZEN | TYPE | C | AKB-Frozen-Modus('X'->eingefroren, 'P'->partiell eingefroren, ' '->sonst) | |
GO_ON | LIKE | DDREFSTRUC-FLAG | Flag for continuation(' '/S/A/E) | |
MASTERLANGU | LIKE | SY-LANGU | Original language | |
MDF_LANGU | LIKE | SY-LANGU | Language for filling missing text | |
OBJCLASS | LIKE | For creation: table/view type (export) | ||
TADIR_TYPE | LIKE | RSDXX-TROBJTYPE | TADIR type | |
TRANSPORT_KEY | LIKE | TRKEY | Key for transport request (TADIR key) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OBJNAME | LIKE | RSEDD0-DDOBJNAME | Object name | |
OBJTYPE | LIKE | RSEDD0-DDOBJTYPE | Object type (DE type) | |
SECNAME | LIKE | RSEDD0-INDEXID | ' ' | Supplementary name |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_NAME | Name does not satisfy name convention (create) |
INVALID_PARAMETER | Invalid parameter value |
NOT_EXECUTED | Action was cancelled |
OBJECT_ALREADY_EXISTS | Object already exists (create) |
OBJECT_NOT_FOUND | Dictionary object does not exist (display/change) |
OTHER_OBJECT_CLASS | OBJNAME is defined in another object class |
PERMISSION_FAILURE | Access not possible |