The Function Module LIST_DOWNLOAD (ABAP list download) is a standard Function Module in SAP ERP and is part of the function group SYSF within the package SABP.
Function Module | LIST_DOWNLOAD |
Short Text | ABAP list download |
Function Group | SYSF |
Package | SABP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LIST_INDEX | LIKE | SY-LSIND | SLIST_INDEX_DEFAULT | List index |
METHOD | TYPE | C | SPACE | Backup method (RTF, DAT, NOCO) |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.