The Function Module CV115_DOC_OPEN_DISPLAY (DVS: Dokument zum Anzeigen öffnen) is a standard Function Module in SAP ERP and is part of the function group CV115 within the package CV.
Function Module | CV115_DOC_OPEN_DISPLAY |
Short Text | DVS: Dokument zum Anzeigen öffnen |
Function Group | CV115 |
Package | CV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PF_API_FLAG | TYPE | C | SPACE | Aufruf im API-Modus |
PF_DOKAR | LIKE | DRAW-DOKAR | Dokumentart | |
PF_DOKNR | LIKE | DRAW-DOKNR | Dokumentnummer | |
PF_DOKTL | LIKE | DRAW-DOKTL | Teildokument | |
PF_DOKVR | LIKE | DRAW-DOKVR | Dokumentversion | |
PF_READ_COMP | TYPE | C | 'X' | Lese Komponenten |
PF_READ_DRAD | TYPE | C | SPACE | Lese Objektverknüpfungen |
PF_READ_DRAP | TYPE | C | 'X' | Lese Statusprotokoll |
PF_READ_DRAT | TYPE | C | 'X' | Lese Kurztexte |
PF_READ_KPRO | TYPE | C | 'X' | Lese Originaldaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PSX_DRAW | LIKE | DRAW | Dokumentdaten |
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 |
---|---|---|---|---|
PTX_DRAD | LIKE | DRAD | Objektverknüpfungen | |
PTX_DRAP | LIKE | DRAP | Protokolldatei Dokument | |
PTX_DRAT | LIKE | DRAT | Kurztexte | |
PTX_DRAZ | LIKE | DRAZ | Zusatzdateien | |
PTX_FILES | TYPE | DMS_TBL_FILE | Originale |
This function module does not define any Exceptions.