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 CHANGEDOCUMENT_CLOSE (Change document: Close change document creation) is a standard Function Module in SAP ERP and is part of the function group SCD0 within the package SZD.
Function Module | CHANGEDOCUMENT_CLOSE |
Short Text | Change document: Close change document creation |
Function Group | SCD0 |
Package | SZD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_OF_CHANGE | LIKE | CDHDR-UDATE | Changed On | |
NO_CHANGE_POINTERS | LIKE | CDHDR-CHANGE_IND | SPACE | Flag: No documents written |
OBJECTCLASS | LIKE | CDHDR-OBJECTCLAS | Object class name | |
OBJECTID | LIKE | CDHDR-OBJECTID | Object value ID | |
OBJECT_CHANGE_INDICATOR | LIKE | CDHDR-CHANGE_IND | 'U' | Flag: Object inserted, changed or deleted |
PLANNED_OR_REAL_CHANGES | LIKE | CDHDR-CHANGE_IND | SPACE | Not used |
TCODE | LIKE | CDHDR-TCODE | Transaction in which change was made | |
TIME_OF_CHANGE | LIKE | CDHDR-UTIME | Changed at | |
USERNAME | LIKE | CDHDR-USERNAME | Changed by (name) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHANGENUMBER | LIKE | CDHDR-CHANGENR | Change document number |
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 |
---|---|
HEADER_INSERT_FAILED | SQL error during INSET of header |
NO_POSITION_INSERTED | No items were entered |
OBJECT_INVALID | OPEN was called with other object |
OPEN_MISSING | No OPEN was carried out |
POSITION_INSERT_FAILED | G/L account number |