cancel
Showing results for 
Search instead for 
Did you mean: 

file rfc file

Former Member
0 Kudos

i m doing file rfc file scenareio... using BPM

but facing a strange problem.in Moni its showing only file is picked of ....no further messages are coming in moni....

and file is not written also.....

can anyone help me

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

you just check whether the BPM you have created is correct or not

to check the BPM go to sxi_cache transaction.

go to integration process-->double click on this

a no of BPM process will be opened .

select ur BPm process check the code for the BPM whether itr is 0 or 99

if it is 0 it meand it is correct , if it is 99 means it is in error state.

if u still face the problem please reply me back

Thanks

Rinku

Former Member
0 Kudos

Hi rinku,

thanx for ur reply.

i have checked my BPM in sxi_cache.

its return code is 0.

everything is perfact.. i have done evrything as said in the blog...

but message is not going from Integration process to R/3...

plz help

Former Member
0 Kudos

Hi

as per ur scenario u r calling the RFC at the R/3 system check whether that system is up.

and one more thing if the system is up then check the RFC that u r using

login to the R/3 system

go to transaction se37

enter theRFC name and execute.

enter the input value

check whether the response is coming back or not.

and in XI u also have to create the receiver determinatiopn from BPM to R/3 system

and corresponding interface determination is also required.

u also have to create the receiver agreement.

if u still face the problem please reply me back.

Thanks

Rinku

Former Member
0 Kudos

Hi

Try this, with out using the BPM

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&;

Have u configured the IS according to the BLOG

/people/prasadbabu.nemalikanti3/blog/2006/02/13/configuration-of-a-central-integration-server

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Check some links on BPM.

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

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

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37be...

/people/prasadbabu.nemalikanti3/blog/2006/03/10/bpmsingle-sender-and-multiple-receivers-based-on-synchronous-exchangeswitch-part-1

/people/daniel.graversen/blog/2006/09/07/using-a-bpm-to-collect-messages-for-a-set-interval-of-time

Regards,

Phani

Former Member
0 Kudos

Hi Sam

The steps for the BPM will be

the complete steps:

create all the Design objects:

Data Type

Message Type

Message Interfaces

MIOA(outbound Async)

MIAA(Abstract Async)(for outbound)

MIAS(Synchronous Interface)

MIAA(Abstract Inbound)(for Inbound)

MIIA(Inbound Async)

Message Mapping(Request and Response)

Interface Mapping

Integration Process:

use the following IP:

Start>Receive>Send(Sync)>Send(Async)>Stop

Integration Directory Objects:

create the sender service and the receiver service.

Add R/3 sytem to ur scenario

communication channels:

create the File sender communication channel in the sender service.

create the File receiver communication channel in the receiver service.

create the RFC receiver communication channel in the R/3 system u r using.

Sender Agreement:

from sender service with MIOA Interface

Receiver Determination:

Sender service to BPM

BPM to RFC(R/3 system)

BPM to Receiver Service

Interface Determination:

correcponding to each receiver determination

Receiver agreement:

BPM to R/3 system

BPM to receiver service

please reply me back if u still face the problem.

Thanks

Rinku

Former Member
0 Kudos

hi

i think you are not geeting response from rfc ..look you steps in IP it will be like this

1. recv

2. send synchronous

3. send asynchronous

now check your bpm through sxmb_moni_bpe.

thanks

kunaal

Former Member
0 Kudos

Hi

yes you need to build Sync to Async bridge with BPM

Refer below link

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

have a look at the followin to understand RFC's and code them properly

http://help.sap.com/saphelp_nw2004s/helpdata/en/22/042592488911d189490000e829fbbd/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

hi swarup, i am using the following weblog.

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

here in moni... its showing only sender file has picked up the file.. and...no other message its showing