cancel
Showing results for 
Search instead for 
Did you mean: 

reading mime objects in webdynpro abap

Former Member
0 Kudos

Dear All..,

I have uploaded 3 PDF files in to mime of web dynpro application, I want to download those when a user click on a hyperlink. For that I have used IF_MR_API->GET method to get content of the file. Here I am facing some authorization problems, I am able get the content only which users having the all authorizations including developer. Please suggest me how to overcome this.

Thanks & Regards,

Pavan Maganti.

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Pavan,

IF_MR_API->GET has a parameter I_CHECK_AUTHORITY which you can set to false to skip the check of authorization object S_DEVELOP.

Cheers,

Amy

Answers (0)