‎2008 Jul 11 10:05 AM
‎2008 Jul 11 10:14 AM
Hi
A very simple way to achieve this in an ABAP list is to use hotspot format
on your write statement and use fm WS_EXECUTE to launch the document.
Sample code:
Write: / field hotspot.
At Line Selection.
Call Function 'WS_EXECUTE'
Exporting Program = 'C:\Temp\word.doc'
Exceptions ....
Regards
Divya
‎2008 Jul 11 10:10 AM
Just click it?
You need to provide a bit more information where you want the link to appear and where the document resides you want to link to. Depending on these the solution will be different.
Greetings,
Gert.
‎2008 Jul 11 10:13 AM
‎2008 Jul 11 10:14 AM
Hi
A very simple way to achieve this in an ABAP list is to use hotspot format
on your write statement and use fm WS_EXECUTE to launch the document.
Sample code:
Write: / field hotspot.
At Line Selection.
Call Function 'WS_EXECUTE'
Exporting Program = 'C:\Temp\word.doc'
Exceptions ....
Regards
Divya
‎2008 Jul 11 10:27 AM
thanks divya , Dzed Maroz
will reward you if problem will get solve ...
thanks again
‎2008 Jul 11 10:15 AM