Menu

SAP Function Module FILE_VALIDATE_NAME

Anhand eines logischen Dateinamens den physischen Dateinamen vergeben

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.

Technical Information

Function Module FILE_VALIDATE_NAME
Short Text Anhand eines logischen Dateinamens den physischen Dateinamen vergeben
Function Group SFIL
Package SFIL
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

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
LOGICAL_FILENAME_NOT_FOUND Ungültiger Name
VALIDATION_FAILED Dateiname entspricht nicht den Vorgaben