Application Development and Automation 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: 
Read only

get file info

Former Member
0 Likes
1,093

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
Read only

Former Member
0 Likes
943

hi,

EPS_GET_FILE_ATTRIBUTES – Returns attributes for a file

Hope this helps, Do reward.

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!

4 REPLIES 4
Read only

Former Member
0 Likes
944

hi,

EPS_GET_FILE_ATTRIBUTES – Returns attributes for a file

Hope this helps, Do reward.

Read only

0 Likes
943

thank you,

but this FM don't give me this info.

Read only

Former Member
0 Likes
943

You can try the FILE_GET_ATTRIBUTES method of the class CL_GUI_FRONTEND_SERVICES

Regards.

Read only

messier31
Active Contributor
0 Likes
943

or may be this func mod /SDF/GET_FILE_INFO.

Enjoy SAP.

Pankaj