2012 Aug 02 10:14 AM
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
2012 Aug 02 11:08 AM
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
2012 Aug 02 11:36 AM
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
2012 Aug 02 11:56 AM
2012 Aug 02 11:59 AM
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.
2014 Mar 05 2:35 PM