cancel
Showing results for 
Search instead for 
Did you mean: 

How many receiever determination steps.

Former Member
0 Kudos

Hello Everybody!

This is the first project that i am implementing, So i need guidance from you all

I am implementing a scenario wherein:

1) Data is passed from R/3 to xi and then to a web server.

2) From webserver the updated data is sent back to xi.

3) A particular field is boolean checked in XI, if true the data is sent back to webserver.

4) and then again the updated data is sent back to r/3 via xi.

R/3 ---> XI ---> Web Server ---> XI -(If condition true)-> Web Server ---> XI ---> R/3

R/3 ---> XI ---> Web Server ---> XI -(If condition false)-> XI ---> R/3

I have thought of using RFC adapter then BPM and then soap adater.

BPM process is shown below:

Start > Receive (Async) > Send (Sync) > Send (Sync. This step only if boolean true) > Send (Async) > Stop.

Now could you guys pls advice me on how many Receiver determination steps,Sender aggrements, receiver aggrements and interface determination steps are required.

Also now that this implementation is for a product that would be released in the market, do i need to use business systems or business service as the sld may vary for company to company.

Any comments???

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Now could you guys pls advice me on how many Receiver determination steps,Sender aggrements, receiver aggrements and interface determination steps are required.

you should not worry about that

just use integration directory wizard

for every connection like:

from anything -> BPM

and from BPM -> anything

and it will create all ID objects for you

this way you will be sure that they are created correctly

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

For Receiver Determiantions etc-

>>>1)From Source to BPM (R/3 to BPM)

2) BPM to Receiver System (BPM to WebService)

3) BPM to WebServices if condition is true

4) BPM to R/3

For each Receiver Determination you have interface determination.

If you are integrating with WebServices etc, you can go with Business Service , so that no need of maintaing SLD entry for this..

Hope this helps,

Regards,

MOorthy