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 required for RFC access

Former Member
0 Likes
665

Hi,

I have a .NET application which is integrated with SAP using .NET connector. This application gets data from SAP by calling some remote function modules. For transferring data to and fro, I understood that it requires, RFC authorization for the user. Can we by pass this authorization by any means ?

Thanks,

Srini.

Hi,

I have a .NET application which is integrated with SAP using .NET connector. This application gets data from SAP by calling some remote function modules. For transferring data to and fro, I understood that it requires, RFC authorization for the user. Can we by pass this authorization by any means ?

Thanks,

Srini.

2 REPLIES 2
Read only

Former Member
0 Likes
554

Hi Srini ,

what kind of data u are fetching from SAP , by default RFC shld have S_RFC authorizations , after that in depends upon what kind of data u are fetching.

regards

Prabhu

Read only

0 Likes
554

There is no restriction at the table level for data.

I am able to read data using this S_RFC authorization. But i want to know if i can filter this authorization also.

Thanks,

Srini.