BAPI_DOCUMENT_CHECKOUTVIEW2
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