‎2007 Aug 15 12:37 PM
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
‎2007 Aug 15 12:42 PM
hi
good
go through this link
http://help.sap.com/saphelp_40b/helpdata/en/bb/9f038d4b9b11d189750000e8322d00/content.htm
thanks
mrutyun^
‎2007 Aug 15 1:06 PM
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
‎2007 Aug 15 1:10 PM
Hi,
Check your SAPGui installation CD under sapgui\win32 directory
aRs
‎2007 Aug 15 1:13 PM
Yes i have done that, theres is only a librfc<b>32</b>.dll ...
‎2007 Aug 16 7:24 AM
‎2007 Aug 16 7:35 AM
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.