Name the function module used to convert logical file names to physical file names in ABAP/4 programs.
-
FILE_GET_NAME
-
FILE_READ_AND_GET_TAB
-
LOGICAL_SYSTEM_GET_TEXT
-
FKK_CHECK_PHYSICAL_VIEW
A
Correct answer
Explanation
FILE_GET_NAME is the standard SAP function module used to convert logical file names (defined in transaction FILE) to physical file paths. Logical file names abstract platform-specific path details, allowing the same program to work across different operating systems by mapping names like 'ZEXCEL_OUTPUT' to actual paths like '/usr/sap/tmp/output.xls' on Unix or 'C:\temp\output.xls' on Windows.