cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to RFC testing!!

Former Member
0 Kudos

Hi,

How to test the RFC to RFC scenario?

Also the necessary configurations settings on the sender adapter side?

Is RFC going to support async mode.

Please guide me in this issue.

Thanks in Advance,

Kiran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The question is answered.

Former Member
0 Kudos

For the sender RFC Configuration

1. create a TCP/IP Connection in sm59 of the R/3 system.

TCP/IP Destination Name

Registered program id

Port and IP address

2. provide the same information in the sender CC of RFC.

Receiver RFC Configuration

1. Create a R/3 destination in sm59 of the R/3 system

2 . Provide the same information in the Receiver CC.

To test the RFC in Sync Mode

1. go to SE37 and press F8

2. Provide the TCp/IP connection in the destination and provide the parameters for the RFC.

To test the RFC in ASync Mode

call the RFC in background task mode .

Syntax

CALL FUNCTION func IN BACKGROUND TASK

[DESTINATION dest]

parameter_list

[AS SEPARATE UNIT].

To analyse about the errors in the RFC

http://www.saptechies.com/faq-xi-30-pi-70-pi-71-rfc-adapter/

Thnz

Mohamed

VijayKonam
Active Contributor
0 Kudos

Import both the RFCs to XI. Create mappings as needed. Complete configuration.

Call the sender RFC from a report. RFCs support async communication.

VJ