Menu

SAP Function Module TH_DOWNLOAD_BINFILE

Binärdatei auf lokale Datei herunterladen

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

The Function Module TH_DOWNLOAD_BINFILE (Binärdatei auf lokale Datei herunterladen) is a standard Function Module in SAP ERP and is part of the function group THFB2 within the package STSK.

Technical Information

Function Module TH_DOWNLOAD_BINFILE
Short Text Binärdatei auf lokale Datei herunterladen
Function Group THFB2
Package STSK
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUFLINES TYPE I 100 Anzahl der Zeilen pro Download
DIRECTORY TYPE C Vorschlagswert für Verzeichnis
END_POSITION TYPE I -1 Endposition in der Datei
FILENAME TYPE C Vorschlagswert für Dateiname
START_POSITION TYPE I 0 Startposition in der Datei
WITH_DIALOG TYPE C 'X' Dialog führen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACT_FILENAME TYPE C tatsächlicher lokaler Dateiname
ACT_FILESIZE TYPE I Anzahl der übertragenen Bytes

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ACCESS_DENIED Keine Berechtigung zum Anlegen der Datei
CNTL_ERROR Control-Fehler
DISK_FULL Lokales Speichermedium ist voll
ERROR_NO_GUI Kein GUI vorhanden
FILE_OPEN_ERROR Datei konnte nicht geöffnet werden
FILE_WRITE_ERROR Fehler beim Schreiben der Datei
MISC_ERROR Sonstiger Fehler
NOT_SUPPORTED_BY_GUI Aktion wird vom GUI nicht unterstützt
NO_AUTHORITY Keine Berechtigung zum Ausführen der Aktion
POSITION_ERROR Fehler beim Positionieren in der Datei
USER_CANCELED Abbruch durch Benutzer