cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a document from DMS

gautam_totekar
Active Participant
0 Kudos

Hi Experts.

I have to develop an ABAP code where I have to Retrieve a particular word document uploaded in DMS edit some fields in it and then print it. I dont know how to write the code.

i was told to use OFFICE INTEGRATION classes but have no idea of anything.

Can some help me.?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I am not sure how to edit the fields or print it but you can retrieve the uploaded document in DMS using the FM C_DESK_DOC_GET_URL where in there are two components as export parameter . The pt_url gives you the URL of the document which when put into a browser gives the document content.