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

Function Module EPS_GET_FILE_ATTRIBUTES not working

Former Member
0 Likes
3,009

Hi Experts,

  I have a requirement, to get file attributes of a file, which is placed on application server. I have used the function module EPS_GET_FILE_ATTRIBUTES, to get the file attributes. but i am getting the Exception READ_ATTRIBUTES_FAILED.

Is there any basis setting, to get the file attributes?

Regards,

Rishi

5 REPLIES 5
Read only

Former Member
0 Likes
1,586

Hi Rishim

Check whether u have authorization or not,

Because i have worked with the same FM and it works fine!!

With regards,

Sudeesh Ravindran

Read only

0 Likes
1,586

Hi Sudeesh,

  I have authorization to read the file contents even i can see the file attributes like creation date, modification date, time, etc.

What could be possible reason, please help.

Regards,

Rishi

Read only

Read only

koolspy_ultimate
Active Contributor
0 Likes
1,586

HI ,

the you get this kind of message, if you do not have the permission to access the file .

You need to contact you admin to give you the permissions to get the attributes of the file.

You can check the attributes using t.code AL11.

Thanks & Regards,

Madhumahesh.


Read only

Former Member
0 Likes
1,586

This message was moderated.