cancel
Showing results for 
Search instead for 
Did you mean: 

Open DMS Document in Module Pool?

arpita_churi3
Active Participant
0 Kudos

Hi all,

I have Moudule pool screen and i want to open th DMS documents on click of button in module pool uploaded by end users.

Users are uplodading the DMS Documents through webdynporo.

Is there any way to do this?

Regards,

Arpita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arpita,

Better way do a z-development to display these document with help of abap'r. Since in standrad it's not feasible.

I hope this will help.

Regards,

Ravindra

arpita_churi3
Active Participant
0 Kudos

What is Zdevelopment in this case?

Can you explain in detail.........

arpita_churi3
Active Participant
0 Kudos

My issue is solved.

I have used FM CVAPI_DOC_VIEW.

Former Member
0 Kudos

to open a DIR in display mode u must set parameter ID - CV1, CV2, CV3, CV4 as the document key...and CALL TRANSACTION 'CV03N'.....cv1 - cv4 parameters can be cehcked in spro under dms, maintain key fields....for table draw..

if you want to open attached original then u must call FM: BAPI_DOCUMENT_CHECKOUTVIEW2

arpita_churi3
Active Participant
0 Kudos

Users dont want to go through CV03N.they want that attachment will open directly.

WIth this FM BAPI_DOCUMENT_CHECKOUTVIEW2 will get the data on Application server but how to open the docu?

I wnat to open docu on button click of module pool..Is this possible in Module pool?

Thanks..