SAP ABAP Function Module ITS_FILE_OPEN_DIALOG (INTERNAL DO NOT USE: Zeigt einen Dialog "Datei Öffnen" an)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-ITS (Application Component) SAP Internet Transaction Server
⤷
SIT1 (Package) Tools and Services for ITS and SAP GUI for HTML
⤷
⤷
Basic Data
| Function Module | ITS_FILE_OPEN_DIALOG | INTERNAL DO NOT USE: Zeigt einen Dialog "Datei Öffnen" an |
| Function Group | SIT1 | Tools for ITS and SAPGUI for HTML |
| Program Name | SAPLSIT1 | Tools for ITS and SAPGUI for HTML |
| INCLUDE Name | LSIT1U10 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
FILE_TABLE | TYPE | FILETABLE | Tabelle, die selektierte Dateien enthält | |||
| |
RC | TYPE | I | Rückgabewert: Anzahl Dateien oder -1 falls Fehler auftritt | |||
| |
WINDOW_TITLE | TYPE | SPACE | Titel des Datei-Öffnen Dialogs | |||
| |
DEFAULT_EXTENSION | TYPE | SPACE | Vorschlagserweiterung | |||
| |
DEFAULT_FILENAME | TYPE | SPACE | Vorschlagsdateiname | |||
| |
FILE_FILTER | TYPE | SPACE | Filterstring für Dateierweiterung | |||
| |
WITH_ENCODING | TYPE | ABAP_BOOL | file encoding | |||
| |
INITIAL_DIRECTORY | TYPE | SPACE | Ausgangsverzeichnis | |||
| |
MULTISELECTION | TYPE | ABAP_BOOL | Mehrfachselektion möglich | |||
| |
SELECTION_ERROR | TYPE | Kommunikationsfehler | ||||
| |
SELECTION_CANCEL | TYPE | Fenster geschlossen ohne Selektion | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20060330 |
| SAP Release Created in | 50A |