The Function Module DSVAS_DOC_DOWNLOAD_50 () is a standard Function Module in SAP ERP and is part of the function group DSVAS_DOC within the package DSVAS.
Function Module | DSVAS_DOC_DOWNLOAD_50 |
Short Text | |
Function Group | DSVAS_DOC |
Package | DSVAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BIN_FILESIZE | LIKE | SPACE | File length for binary files | |
FILENAME | LIKE | SPACE | Name of the file (default value) | |
FILETYPE | LIKE | RLGRAP-FILETYPE | SPACE | File type (ASCII, binary, ...)(default value) |
FILETYPE_NO_CHANGE | LIKE | SPACE | 'x' prevents change to the file format | |
FILETYPE_NO_SHOW | LIKE | SPACE | 'x' prevents display of the file format | |
ITEM | LIKE | SPACE | Header for file dialog | |
MODE | LIKE | RLGRAP-FILEMODE | SPACE | Writing mode (overwrite, append) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_FILENAME | LIKE | Name of the file (entered value) | ||
ACT_FILETYPE | LIKE | RLGRAP-FILETYPE | File type (entered value) | |
CANCEL | LIKE | Is set on 'cancel' | ||
FILESIZE | LIKE | Number of bytes transferred |
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 |
---|---|---|---|---|
DATA_TAB | LIKE | Transfer table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_FILESIZE | Invalid parameter BIN_FILESIZE |
INVALID_TABLE_WIDTH | Invalid table structure |
INVALID_TYPE | Invalid value for parameter FILETYPE |
NO_BATCH | Front end function cannot be executed in batch |
UNKNOWN_ERROR | Not Used |