cancel
Showing results for 
Search instead for 
Did you mean: 

collection of message

Former Member
0 Kudos

hi all

I am tring collect message in BPM for 15 min..so can any body guide me how to do the scenario( step by step process )

regards

Manas

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

HI..all

My scenario is like i am collecting orders05 on the basics of orderid,

for orderid 1 collect the idocs and wait for 5 min. for each orderid it has to wait and collect and create a different instance and then process it..

need respone quickly

regards

Manas

Former Member
0 Kudos

HI,

For this you need to use the correlation in BPM,

Do you like to understand “correlation” in XI?

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

In the Basis std SWCV there are BPM collect patterns you just go through all of them in order to understand the BPM steps.

Thnx

Chirag Gohil

Former Member
0 Kudos

Hi Manas.

Check out the example integration process "<i>BpmPatternCollectTime</i>" under the namspace <i>http://sap.com/xi/XI/system/Patterns</i> under the SAP BASIS software component.

You will have one Block step. An infinite while loop step in it which has a RECEIVE Step followed by a CONTAINER which takes all the messages coming in from the RECEIVE step.

A Deadline branch should be inserted into the block step which should fire a TIMEOUT exception after 15 minutes. For this, put a Control step in the Deadline step and select it's Action as "Throw Exception" and Exception as "Timeout". After this, insert an Exception Branch, which actually handles the Timeout exception.

Hope this helps.

Regards,

Hari.

Former Member
0 Kudos

Hi Manas,

<i>

I guess in this mapping i have to create a one xsd of the combination of 2 idocs(combination of orders 05 an dlvry05) and map it to one final target structure..

is it right or not if not then tell how to do it?</i>

No need to create One xsd of the combination of 2 Idocs.This weblog saying that to collect the 3 types of Idocs and writing into a file. In your case need to collect the data from 2 Idocs and writing into a file. For this create two abstract interfaces for two Idocs and follow the BPM steps as given in Blog, <b>for your case there will be two block steps only</b>.Do the mapping by taking the 2 idoc types as sender message and do the mapping to u r desired target strucure.

Hope it will gives an idea to do this..,

Cheers

Veera

Former Member
0 Kudos

Hi manas

<b>Pls go through all the links</b>

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm -<b> Collection of IDoc to Single File</b>http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm

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

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

<b>Many other examples can be found under the following link at help.sap.com</b>

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

<b>And some weblogs :)</b>

https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****

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

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

/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/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements *****

/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

<b>Also have a look at these seminars,</b>

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

<b>check this thread</b>

Thanks

Abhishek Agrahari

Former Member
0 Kudos

Hi Manas,

I have tried to give you possible solutions.

Very useful :-

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

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm

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

/people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm-contd--restart-workflow

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

Vishal

    • Reward points for helpful info...

Former Member
0 Kudos

hi Chirag.

as per ur link ..there was written in step-4

for N:1 transformation. (Here input will be having three different types of Abstract IDOCs and target will be having Abstract Target File type)

(iv) MM_ISU_UKGAS_NOM_to_NOM_ABS

I guess in this mapping i have to create a one xsd of the combination of 2 idocs(combination of orders 05 an dlvry05) and map it to one final target structure..

is it right or not if not then tell how to do it?

prateek
Active Contributor
0 Kudos

<i>I guess in this mapping i have to create a one xsd of the combination of 2 idocs(combination of orders 05 an dlvry05) and map it to one final target structure..</i>

No.

Use the message tab of message maping to add the idocs

See this

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

Regards,

Prateek

Former Member
0 Kudos

HI,

This is what you wanted to achieve:

Collection of IDoc to Single File

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Collecting IDocs without using BPM By Stefan grube's

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

thnx

Chirag

Former Member
0 Kudos

hi..

I have done the scenario.Now I am facing the problem while triggering the Idoc.

when I trigger from we19 i am gettin the problem like

IDoc 0000000000817753 was saved but cannot or should not be sent.

Plz provide me the solution..

Kind regards

Manas

Former Member
0 Kudos

HI,

Where you are getting this message. in We02 transaction

Thnx

Chirag

Former Member
0 Kudos

hi

no from we19 I am getting this problem.

regards

manas

Former Member
0 Kudos

HI,

Did you followed the same procedure.

/people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi

Thnx

Chirag Gohil