The Function Module S_AUTH_XML_READ_FILE () is a standard Function Module in SAP ERP and is part of the function group S_AUTH_TOOL_UP_DOWNLOAD within the package S_AUTH_EXTERNAL.
Function Module | S_AUTH_XML_READ_FILE |
Short Text | |
Function Group | S_AUTH_TOOL_UP_DOWNLOAD |
Package | S_AUTH_EXTERNAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILENAME_FOR_DATA | LIKE | RLGRAP-FILENAME | 'c:\temp\table.XML' | Local file for upload/download |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
P_DATA | LIKE | AAA_TREE | Help Structure |
This function module does not define any Exceptions.