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 PLANNED_CHANGES_READ_HEADERS (Change document: Read change document scheduling headers) is a standard Function Module in SAP ERP and is part of the function group SCD3 within the package SZD.
Function Module | PLANNED_CHANGES_READ_HEADERS |
Short Text | Change document: Read change document scheduling headers |
Function Group | SCD3 |
Package | SZD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_CHNGNO_SPACE | TYPE | CDFLAG | X' - Selection from PCDHDR with ACT_CHANGNO - space | |
DATE_OF_CHANGE | LIKE | PCDHDR-UDATE | '00000000' | From-change date for search |
NOPLUS_ASWILDCARD_INOBJID | TYPE | C | SPACE | Flag: If !- SPACE then no conversion from PLUS: WILDCARD character |
OBJECTCLASS | LIKE | PCDHDR-OBJECTCLAS | Object class for which change document headers are to be determined | |
OBJECTID | LIKE | PCDHDR-OBJECTID | SPACE | Object ID |
PLANNED_CHANGE_NUMBER_FROM | LIKE | PCDHDR-PLANCHNGNR | Change number-from | |
PLANNED_CHANGE_NUMBER_TO | LIKE | PCDHDR-PLANCHNGNR | SPACE | Change number-to |
TIME_OF_CHANGE | LIKE | PCDHDR-UTIME | '000000' | From-change time for search |
UDATE_TO | LIKE | PCDHDR-UDATE | To-Change Date for Search | |
USERNAME | LIKE | PCDHDR-USERNAME | SY-UNAME | 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 |
---|---|---|---|---|
I_CDHDR | LIKE | PCDHDR | Table with determined header information |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_POSITION_FOUND | No item found |