2007 Apr 24 1:46 AM
Hi Experts,
Could anyone please tell me how to open a PDF file (to call Adobe Reader to display the file) from a specific directory.
Thanks in advance.
Regards,
Tiwa Noitawee.
Message was edited by:
Tiwa Noitawee
2007 Apr 24 2:17 AM
Hi,
You can use the FM WS_EXECUTE
Check this ex..
CALL FUNCTION 'WS_EXECUTE'
EXPORTING
DOCUMENT = 'X'
PROGRAM = 'C:\test.pdf'.
Thanks,
Naren
Hi Experts,
Could anyone please tell me how to open a PDF file (to call Adobe Reader to display the file) from a specific directory.
Thanks in advance.
Regards,
Tiwa Noitawee.
Message was edited by:
Tiwa Noitawee
2007 Apr 24 2:17 AM
Hi,
You can use the FM WS_EXECUTE
Check this ex..
CALL FUNCTION 'WS_EXECUTE'
EXPORTING
DOCUMENT = 'X'
PROGRAM = 'C:\test.pdf'.
Thanks,
Naren
2007 Sep 03 2:03 PM
Hi,
can I know if this FM also takes PROGRAM as a file placed in a mapped ftp folder?
Thanks!
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |