Hi,
I want to checkout a bunch of documents via BAPI_DOCUMENT_CHECKOUTVIEW2. The problem is, that I have to save the files via SAPFTP to an external server (in background, if possible).
I do have a hostname, a path, a user with password and the documents with the original files.
What I do now is: save the original documents to the application server. But I don't want to code the SAPFTP-stuff by myself, if it is possible to do that automatically via BAPI_DOCUMENT_CHECKOUTVIEW2.
So: What I have to do to save the originals via SAPFTP to a remote server?