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

SO_DOCUMENT_READ_API1,OPERATION_NO_AUTHORIZATION

Former Member
0 Likes
1,156

Hello All,

Presently m developing zreport which use to read all mail from SOST with status error,m able to get the details by using sost and sofm table but to retrive the attachemnt m using function module  SO_DOCUMENT_READ_API1,when try to get data of a different user it through sy-subrc =2 i.e OPERATION_NO_AUTHORIZATION.How to over come this.

Even i try to execute this function module from BASIS id also still the same proble any idea how to use this function module or any table name which store the attachemnt details.

Thanks

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
949

Hello All,

Closed found some other FM which fullfill my need.

Thanks

Sam

3 REPLIES 3
Read only

Former Member
0 Likes
950

Hello All,

Closed found some other FM which fullfill my need.

Thanks

Sam

Read only

0 Likes
949

Hi Sam,

Please tell us the FM name... which will help others for same scenario.

Regads,

Pravin

Read only

0 Likes
949

Hello Pravin,

Please go through  below FM which may help u and other achiver,

1- SO_OBJECT_GET_CONTENT

2- SO_ATTACHMENT_LIST_READ

Thanks,

Sam