2012 Mar 16 10:03 AM
Hi experts,
I have one requirement where i have one client and server program designed in VB.NET. Client will fetch some value from server. Now i want to call this client through SAP and catch the return value directly in SAP. What are the possible ways to achieve this? I know there can be a text file based interface, but i don't want this.If possible i want to directly communicate from SAP to server program and get the return value. ( Client-server are using TCP/IP protocol ).
Please give your suggetions and if possible details information on this.
Thanks a lot.
2012 Apr 01 12:20 PM
Hi Paresh, To call VB.NET from SAP you can:
Regards Jack
2012 Apr 04 5:10 PM
Hi Paresh,
Jack suggested some goo options.You can use bapi or any rfc and create some screens in vb.Call this rfc from vb and push or pull data from sap.This will be very fast and easy.
Regards,
Madhu.