cancel
Showing results for 
Search instead for 
Did you mean: 

Create file original and doc in DMS

former_member334926
Participant
0 Kudos

Hello

External aplication (C#) must access DMS and create one document?

Program in C# is OK. But what customizing I must have in DMS to do work?

This web service http://abc02/ws123/DocumentDownloadService.asmx must create the file original

http://abc02/ws123/documentrequest.aspx?IDDocument=2

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

hi,

please note that DMS BAPIs require always a SAPGUI channel or open RFC

connection to start the SAPHTTP/SAPFTP program that is used to up- or

download files to the client. If the BAPI ist executed in background

mode, the system doesn't know from where to get the original file.

Please do not use BAPIs in background mode, use APIs instead. They are

more flexible regarding RFC calls (background processing). Please read

through SAP note 504692, which contains sample programs for special

checkin/checkout cases. Please read this note and use the sample

programs as a basis for your own coding. Further please see also note

SAP 796709 which also might contain useful information for such cases.

Best regards,

Christoph