Multiple choice technology programming languages

Name the function module used to convert logical file names to physical file names in ABAP/4 programs.

  1. FILE_GET_NAME

  2. FILE_READ_AND_GET_TAB

  3. LOGICAL_SYSTEM_GET_TEXT

  4. FKK_CHECK_PHYSICAL_VIEW

Reveal answer Fill a bubble to check yourself
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.