cancel
Showing results for 
Search instead for 
Did you mean: 

N:1

Former Member
0 Kudos

Hi all,

can any one send real time example of N:1 scenario,and what are the steps involved in BPM?

Regrds,

Rao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Lets have real time example of colletcting multiple IDOCs types..

you need to use BPM in order to collect your idocs and then map them to one file

there's a standard pattern (collect pattern) for doing this:

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

as far as I know there's no other way in standard to do it (for example without BPM)

N:1 is not possible without BPM. please chek this...it may help you.

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

Have a look

http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

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

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

Also have a look at these seminars,

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...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30ac53f2-21d7-2a10-afa2-ce1a0577...

Real time example for N:1 Maping

Let us consider with an example..Suppose in the structure there are 6 fields to be updated. Now what the requirement is that theres a key field which is present in all the 3 files ie ITEM. Let us also consider that out of the final 6 fields which are to be updated in R/3 each source file contains 2 fields along with the Key Field ie ITEM.

We can create 3 different interfaces .. And which ever field is required for the interface update data in ztable in R/3 with those 2 fields. We already have the ITEM field ie Primary Key.

Lets assume we get the first source file ..we have the key field and 2 other fields which needs to be updated in R/3. the interface updates the data in R/3.

Next time the second source file comes..we would again have the key field as well as 2 other fields.. the interface updates the existing entry(with the help of key field).

similary for the 3rd source file the update happens.

Thanks

Swarup

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Rao,

Go throught this weblog :

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

Also check this fo BPM steps :

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&

Thanks,

mahi

former_member556603
Active Contributor
0 Kudos

Rao,

can any one send real time example of N:1 scenario,and what are the steps involved in BPM?

BPM Step Types

Purpose

You use step types to define the individual processing steps of an integration process. The individual steps are displayed in the editor area of the graphical process editor. You insert a step into the definition of an integration process by using Drag&Drop.

The table below shows the various step types and their icons:

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm

As you are getting mutiple files ,yuohave to implement N:1 mapping with BPM with collect pattern,so check the blogs below,

http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

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

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

N:1 is not possible without BPM.

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

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...

Thanks,

Satya Kumar

Edited by: SATYA KUMAR AKKARABOYANA on May 26, 2008 2:41 PM