‎2009 Jul 03 10:08 AM
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
‎2009 Jul 03 10:24 AM
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
‎2009 Jul 03 10:35 AM
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
‎2009 Jul 03 11:00 AM
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?
‎2009 Jul 03 7:58 PM
Which table are you wanting to retrieve? Normally there is a better way.
Cheers,
Julius
‎2009 Jul 03 2:38 PM
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.