cancel
Showing results for 
Search instead for 
Did you mean: 

RFC using BPM

Former Member
0 Kudos

Hi People

I am trying to create File to RFC by using BPM, i got 1 blogs form Arpit Seth this is good but i am confusing in ID only i created 1 business service in that i created 3CC 1 is RFC receiver, 2 is File sender 3 is File is receiver this processes is correct are not, and also i am getting problem in Sender agreement, receiver agreement, and receiver determination, interface determination.

Pls tell me the process for this scenario don't send Arpit Seth blog

Regards

shekar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Create

1 sender agreement for file to BPM

2 Receiver agreements for BPM to RFC and BPM to File

3 Receiver Determiantions and 3 interface deteminations for

File to BPM , BPM to RFC and BPM to File.

and create the Business service service , business system and communication channels as stated by prateek.

Thanks,

Kiran

Former Member
0 Kudos

only i created 1 business service in that i created 3CC 1 is RFC receiver, 2 is File sender 3 is File is receiver this processes is correct are not

You can take same business service for source and target systems.

Coming to the configuration,follow the steps.

1)Create 1 sender agreement (File to BPM)

2)Create 1 receiver agreement (BPM to Receiver)

3)Create 2 receiver determinations ( File to BPM and BPM to File)

4)Create 2 interface determinations( File to BPM and BPM to File)

let me know if u still need any help

prateek
Active Contributor
0 Kudos

in ID only i created 1 business service

Use one business service for file system and 1 WebAs ABAP business system for R3 (RFC) system.

In this business service create 2 CC, both file sender and file receiver. In the business system, create RFC CC

Regards,

Prateek

Former Member
0 Kudos

Hi people

i am getting this problem pls tell me the solution for this

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No receiver could be determined</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

regards

shekar

Former Member
0 Kudos

Check your receiver determinations configured correctly or not.

You have to create 2 receiver determinations.

1)File to BPM (receiver service is BPM)

2)BPM to File (receiver service is File)

Former Member
0 Kudos

Hi,

The Error you are getting is due to missing receiver Determination.

Make Sure you have created following objects :-

1)Sender Agreement for sender file adapter which will send the file to the BPM.

2)Receiver agreement for sending message BPM to RFC(Receiver RFC adapter).

3) Once the response of the RFC is back to the BPM you need to configure one more receiver determination to send the message from BPM to File.(Receiver File adapter)

make sure you have created one receiver agreement for each receiver communication channel you have configured.

Regards,

Amitanshu