The Function Module CHANGEDOCUMENT_READ_POSITIONS (Change document: Read change document items) is a standard Function Module in SAP ERP and is part of the function group SCD1 within the package SZD.
Function Module | CHANGEDOCUMENT_READ_POSITIONS |
Short Text | Change document: Read change document items |
Function Group | SCD1 |
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 | Change document number | |
KEYGUID | TYPE | CDPOS_UID-KEYGUID | SPACE | UUID in Character Format |
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 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HEADER | LIKE | CDHDR | Change document header (structure CDHDR) |
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 | CDSHW | Table with edited change document items |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_POSITION_FOUND | No item found |
WRONG_ACCESS_TO_ARCHIVE | incorrect access to archive |