cancel
Showing results for 
Search instead for 
Did you mean: 

DLL Calls

former_member210118
Participant
0 Kudos

Hello there friends,

I've got to make a Abap program (Function) that calls a DLL in windows.

The purpose of this function is that the function executes the DLL and waits for it to end to continue processing.

Could any of you give me some idea of how to do this DLL CALL ?

Best regards,

Ricardo Monteiro

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ricardo,

1. I dont think DLL can be called.

2. Only ActiveX Exe (viz MS word, excel , outlook)

can be called

by creating their object and calling their methods.

regards,

amit m.

former_member188685
Active Contributor
0 Kudos

Hi,

you can try with FM <b>WS_EXECUTE</b>

or method <b>EXECUTE</b> of class <b>CL_GUI_FRONTEND_SERVICES</b>

regards

vijay