The Function Module CVAPI_DOC_CREATE (DVS: Dokument 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 |
Short Text | DVS: Dokument 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 |
---|---|---|---|---|
PF_FTP_DEST | LIKE | RFCDES-RFCDEST | SPACE | FTP-Destination |
PF_HOSTNAME | LIKE | TDWD-NTADR | SPACE | Rechnername des Frontends |
PF_HTTP_DEST | LIKE | RFCDES-RFCDEST | SPACE | HTTP-Destination |
PF_REVLEVEL | LIKE | MCDOK-REVLV | Revisionsstand | |
PF_STATUSLOG | LIKE | DRAP-PROTF | SPACE | Eintrag Statusprotokoll |
PS_API_CONTROL | TYPE | CVAPI_API_CONTROL | API-Kontrollstruktur | |
PS_DRAW | LIKE | DRAW | Dokumentdaten |
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_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_COMP_X | LIKE | CVAPI_DOC_COMP | Komponenten | |
PT_DRAD_X | LIKE | DMS_DB_DRAD | Objektverknüpfungen | |
PT_DRAT_X | LIKE | DMS_DB_DRAT | Kurztexte | |
PT_FILES_X | LIKE | CVAPI_DOC_FILE | Originale |
This function module does not define any Exceptions.