The Function Module C14O_CD_OBJECTS_READ (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 |
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 | '00000000' | |
I_VALTO | LIKE | SY-DATUM | 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_HPOS_TAB | LIKE | CDRED | ||
I_OBJECT_TAB | LIKE | CDKEYTAB |
This function module does not define any Exceptions.