cancel
Showing results for 
Search instead for 
Did you mean: 

Create Hyper Link to open the MS Word File

Former Member
0 Kudos

Dear friends,

In Web Dynpro, I want to create a Hyper Link refer to "
Terminal_Z\CTRL_DOC\document_A.doc". Such as the following.

Example: display with table

No.|Filename |Location

1 |document_A |<a href="
Terminal_Z\CTRL_DOC\document_A.doc">
Terminal_Z\CTRL_DOC\document_A.doc</a>

2 |document_B |<a href="
Terminal_Z\CTRL_DOC\document_B.doc">
Terminal_Z\CTRL_DOC\document_B.doc</a>

3 |document_C |<a href="
Terminal_Z\CTRL_DOC\document_C.doc">
Terminal_Z\CTRL_DOC\document_C.doc</a>

When I click on these links, <b>it will open that document from folder CTRL_DOC in Terminal_Z with Microsoft Word Application in my terminal</b>. Is it possible?

By the way Terminal_Z is PC(base on Windows)in my network. Please advise.

PS. My NWDS is SP09 (Java Edition).

Thanks in advances,

SeMs

Message was edited by: Sukasem S.wattanakoon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sukasem

FOr simplest solution you can use FileDownload UI element for viewing the documents.

Follow this link

http://help.sap.com/saphelp_nw04/helpdata/en/43/85b27dc9af2679e10000000a1553f7/frameset.htm

Hope this helps

Regards

Ananda

Former Member
0 Kudos

Dear ananda,

Thanks for your swift reply, I will do it later.

By the way I want to know that if I do not want to download it to display as the solution (because it have many steps: click link, open/save, file download and display), but I want to click that Hyper Link and open it with new window of IE (2 steps: click and display).

Is it possible? I think it is the standard feature of IE.

Please advise.

Thanks in advances,

SeMs,

Message was edited by: Sukasem S.wattanakoon

Former Member
0 Kudos

Hi.

Did u try? creating a resource and open it in an external/modal window. I never have done this, but i think it could works fine.

Best Regards.

Gregory.