‎2009 Jan 30 2:50 PM
Hi,
Normally we call a RFC enabled function module in another SAP system using ABAP Connection.
Now,
Let us assume there are two systems SYSTEM-A & SYSTEM-B, these two are SAP systems.
In an Abap program in SYSTEM-A, I need to call a function module in SYSTEM-B using TCP/IP Connection that is maintained in SM59.
Is it possible ?, If yes let me know the steps.
Please advice.
Thanks,
Aakash
‎2009 Jan 30 3:06 PM
Hi,
while creating the FM give that one as the Attributes ->Processing type->Remote-enabled module.
Regards,
Bharani
‎2009 Feb 02 5:25 AM
Bharani.
Please understand the question properly, I have already specified that it is an RFC enabled function module.
I have to write a program such that I should call an function module in another SAP system using TCP/IP connection not an Abap connection( In TCP/IP connection you will specify only program id, host & gateway, you wont specify target system client, user id , password )...
Need a way to connect to atarget system using TCP/IP connection.
Thanks,
Aakash
‎2009 Feb 02 11:56 AM
‎2009 Feb 03 5:16 AM
Hi, Refer this Link which gives SAP Communication Guide, You can refer this,
http://help.sap.com/saphelp_45b/helpdata/en/bb/9f03594b9b11d189750000e8322d00/frameset.htm
‎2009 Feb 11 11:59 AM