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: 

office integration in DMS.

gautam_totekar
Active Participant
0 Kudos

Hi

I want to write a program to view and change documents uploaded through DMS(tr CV01n,CV02n,CV03n).

Can anyone help me with a progarm or share some knowledge regarding how to implement these requirement. Is there any class or function module to open a document.

Thank in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Gautam,

I made a tutorial in the WIKI part for getting the content of a DIR into a binary table

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/transformDIRintoBinaryTable

Perhaps you can use it for your requirement.

Hope this help you .

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi!

We are using the following ones (in 4.6c), they are working correctly.

For creating: BAPI_DOCUMENT_CREATE2

For changing:

BAPI_DOCUMENT_GETDETAIL2 - read document details

BAPI_DOCUMENT_CHANGE2 - change the read document

Regards

Tamá

Former Member
0 Kudos

Hi Gautam,

I made a tutorial in the WIKI part for getting the content of a DIR into a binary table

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/transformDIRintoBinaryTable

Perhaps you can use it for your requirement.

Hope this help you .

Regards