cancel
Showing results for 
Search instead for 
Did you mean: 

Java or .NET DMS Integration

Former Member
0 Kudos

I am currently integarting SAP DMS with Microsoft .NET using the SAP .NET Connector with Bapi_Document_Checkoutviewx to download files from SAP DMS for use in external systems. This works, but it's slow and unreliable (sometimes the download locks up).

Our system is using HTTP content servers, and the document data is stored in MaxDB databases.

I was wondering what the options were for programmatically downloading files from SAP, in either .NET or Java?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Colin,

Please note that a BAPI always requires a GUI and are not so felxible if they are executed in background. Therefore API function modules will be much more felxible in some special cases. SAP note 504692 contains usefull samples regarding the API functions for check in scenarios. Further please see also SAP note 796709 which contain also necessary information for this action too.

Best regards,

Christoph