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

function module with RFC enable

Former Member
0 Likes
581

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

4 REPLIES 4
Read only

Former Member
0 Likes
554

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

Read only

0 Likes
554

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

Read only

0 Likes
554

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

Read only

former_member189059
Active Contributor
0 Likes
554