The Function Module DSVAS_RPGEN_DOCUMENT_WRITE () is a standard Function Module in SAP ERP and is part of the function group DSVAS_RPGEN within the package DSVAS.
Function Module | DSVAS_RPGEN_DOCUMENT_WRITE |
Short Text | |
Function Group | DSVAS_RPGEN |
Package | DSVAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PF_DOCID | TYPE | DSVASDOCID | File Name | |
PF_DOCSIZE | LIKE | DSVASREPODOCHEAD-DOCSIZE | Document size (bytes) | |
PF_LANGUAGE | LIKE | DSVASREPODOCHEAD-SPRAS | Language | |
PF_OBJKEY1 | LIKE | DSVASREPODOCHEAD-OBJKEY1 | Object key 1 | |
PF_OBJKEY2 | LIKE | DSVASREPODOCHEAD-OBJKEY2 | Object key 2 | |
PF_OBJKEY3 | LIKE | DSVASREPODOCHEAD-OBJKEY3 | Object key 3 | |
PF_OBJKEY4 | LIKE | DSVASREPODOCHEAD-OBJKEY4 | Object key 4 | |
PF_OBJKEY5 | LIKE | DSVASREPODOCHEAD-OBJKEY5 | Object key 5 | |
PF_OVERWRITE | TYPE | C | 'X' | |
PF_SESSGRP | LIKE | DSVASSESSID-SESSGRP | Session Group | |
PF_SESSTYPE | LIKE | DSVASSESSID-SESSTYPE | Session Type | |
PF_SESSVERSNR | LIKE | DSVASSESSID-SESSVERSNR | 1 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PF_DOCKEY | LIKE | DSVASDOCHEAD-DOCID | DSVAS: Document ID |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
EXISTS | Document Already Exists |
FAILED | Failed |
LOCKED | Locked |
PERMISSION_DENIED | No Authorization |