Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module CHANGEDOCUMENT_READ (Change document: Read and edit change documents) is a standard Function Module in SAP ERP and is part of the function group SCD2 within the package SZD.
Function Module | CHANGEDOCUMENT_READ |
Short Text | Change document: Read and edit change documents |
Function Group | SCD2 |
Package | SZD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARCHIVE_HANDLE | LIKE | SY-TABIX | 0 | Handle on Open Archive Files |
CHANGENUMBER | LIKE | CDPOS-CHANGENR | SPACE | Change document number |
DATE_OF_CHANGE | LIKE | CDHDR-UDATE | '00000000' | From-change date for search |
DATE_UNTIL | TYPE | CDHDR-UDATE | '99991231' | Change date up to which you want to search |
KEYGUID | TYPE | CDPOS_UID-KEYGUID | SPACE | UUID in character form |
LOCAL_TIME | LIKE | SPACE | local or system time (re: time zone) | |
OBJECTCLASS | LIKE | CDHDR-OBJECTCLAS | Object class | |
OBJECTID | LIKE | CDHDR-OBJECTID | SPACE | Object ID |
TABLEKEY | LIKE | CDPOS-TABKEY | SPACE | Object class table key |
TABLEKEY254 | TYPE | CDPOS_UID-TABKEY | SPACE | Table Key for CDPOS in Character 254 |
TABLENAME | LIKE | CDPOS-TABNAME | SPACE | Object class table name |
TIME_OF_CHANGE | LIKE | CDHDR-UTIME | '000000' | From-change time for search |
TIME_UNTIL | TYPE | CDHDR-UTIME | '235959' | Change time up to which you want to search |
TIME_ZONE | TYPE | TTZZ-TZONE | 'UTC' | If LOCAL_TIME - X: time zone in which the change document was created |
USERNAME | LIKE | CDHDR-USERNAME | SPACE | Last changed by |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EDITPOS | LIKE | CDRED | Table with edited change document items |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_POSITION_FOUND | No item found |
TIME_ZONE_CONVERSION_ERROR | Error converting local to system time |
WRONG_ACCESS_TO_ARCHIVE | incorrect access to archive |