cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_DOCUMENT_CHECKOUTVIEW2

Former Member
0 Kudos

Hi all,

I try to execute the BAPI_DOCUMENT_CHECKOUTVIEW2 from JCO connection but the original file is not downloaded.

I have installed a SAPGUI and in my system there are librfc32.dll, saphttp.exe and sapft.exe files.

In my java code i write the following lines:

....

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

"ftp;sapftp;sapftpa;sapkprotp;http;saphttp;saphttpa");

mConnection.setSapGui(2);

mConnection.execute(function);

.....

The function is called but nothing happens!

Someone can help me ?

Thanks in advance,

Stefano

Message was edited by: Stefano Bertuzzi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Good

Go through the following links.I hope this will help you to solve your problem.

http://www.planetsap.com/LIST_ALL_BAPIs.htm

Thanks

Mrutyunjaya Triapthy

Former Member
0 Kudos

Hi Mrutyunjaya,

thank you very much for your answer. I read the message threadID=9881 but after try suggestions my situation is the same.

I write java code with JCO class, have you any ideas ?

I also debug the BAPI but when the function RFC_PING is called the debug is interrupted. Why ?

Regards,

Stefano

Answers (0)