Menu

SAP Function Module FAA_FILE_UPLOAD_EXCEL

Einlesen eines Excelfiles von der Workstation

The Function Module FAA_FILE_UPLOAD_EXCEL (Einlesen eines Excelfiles von der Workstation) is a standard Function Module in SAP ERP and is part of the function group FAA_FILE within the package AA_POST.

Technical Information

Function Module FAA_FILE_UPLOAD_EXCEL
Short Text Einlesen eines Excelfiles von der Workstation
Function Group FAA_FILE
Package AA_POST
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DELIMITER TYPE C ',' Begrenzungszeichen der Zellen
I_FILENAME TYPE RLGRAP-FILENAME Lokale Datei für Upload bzw. Download
I_MAXCOLS TYPE SY-INDEX Maximale Anzahl an relevanten Spalten
I_TEST TYPE RAREP-XTEST Testlauf
I_UCOMM TYPE SSCRFIELDS-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_FILECONTENT LIKE Zeile für Tabelle mit Excel-Daten

Exceptions

This function module does not define any Exceptions.