Application Development 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: 

Call function module remotely

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Regards,

Nandha

Former Member
0 Kudos

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.

0 Kudos

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?

Former Member
0 Kudos

Hi,

Confugure the destination in SM59 transaction.

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

Regards,

Shan

former_member184619
Active Contributor
0 Kudos

Hi Rajneesh,

Just go through this link for better understanding

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

Sachin