Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Get document from DMS to VB

alla_shlafir
Discoverer
0 Kudos

Hello,

does anyone know how to get the document from DMS to a local drive, while using VB Code (with SAP Connector) or .NET?

I tried to use the 'CVAPI_DOC_CHECKIN' but it didn't work.

maybe it's the wrong function to use...

I've also tried to examine the 'CVAPI_DOC_GETDETAIL' but got an error.

does anyone has a sample code in VB or .NET to get the document from a DMS to a local file?

1 REPLY 1

Former Member
0 Kudos

Try BAPI_DOCUMENT_CHECKOUTVIEW2.

Remember to reward points if this solves ur problem.