Menu

SAP Function Module FILE_GET_NAME_AND_LOGICAL_PATH

Assign physical file names and get logical path

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 FILE_GET_NAME_AND_LOGICAL_PATH (Assign physical file names and get logical path) 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_GET_NAME_AND_LOGICAL_PATH
Short Text Assign physical file names and get logical path
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 Client for reading the file name table
ELEMINATE_BLANKS LIKE SY-DATAR 'X' Eliminate blank characters - 'X'
LOGICAL_FILENAME LIKE FILENAME-FILEINTERN Logical file name
OPERATING_SYSTEM LIKE SY-OPSYS SY-OPSYS Operating system
PARAMETER_1 LIKE SPACE Parameter for variable <PARAM_1>
PARAMETER_2 LIKE SPACE Parameter for variable <PARAM_2>
PARAMETER_3 LIKE SPACE Parameter for variable <PARAM_3>
USE_BUFFER LIKE SPACE Buffering flag
USE_PRESENTATION_SERVER LIKE SPACE Use SAPtemu operating system
WITH_FILE_EXTENSION LIKE SPACE Append file format to file names

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FILE_FORMAT LIKE FILENAME-FILEFORMAT File format
FILE_NAME LIKE Physical file name
LOGICAL_PATH LIKE FILEPATH-PATHINTERN Logical path

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
FILE_NOT_FOUND Logical file name is unknown
FILE_SYSTEM_NOT_FOUND File system unknown
OPERATING_SYSTEM_NOT_FOUND Operating system unknown