cancel
Showing results for 
Search instead for 
Did you mean: 

How to attach a dms stored document in a custom program

former_member143179
Participant
0 Kudos

Dear Sir,

We have developed a screen user interface for feeding of data related to product performance . The data is being save in a z table .  We have a document (say product catalog) which is stored in DMS .   While feeding of data , we want to provide an option to user for attaching of document which are lying in DMS .  The given document will have a link with the primary key of the product performance record .

We request SAP gurus to kindly guide us about the steps to be followed for attaching of the document . 

With Regards

B Mittal

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member585060
Active Contributor
0 Kudos

Hi,

Try the bapi 'BAPI_DOCUMENT_CHECKIN2' to attach any documents for a DMS document. Just refer the documentation of that bapi.

Before calling above bapi, call the BAPI 'BAPI_DOCUMENT_GETDETAIL' to get the DMS details.

Thanks & Regards

Bala Krishna

FredericGirod
Active Contributor
0 Kudos

Hi,

maybe you could find your solution in this documentation

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5...

regards

Fred

bhargava_dns
Participant
0 Kudos

Hi fred,

The link provides info about GOS attachment ,

the attachments get stored in local application server but not in DMS,

can you let me know any info regarding storing the uploaded attachments for GOS to get stored in the DMS.

FredericGirod
Active Contributor
0 Kudos

Hi,

for me (but I'm not an expert) DMS is not a place to store document, is just a place to manage document. DMS could use ArchivLink (like GOS), direct file ...  

regards

Fred