The Function Module C14O_CD_OBJECTS_READ_OLD (EHS: Lesen der Änderungsbelegobjekte von der Datenbank) is a standard Function Module in SAP ERP and is part of the function group C14O within the package CBUI.
Function Module | C14O_CD_OBJECTS_READ_OLD |
Short Text | EHS: Lesen der Änderungsbelegobjekte von der Datenbank |
Function Group | C14O |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OBJECT | LIKE | CDHDR-OBJECTID | ||
I_TABLENAME | TYPE | ESP1_TAB_NAME | ||
I_VALFROM | LIKE | SY-DATUM | ||
I_VALTO | LIKE | SY-DATUM |
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 |
---|---|---|---|---|
E_CD_HEADER_TAB | LIKE | CDHDR | ||
E_CD_POSITION_TAB | LIKE | CDSHW | ||
I_OBJECT_TAB | LIKE | CDKEYTAB |
This function module does not define any Exceptions.