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 IAOM_TOP_HLO_EXT_OBJ_ID_GET (Suche die Id des Top-Objekts entlang des übergeordneten Obj.) is a standard Function Module in SAP ERP and is part of the function group IAOM_MISC_SERVICES within the package IAOM.
Function Module | IAOM_TOP_HLO_EXT_OBJ_ID_GET |
Short Text | Suche die Id des Top-Objekts entlang des übergeordneten Obj. |
Function Group | IAOM_MISC_SERVICES |
Package | IAOM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUS_SCENARIO_ID | TYPE | IAOM_BS_IDENTIFICATION | Geschäftsszenario, für das ein Controlling durchgeführt wird | |
I_EXT_OBJECT_ID | TYPE | IAOM_EXT_OBJECT_ID | Technischer Schlüssel eines externen Objekts | |
I_SUB_OBJ_ATTRS | TYPE | IAOMT_SUB_OBJECT_ATTRIBUTE_TAB | Attribute Subobjekt |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TOP_HLO_BUSINESS_KEY | TYPE | IAOM_BUSINESS_KEY | Betriebswirtsch. (zur Anzeige geeigneter) Objektschlüssel | |
E_TOP_HLO_EXT_OBJECT_ID | TYPE | IAOM_EXT_OBJECT_ID | Technischer Schlüssel eines externen Objekts |
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 |
---|---|
BUS_SCENARIO_UNKNOWN | Geschäftsszenario nicht definiert |
ERROR_OCCURRED | Fehler |
EXT_OBJECT_ID_UNKNOWN | Für externes Objekt keine Kontierungsinformation vorhanden |