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

Communicate on GUI level

jakob_steen-petersen
Contributor
0 Likes
695

Hi,

I need to write af ABAP program who communicates with an Visual Basic program. The Visual Basic program is installed on the users PC. Do anyone knows why i can do that?

The class CL_GUI_FRONTEND_SERVICES has the method EXECUTE but the problem with that is that i cannot read the output of the VB program.

I need to do syncron communication where i recieve some information from the VB program before the ABAP program runs further.

/Jakob

6 REPLIES 6
Read only

Former Member
0 Likes
671
Read only

0 Likes
671

Do you have an example program? I cannot find the librfc.dll on my PC, but i have an dll called librfc32.dll. But the VB program (Visual studio 2005) dosen´t like the RfcAcceptExt(gcommand$) statement?

/Jakob

Read only

0 Likes
671

Hi,

Check your SAPGui installation CD under sapgui\win32 directory

aRs

Read only

0 Likes
671

Yes i have done that, theres is only a librfc<b>32</b>.dll ...

Read only

0 Likes
671

Anyone else?

Read only

0 Likes
671

I once did this by integrating an activex component in my sap program.

I followed the instructions in this article : http://www.sappro.com/archive//Volume_04_(2002)/Issue_04_(July_and_August)/V4I4A1.cfm?session=&promo...

But you need to be registered to the sap professional journal to read it, so I can't post the article here.