The Function Module CHANGEDOCUMENT_PREPARE_POS (Change document: Edit 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_PREPARE_POS |
Short Text | Change document: Edit 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 |
---|---|---|---|---|
IT_CDHDR | TYPE | CDHDR_TAB | Internal Table CDHDR | |
IT_CDPOS_UID | TYPE | CDPOS_UID_TAB | Internal Table CDPOS_UID |
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 | CDSHW | edited change document items | |
I_CDPOS | LIKE | CDPOS | read, unedited change document items |
This function module does not define any Exceptions.