‎2007 Jul 24 3:05 AM
Hello ABAPers,
Im a new comer in ABAP and I would like to have a basic knowledge in RFC using a function module/function group..
I have this project in Travel Dept...I need to connect on a different system using SAP connector...meaning...I will logon to SAP and connect to another system which is VB.net and has a back-end of SQL 2000. After connection I need to select or search a data to that table...for me to get the ticket number.
Before I tried to connect from VB.net to SAP...and successfully used the SAP connector...now I need the vice versa version of this approach..
Can anyone help me? please....
Thanks in advance...Will reward points
aVaDuDz
‎2007 Jul 24 3:30 AM
For Basic Understanding just look at RFC_READ_TABLE FM,This will give good example
Also Check the SM59 Transaction to create RFC Destination
Please check with below link :
https://www.sdn.sap.com/irj/sdn/advancedsearch?query=rfc&cat=sdn_wiki
Thanks
Seshu
‎2007 Jul 24 4:02 AM
Hi Seshu,
Thanks for your reply... I will check on this...
I don't have any idea about sm59 RFC destination...is this necessary ?
Please help.
Thanks in advance
aVaDuDz
‎2007 Jul 24 4:23 AM
Yes, any RFC call made from SAP to another system is done so by using an RFC destination
SAP uses this RFC destination to determine how to connect to the remote system
‎2007 Jul 24 4:41 AM