Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module CHANGEDOCUMENT_READ_RANGES (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_RANGES |
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_TAB | TYPE | CDCHANGENR_RANGE_TAB | 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_TAB | TYPE | CDSYSUUID_RANGE_TAB | UUID in Character Format | |
LOCAL_TIME | LIKE | SPACE | local or system time (re: time zone) | |
OBJECTCLASS_TAB | TYPE | CDOBJECTCL_RANGE_TAB | Object Class | |
OBJECTID_TAB | TYPE | CDOBJECTV_RANGE_TAB | Object ID | |
TABLEKEY254_TAB | TYPE | CDTABKEYLO_RANGE_TAB | Table Key for CDPOS in Character 254 | |
TABLEKEY_TAB | TYPE | CDTABKEY_RANGE_TAB | Object class table key | |
TABLENAME_TAB | TYPE | CDTABNAME_RANGE_TAB | 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' | wenn LOCAL_TIME - X: Zeitzone, in der Änd.bel. erstellt wurden |
USERNAME_TAB | TYPE | CDUSERNAME_RANGE_TAB | 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 |