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 COM_EHIO_CREATE_OW (Event History: Creation of records for iObjects) is a standard Function Module in SAP ERP and is part of the function group COM_EHIO_OW within the package COM_EVENTHISTORY_IOBJECT.
Function Module | COM_EHIO_CREATE_OW |
Short Text | Event History: Creation of records for iObjects |
Function Group | COM_EHIO_OW |
Package | COM_EVENTHISTORY_IOBJECT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_EVHIST_IO | TYPE | COMT_EVHIST_IO_IMP_TAB | Event History: Record Creation for Individual Objects | |
IV_LOG_HANDLE | TYPE | BALLOGHNDL | Application Log: Log handle |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_EVHIST_IO_CREATED | TYPE | COMT_EVHIST_IO_TAB | Event History: Records Created | |
ET_EVHIST_IO_ERROR | TYPE | COMT_EHIO_ERROR_TAB | Event History: Record Not Processed Because of an Error |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.