The Function Module PPECD_HDR_WRITE_DOCUMENT (Änderungsbelege für den Einstieg schreiben) is a standard Function Module in SAP ERP and is part of the function group PPECD_HDR within the package CPPEHDR.
Function Module | PPECD_HDR_WRITE_DOCUMENT |
Short Text | Änderungsbelege für den Einstieg schreiben |
Function Group | PPECD_HDR |
Package | CPPEHDR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NO_CHANGE_POINTERS | LIKE | CDHDR-CHANGE_IND | SPACE | Art der Änderung (U, I, E, D) auf das Anwendungsobjekt |
N_PPEHDR | LIKE | PPEHDR | PPE Einstiegsobjekt | |
OBJECTID | LIKE | CDHDR-OBJECTID | Objektwert | |
OBJECT_CHANGE_INDICATOR | LIKE | CDHDR-CHANGE_IND | 'U' | Art der Änderung (U, I, E, D) auf das Anwendungsobjekt |
O_PPEHDR | LIKE | PPEHDR | PPE Einstiegsobjekt | |
PLANNED_CHANGE_NUMBER | LIKE | CDHDR-PLANCHNGNR | SPACE | Nummer, die geplante Änderungen zusammenfaßt |
PLANNED_OR_REAL_CHANGES | LIKE | CDHDR-CHANGE_IND | SPACE | Art der Änderung (U, I, E, D) auf das Anwendungsobjekt |
TCODE | LIKE | CDHDR-TCODE | Transaktion, in der eine Änderung durchgeführt wurde | |
UDATE | LIKE | CDHDR-UDATE | Erstellungsdatum des Änderungsbelegs | |
UPD_PPEHDR | LIKE | CDPOS-CHNGIND | SPACE | Art der Änderung (U, I, E, D) |
USERNAME | LIKE | CDHDR-USERNAME | Benutzername des Änderers im Änderungsbeleg | |
UTIME | LIKE | CDHDR-UTIME | Uhrzeit der Änderung |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.