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 RSD_IOBJNM_GET_FROM_INFOSET (Besorgt InfoObjectnamen aus dem Namen innerhalb eines InfoSets) is a standard Function Module in SAP ERP and is part of the function group RSDN_IOBJ within the package RSD.
Function Module | RSD_IOBJNM_GET_FROM_INFOSET |
Short Text | Besorgt InfoObjectnamen aus dem Namen innerhalb eines InfoSets |
Function Group | RSDN_IOBJ |
Package | RSD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ISET_IOBJNM | TYPE | RSD_IOBJNM | Name des InfoObjects im InfoSet |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FIELDNM | TYPE | FIELDNAME | Feldname | |
E_INFOSET | TYPE | RSQINFOSET | Name des InfoSet | |
E_IOBJNM | TYPE | RSD_IOBJNM | Name des InfoObjects | |
E_IOBJ_TEXT | TYPE | RSTXTLG | Beschreibung InfoObject im InfoSet | |
E_T_IOBJ_CMP | TYPE | RSD_T_IOBJ_CMP | Klammerungen von InfoObjects | |
E_UNINM | TYPE | RSUNINM | Einheiten InfoObject |
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 |
---|---|
NAME_ERROR | Name ist nicht Name eines InfoObjects im InfoSet |
NO_FIELD | Feld ist im InfoSet nicht enthalten |