cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Download file from DMS in Background

Former Member
0 Kudos

my problem is i not download file in background.

i use BAPI_DOCUMENT_CHECKOUTVIEW2 . it works in fore ground . But its not work in background.

pranesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pranesh,

I am facing the same issue. Did you get any solution for the same ? If yes then please share.

Thanks,

Biswajit

Former Member
0 Kudos

Hi

First this is backround processing. The files need to be checked out to a app server. Check Tcode AL11.

There are a few steps.

First get the document's PHIOS ID. Get the Document's Binary data in a BIN Content table. Now do a open and transfer dataset to the app server.

Phillip

Former Member
0 Kudos

Normally all the function modules are ready to use in background.

Regarding this BAPI,

You use this function module to check out originals of a document and available document structures for display.