Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

get file info

Former Member
0 Kudos

hi!

is possible know the type of a file in unix server?

We need to know if a determinate file is a 'excel' format or not.

in al11 transaction, the file has not extension

thank you!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

EPS_GET_FILE_ATTRIBUTES – Returns attributes for a file

Hope this helps, Do reward.

4 REPLIES 4

Former Member
0 Kudos

hi,

EPS_GET_FILE_ATTRIBUTES – Returns attributes for a file

Hope this helps, Do reward.

0 Kudos

thank you,

but this FM don't give me this info.

Former Member
0 Kudos

You can try the FILE_GET_ATTRIBUTES method of the class CL_GUI_FRONTEND_SERVICES

Regards.

messier31
Active Contributor
0 Kudos

or may be this func mod /SDF/GET_FILE_INFO.

Enjoy SAP.

Pankaj