‎2008 Apr 04 12:19 PM
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
‎2008 Apr 04 12:22 PM
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á
‎2008 Apr 04 12:44 PM
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.
‎2008 Apr 04 12:38 PM
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
‎2008 Apr 04 12:45 PM
‎2008 Apr 04 12:49 PM
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á
‎2008 Apr 04 12:59 PM
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.
‎2008 Apr 06 5:53 AM