Application Development and Automation 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: 
Read only

DMS Code for opening documents

gautam_totekar
Active Participant
0 Likes
2,254

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,348

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á

Read only

0 Likes
1,348

Thanks.

My actual requirement is to open the document do sme changes and then print it. i have written a program already for these uploading documents in Business document navigator. But now client wants it to be done through DMS.

I am using OPEN_DOCUMENT method of interface I_OI_DOCUMENT_PROXY.

To open a document i need document URL.

And i dont know how to get URL for document uploaded in DMS.

Please help.

Read only

Former Member
0 Likes
1,348

hi there...

chk the following link for dms queries... i think it wil be helpful...

do reward if it is or get bak for any other help

Read only

0 Likes
1,348

where is the link?

Thanks

Read only

0 Likes
1,348

I don1t think you can reach a DMS document, which is stored in some SAP tables.

Do you want a document for the archived electronic documents, which are stored on the archive server? For this you have to contact the archive server's manufacturer.

F.e. we are using IXOS archive server, which is made by OpenText.

Regards

Tamá

Read only

0 Likes
1,348

Sir

When you use press display originals push button of transaction CV03n you can view the document.

Now my requirment is to develop a program which opens the document, same as the functionality provided by that push button . i'll give it inputs lsay doknr-Document number .

The rest of the program to make changes in an opened documenid ready here i use document handle macros to do changes and then send it for printing.

Read only

Former Member
0 Likes
1,348

Sorry... i forgot to post the link last time

www.verveko.com/pdf/pta_bank_cs.pdf

hope it helps.