cancel
Showing results for 
Search instead for 
Did you mean: 

How to get physical file path from logical file path

Former Member
0 Kudos

Hi

there is a immediate requirement ,

I have logical file path but I need to get physical file path from it.

So is there any FM which providesthis functionality.

Points will be rewarded.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

monalisa_biswal
Contributor
0 Kudos

Use function module FILE_GET_NAME to obtain physical file path.

Answers (1)

Answers (1)

former_member186016
Active Contributor
0 Kudos

Can you please share the piece of code ?

Which File APIs are you using ?

For java file, you can get complete path by simple method call : getAbsolutePath() on file object.

Regards,

Ashwani Kr Sharma