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 remotely

Former Member
0 Likes
595

Dear Experts,

I am having 2 servers SAP ECC6.0 and SAP 4.7, both servers are communicating with ALE/IDOC configuration, my question is how i can call SAP ECC6.0 RFC in SAP 4.7 server?

Rajneesh Gupta

5 REPLIES 5
Read only

Former Member
0 Likes
569

Hi,

Create a Remote FM and call the RFM with the Destination RFC Name.

Regards,

Nandha

Read only

Former Member
0 Likes
569

Go to SM59 in 5.0

Craete a logical destination to connect 4.7

and call FM on 4.7 like this :

call function 'Z_READ_REPORT'

destination 'Connect_4.7'

exporting

repnam = old_prog

tables

i_source = i_source.

Read only

0 Likes
569

i have tried but it going into dump,

i have create one RFC in ECC6.0

input = month

output = month name

same RFC i am calling in SAP 4.7

Server name: DUETSEV ECC6.0

Reciver : ADCREC 4.7

when i am trying to execute it is going into dump, can u suggest me what i have to do?

Read only

Former Member
0 Likes
569

Hi,

Confugure the destination in SM59 transaction.

You have an option to test the connection in the SM59.

Regards,

Shan

Read only

Former Member
0 Likes
569

Hi Rajneesh,

Just go through this link for better understanding

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf

Sachin