Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERPConnect (Theobald Software): RFC authorization

I want to call a remote SAP function via ERPConnect (Theobald Software):

R3Connection con = new R3Connection("host", 1, "user", "pw", "EN", "700");
con.Open(false);
RFCFunction func = con.CreateFunction("FUNCTION_NAME");

Here I get the following exception:

User ... has no RFC authorization for function group RFC1

Is it generally necessary to have RFC1 group authorization?

like image 752
Elmex Avatar asked Sep 16 '25 02:09

Elmex


1 Answers

Mybe this will help: http://www.theobald-software.com/wiki/ERPConnect_Authority_Objects

like image 102
Kottan Avatar answered Sep 19 '25 14:09

Kottan