Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading PDF file

Former Member
0 Likes
647

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

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

2 REPLIES 2
Read only

Former Member
0 Likes
601

Hi,

You can use the FM WS_EXECUTE

Check this ex..

CALL FUNCTION 'WS_EXECUTE'

EXPORTING

DOCUMENT = 'X'

PROGRAM = 'C:\test.pdf'.

Thanks,

Naren

Read only

0 Likes
600

Hi,

can I know if this FM also takes PROGRAM as a file placed in a mapped ftp folder?

Thanks!