cancel
Showing results for 
Search instead for 
Did you mean: 

Open MS word through ITS URL

Former Member
0 Kudos

Hi All,

I want to open an MS word file on local machine through ABAP.

Is there any function module or method to do so.

Or suggest any other way to open a word file on local machine through Web.

Regards,

Mukul Sharma,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Mukul,

use FM WS_EXECUTE or the method CL_GUI_FRONTEND_SERVICES-EXECUTE.

Both are use the function module ITS_EXECUTE.

To get the path of MS Word use FM SO_PROGNAME_GET_WITH_PATH.

Regard,

Lars Balbach