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 CVAPI_DOC_CREATE_WITH_TEMPLATE (DVS: Dokument mit Vorlage anlegen) is a standard Function Module in SAP ERP and is part of the function group CVAPI01 within the package CV.
Function Module | CVAPI_DOC_CREATE_WITH_TEMPLATE |
Short Text | DVS: Dokument mit Vorlage anlegen |
Function Group | CVAPI01 |
Package | CV |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COPYORIGINALS | LIKE | BAPI_DOC_AUX-FLAG | 'X' | Originale kopieren |
PF_CREATE_NEW_VERSION | TYPE | BAPI_DOC_AUX-FLAG | SPACE | Neue Version anlegen |
PF_DOKAR | TYPE | DRAW-DOKAR | Dokumentart | |
PF_DOKNR | TYPE | DRAW-DOKNR | Dokumentnummer | |
PF_DOKTL | TYPE | DRAW-DOKTL | Teildokument | |
PF_DOKVR | TYPE | DRAW-DOKVR | Dokumentversion | |
PF_REF_DOKNR | TYPE | DRAW-DOKNR | Dokumentnummer der Vorlage | |
PF_REF_DOKTL | TYPE | DRAW-DOKTL | Teildokument der Vorlage | |
PF_REF_DOKVR | TYPE | DRAW-DOKVR | Dokumentversion der Vorlage | |
PS_API_CONTROL | TYPE | CVAPI_API_CONTROL | API-Kontrollstruktur | |
PS_DOC_STATUS | TYPE | CVAPI_DOC_STATUS | Statusdaten für API |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PFX_DOKAR | LIKE | DRAW-DOKAR | Dokumentart | |
PFX_DOKNR | LIKE | DRAW-DOKNR | Dokumentnummer | |
PFX_DOKTL | LIKE | DRAW-DOKTL | Teildokument | |
PFX_DOKVR | LIKE | DRAW-DOKVR | Dokumentversion | |
PSX_DRAW | LIKE | DRAW | Dokumentinformationssatz | |
PSX_MESSAGE | LIKE | MESSAGES | Messages |
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 |
---|---|---|---|---|
PT_DRAD | LIKE | DRAD | Objektverknüpfungen die übernommen werden sollen |
This function module does not define any Exceptions.