cancel
Showing results for 
Search instead for 
Did you mean: 

setting value "RfcAllowStartProgram" with JCo

Former Member
0 Kudos

Dear all,

I have a problem using the BAPI "bapi_document_checkoutview2" or/and "bapi_document_checkoutviewX". My JCo client throws the error: "RFC partner does not allow to start any program" while searching for solutions I found out, that there is a function in librfc32 "RfcAllowStartProgram" that I have to set but I can´t find this function in JCo library. Can anybody tell me how to allow the JCo Client to start programs???

Thank you for any tips.

Regards

Roman Becker

roman.becker@sysbe.de

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Roman,

Could you please tell me how do you call RfcAllowStartProgram function in VB.

Thanks.

Abdel SIDHOM

Former Member
0 Kudos

Hi Abdel!

Go thtrought this Thread. I think it will help you:

Regards Waldemar!

Former Member
0 Kudos

Hello Roman,

yesterday I had the same Problem. Try this:

JCO.setMiddlewareProperty("jco.middleware.allow_start_of_programs",

"sapftp;saphttp");

Be sure the two files are installed at your local maschine.

Best Regards

Karim Siebenrok