This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.
Check it out on amazon.com →The Function Module FILE_VALIDATE_NAME (Anhand eines logischen Dateinamens den physischen Dateinamen vergeben) is a standard Function Module in SAP ERP and is part of the function group SFIL within the package SFIL.
Function Module | FILE_VALIDATE_NAME |
Short Text | Anhand eines logischen Dateinamens den physischen Dateinamen vergeben |
Function Group | SFIL |
Package | SFIL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | SY-MANDT | Mandant zum Lesen der Dateinamentabelle |
ELIMINATE_BLANKS | LIKE | SY-DATAR | 'X' | Leerzeichen eliminieren - 'X' |
LOGICAL_FILENAME | LIKE | FILENAME-FILEINTERN | Logischer Dateiname | |
OPERATING_SYSTEM | LIKE | SY-OPSYS | SY-OPSYS | Betriebssystem des Applikationsservers |
PARAMETER_1 | LIKE | SPACE | Parameter für Variable <PARAM_1> | |
PARAMETER_2 | LIKE | SPACE | Parameter für Variable <PARAM_2> | |
PARAMETER_3 | LIKE | SPACE | Parameter für Variable <PARAM_3> | |
USE_BUFFER | LIKE | SPACE | Kennzeichen, ob gepuffert gearbeitet werden soll | |
WITH_FILE_EXTENSION | LIKE | SPACE | Dateiformat an Dateinamen hängen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TS_ALIAS | TYPE | FILE_TS_FILEINTERN | Table with maintained aliases | |
VALIDATION_ACTIVE | TYPE | BOOLE_D | Validation is active |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
LOGICAL_FILENAME_NOT_FOUND | Ungültiger Name |
VALIDATION_FAILED | Dateiname entspricht nicht den Vorgaben |