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

Call function module thru TCP/IP connection

aakash_neelaperumal2
Active Participant
0 Likes
827

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

5 REPLIES 5
Read only

BH2408
Active Contributor
0 Likes
700

Hi,

while creating the FM give that one as the Attributes ->Processing type->Remote-enabled module.

Regards,

Bharani

Read only

0 Likes
700

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

Read only

0 Likes
700

Please advice

Read only

Former Member
0 Likes
700

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

Read only

aakash_neelaperumal2
Active Participant
0 Likes
700

Closing