cancel
Showing results for 
Search instead for 
Did you mean: 

DMS access via ABAP

christoph_nagl
Participant
0 Kudos

Hi,

I wrote a testprogramm regarding access to dms system via the function module CALL FUNCTION 'CVAPI_DOC_GETDETAIL'. But i am not allowed to store the file from dms to my local machine. Is there any configuration necessary regarding RFC?

Thanks for your support.

BR,

Christoph

Accepted Solutions (0)

Answers (3)

Answers (3)

christoph_nagl
Participant
0 Kudos

Now it works. The directory on the server wasn't created.

christoph_nagl
Participant
0 Kudos

Hey,

Now it works but when I do the same in Webdynpro it doesn't work anymore. I changed the destination to SAPFTPA but I am not allowed to store the file. Maybe I need admin rights on the application server?

BR,

Christoph

former_member188883
Active Contributor
0 Kudos

Hi Christoph,

You may need proper access rights to write a file on application server. Probably authorization object S_DATASET should help.

Else a admin right should suffice.

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi Christoph,

Try function module BAPI_DOCUMENT_GETDETAIL2. It may help you

Regards,

Deepak Kori