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

Authorization error while access rfc

Former Member
0 Likes
1,046

Hi All,

I have gave authorizations on some tables and i need to acess this tables from Non sap system using rfc function module.

but for every table iam getting NO_AUTHORIZATION message.I noticed while debugging my RFC FM is not calling when iam trying to acess the tables from Non SAP system.I gave S_RFC and assign all activities.

What are the authorization i need to give for RFC ? Did i missed any authorizations for RFC?

Thanks in advance,

Madhu

5 REPLIES 5
Read only

jurjen_heeck
Active Contributor
0 Likes
994

I think starting a trace with ST01 to see which checks are failing will prove to be faster than following random suggestions we come up with

Read only

0 Likes
994

hi,

Actually i need to retrive tables from SAP to NON SAP.When iam running my tool it has to call the RFC FM but it is not calling and giving NO_AUTHORIZATION in my tool.I have put extranal break point also but it is not triggering ..and simply giving me error message

Madhu

Read only

0 Likes
994

Is the RFC user managing to log in?

When you run a trace for that user on the SAP system, is it coming up with any authorisation failures on S_RFC and possibly S_PROGRAM?

Read only

0 Likes
994

Which table are you wanting to retrieve? Normally there is a better way.

Cheers,

Julius

Read only

Former Member
0 Likes
994

Hi,

For Transactional RFC you may need S_RFCACL but that can be confirmed from the Trace only. I may also be the case that for accessing Tables u need access to s_tabu* objects. But this confirmation can only be solved by Trace report. Hence generate a trace and let us know. S_RFC with full auth is fine but that doesnt necessarily solve the access problem.

Regards

Aveek.