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

Call third party Executable file.

Former Member
0 Likes
403

How to call third party executable file from SAP as a modal.

I have a drum filling system. I want to call executable file of drum system which take a weight from instrument and write a text file. After completion of this SAP will read that text file and write it to screen.

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
373

the best way to do it is using RFC (remote function call)

your drum tool should be compatible in order to do it

if not you can still send a command to operating system in order to execute your tool but this is a second choice

Read only

Former Member
0 Likes
373

Maybe method CL_GUI_FRONTEND_SERVICES=>EXECUTE could fulfil your requirement.

Regards

Adrian