cancel
Showing results for 
Search instead for 
Did you mean: 

How to test the RFC to Flat File scenario

Former Member
0 Kudos

Hi,

How to test the RFC to Flat File scenario

regards,

kiran

Accepted Solutions (0)

Answers (5)

Answers (5)

STALANKI
Active Contributor
0 Kudos

there was mistake in code.instead follow thz one

create z_sender_RFC( your Sender RC).

function z_sender_rfc.

call function 'z_sender_rfc' destination <RFC DESTINATION>(the name that you mantained in the SM59 FOR TCP/IP CONNECTION )

Endfunction.

Let me know if u need any help.

Former Member
0 Kudos

Hi,

After running the RFC it's going Dump.

this is the error message i got.

"Error analysis

An error occurred when executing a Remote Function Call.

"CPI-C error CM_RESOURCE_FAILURE_NO_RETRY"

Status of connection.... "CODE=CM_RESOURCE_FAILURE_NO_RETRY -1 -1 SAPCODE=666

CONV="

Internal error code.... "RFC_IO5"

There is an error in the communication system. To clarify

and resolve the error, contact your system administrator. "

STALANKI
Active Contributor
0 Kudos

After all steps are complete goto se 37 and

create z_sender_RFC( your Sender RC).

function z_sender_rfc.

call function 'z_sender_rfc' destination <RFC DESTINATION>(the name that you mantained in the SM59 FOR TCP/IP CONNECTION )

Endfunction.

Let me know if u need any help.

STALANKI
Active Contributor
0 Kudos

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

After all steps are complete goto se 37 and

create z_sender_RFC( your Sender RC).

function z_sender_rfc.

call function 'z_sender_rfc' destination programid(the name that you mantained in the TCP/IP and sender RFC adapter).

endfunction.

Let me know if u need any help.

udo_martens
Active Contributor
0 Kudos

Hi Kiran,

just call your function modul with

Call function 'MYFUNC'

in Background task

destination 'MYDEST'

...

Look to XI monitoring SXMB_MONI and to R/3 SM58 and to the target folder.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Can you pls specify the RFC target sys name.

regards,

lkk

Former Member
0 Kudos

hi,

RFC target is the one you create from the sending system to XI.

go to sm59 in the sending system for creating RFC target.

cheers,

naveen

Former Member
0 Kudos

hi naveen,

i created the RFC Target.

but specify how to test the scenario.

In monitoring i am not getting any messages to IS through RFC adapter.

ie. I want how to call the RFC & what are the parameters required for that to test.

regards,

Lkk

Former Member
0 Kudos

Hi

Go thru my blog

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

u will get to know how to test

regards

Arpit Seth