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

Operation_no_authorization

Former Member
0 Likes
522

Hi,

I have created an RFC enabled Function module that post SKF quantities and sends an email using another fm SO_DOCUMENT_SEND_API1. When I run this RFC FM in se37 i was able to post and send email.

But when it is triggered by non-sap application using a service rfc user, the posting are successful but generated error in sending email. Error encountered is OPERATION_NO_AUTHORIZATION, what could probably be the cause of this error?

Thanks in advance!

Hi,

I have created an RFC enabled Function module that post SKF quantities and sends an email using another fm SO_DOCUMENT_SEND_API1. When I run this RFC FM in se37 i was able to post and send email.

But when it is triggered by non-sap application using a service rfc user, the posting are successful but generated error in sending email. Error encountered is OPERATION_NO_AUTHORIZATION, what could probably be the cause of this error?

Thanks in advance!

2 REPLIES 2
Read only

viquar_iqbal
Active Contributor
0 Likes
431

Hi

Please check this link http://mailman.mit.edu/pipermail/sap-wug/2003-July/010005.html

It said " The root cause

appeared to be missing SAPOffice settings for the WF-BATCH user - only the user

ID existed on the system. Once we created the Office information everything was

running as it should. "

Hope this solves the issue

Thanks

Viquar Iqbal

Read only

Former Member
0 Likes
431

Hi,

The user which is used for connecting via RFC does not have authorization. If you try logging through that user and execute the FM you would get the same error. The missing authorization can be detected by using SU53 after executing FM.

Regards,

Kritesh Shah