cancel
Showing results for 
Search instead for 
Did you mean: 

BPM.......?

Former Member
0 Kudos

Hi,

I am newbie to XI and little bit confused with the Configuration part of reciever determination and Interface determination of IDOC XI FIle scenario.

I have created three message interfaces,two message mappings.How the reciever and interface determination is done between IDOC,IDOC abstract interface and BPM?

What is the difference between Standard and Extended Reciever and interface determinations in Xi configuration?

Points will be rewarded for the best compilation.

Thank you.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Am not sure why you are using a bpm here.

Anyways, in this scenario, you would need to use 3 message interfaces.

1 inbound async interface (for the file system)

2 abstract async interface w.r.t the bpm.

1 message mapping, to transform the idoc structure to file structure.

And hence,1 interface mapping.

In the configuration, you need to configure the follwing:

2 receiver determinations.

(1 receiver is the BPM, sender being the r/3 system and the other receiver is the File, sender being the BPM)

2 interface determinations.

<i>What is the difference between Standard and Extended Reciever and interface determinations in Xi configuration?</i>

Standard receiver determination is used when we need to decide upon a receiver based on a condition.

When we need to send the same message to multiple receivers based on a single condition, we may have to use enhanced receiver determination.

In enhanced receiver deter. we need to specify a IM that does the job of finding the receivers dynamically.

Regards,

Smitha.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Micheal,

You are doing an IDOC to FILE right?

AM not sure why you need a BPM for this..

You can check this blogs for the configuration to be done on the R3 system , XI for IDOC to File,

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

Also, you need not create any Message Interface explicitly for IDOCs. IDOCs themselves act as the Message Interface.

If you are configuring a BPM , can you give us in details the steps in your BPM, so that we can guide on entire flow of your BPM.

Extendeded Receiver determintion is used to MultiMapping where youw want to spilt a source messge into N trget messages without a BPM. Take a look at this blog for that,

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Regards,

Bhavesh

Former Member
0 Kudos

Hi Micheal,

Hi Micheal,

To achieve an IDoc-XI-File scenario using a bpm:-

configurations to be done in the ID:-

*first receiver determintation and corresponding interface determination:-

sender system: business system

sender interface: IDoc

receiver system: integration process

receiver interface: abstract interface of IDoc type

*the second receiver determination and corresponding interface determination:-

sender system: integration process

sender interface: abstract interafce of file type

receiver system: business system

receiver interface: inbound interface of file type.

<i>What is the difference between Standard and Extended Reciever and interface determinations in Xi configuration?</i>

standard receiver determination is used when you manually choose the receiver service and enhanced is used you dynamically choose the receiver service

similarly, standard interface determination is used when you manually

select the inbound message interface whereas enhanced is used when you will have to chose one of the taget messages out of a multi-map.

Regards,

Sushumna

Former Member
0 Kudos

Hi,

<i>I have created three message interfaces,two message mappings.How the reciever and interface determination is done between IDOC,IDOC abstract interface and BPM?</i>

1. If you have a BPM, then you will make one Receiver determination from IDoc to BPM and then BPM to Receiver IDoc.

Hence you will have two receiver determination

two Interface determination each

and one receiver agreement for the receiver determination BPM to Receiver IDoc

<i>What is the difference between Standard and Extended Reciever and interface determinations in Xi configuration?</i>

Incase you have muliptle receivers wherein you have done multiple mapping you use extended receivers.

Regards

Vijaya