Application Development 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: 

Error - SAP achive link no store document found

Former Member
0 Kudos

Dears,

One of our User when go to tcode vf03 put its Invoce number there and click on Display document.He get error:

SAP achive link no store document found

While I am able to see the same invoice docuement with my ID.

Being a basis person I am having all authorizations so I think that is the reason I am able to see that.

In SU53 also for that user it does not show any missing authorization.

Please suggest the required authorization object for this activity.

Regards,

Shivam Mittal

6 REPLIES 6

mvoros
Active Contributor
0 Kudos

Hi,

try to run authorization trace ST01 for VF03. It will give you a list of all authorization checks, not just the last one. This might help you to identify a missing authorization object.

Cheers

Former Member
0 Kudos

Could be many things. What have you tried so far?

Former Member
0 Kudos

Hi Shivam,

Try to see if the user has the following two objects

1.S_WFAR_OBJ

2.S_WFAR_PRI

using SUIM

Please add S_WFAR_OBJ for the user first and see if the user is able to get the display

Regards

0 Kudos

Dears,

Thanks for reply.

We checked that User does not have object S_WFAR_OBJ .

But my concern is can it be a authorization problem because in SU53 we did not see any authorization missing

and in error also it is not showing any authorization.

Please suggest.

Regards,

Shivam

0 Kudos

Take a look in ST22 for any shortdumps relating to RFC or signon rejected?

Worste comes worse you will need to debug it in "system mode".

Cheers,

Julius

0 Kudos

Hi Did you add the objects provided in the role for the user.

If it does not exist for the user it means that in the SU24 for the transaction you mentioned in the questions those two objects are disabled.

either enable or manually add them and try the testing.

Regards