cancel
Showing results for 
Search instead for 
Did you mean: 

Collecting Messages

Former Member
0 Kudos

Hi all,

Can anyone Send me the blogs on CollectingMessages...

Thanx,

krish..

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

Can anyone explain me the Integration Scenarios in BpmPatternCollectmessages.....

I understood the IntegrationProcess part....but stuckedup in IntegrationScenario...

Plz watch the Actions in the IntegrationScenarios....

In the Actions It was mentioned about only the AbstractInterface...

what abt the Outbound & Inbound Interfaces...

Thanx,

krish..

Former Member
0 Kudos

HI,

In integration scenario

-- create actions for sender and receiver and IP

for IP you would have to take both inbound and outbound abstract interfaces.

check the below link

/people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI

Regards

Chilla

Former Member
0 Kudos

so chandra,

In sender and receiver Actions we have to define the Outbound & Inbound Interfaces respectively Right?

But it was not like that in the IntegrScenario part of BpmPatterns....

Why they have mentioned like that....Is there any meaning of that?

Thanx,

krish..

Former Member
0 Kudos

HI,

Yes

See

-- create One action for outbound with oubound interface

-- create one action with inbound with inbound interface

-- creation oneaction for IP with outbound abstract interfaces and inbound abstract interface

Only you have to create.while creating the Integration scenario select the actions and interface mapping

sender - Ip - receiver

Regards

Chilla

prabhu_s2
Active Contributor
0 Kudos

krishna

check if this is helpful:

Actions divide up the process flow of a business scenario. Actions in different application components can exchange messages with each other within a business scenario.

For modeling actions:

http://help.sap.com/saphelp_nw04/helpdata/en/fd/377fa69c38c54dac82d7e390bdf304/content.htm

To know more about "Action Editor":

http://help.sap.com/saphelp_nw04/helpdata/en/2b/cd6a8bceed26469f3b0952a030c711/content.htm

Former Member
0 Kudos

HI,

See the below links

Multiple mappings into one Im -

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File

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

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping - File to Multiple IDocs

File to Multiple IDocs (XSLT Mapping) - /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

Also you can handle collection of msgs with Bulk messages handle.

Regards

Chilla..

prabhu_s2
Active Contributor
0 Kudos

for now u can check with:

<a href="http://Collecting and Bundling vendor records from different multiple interfaces (file system,Peoplesoft ) and sending to SAP-R/3 system. part-1">/people/prasadbabu.nemalikanti3/blog/2006/02/24/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-1

Try this link to handle multiple idocs(using bpm) :

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

Namespace: http://sap.com/xi/XI/System/Patterns

Integration Process: BPMPatternCollectMessage

prabhu_s2
Active Contributor
0 Kudos

What actions do:

Actions divide up the process flow of a business scenario. Actions in different application components can exchange messages with each other within a business scenario.

For modeling actions:

http://help.sap.com/saphelp_nw04/helpdata/en/fd/377fa69c38c54dac82d7e390bdf304/content.htm

To know more about "Action Editor":

http://help.sap.com/saphelp_nw04/helpdata/en/2b/cd6a8bceed26469f3b0952a030c711/content.htm

Former Member
0 Kudos

Do you mean example for collect pattern using BPM?

If so, have a look at SAP BASIS SWCV in IR under the name sapce http://sap.com/xi/XI/System/Patterns. It contains a good list of BPMs.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi,

Can you put your question in detail ?

Are you talking about Collect patterns in BPM ??

SAP Help portal provides very good help related to it. The patterns are inbuilt in XI and you can configure them and directly use.

Regards,

Shri

Former Member
0 Kudos

well Jai,

I am going through that but i stucked up in Integration Scenario..& Actions....

It is Confusing....(Bpm PatternCollectMessage)...

What abt the Outbound & Inbound Interfaces....

It has gone through only Abstract Interfaces....

What should be the Stop Message...& How it terminates the Process?

How Sender Sytems would be Here?

Can u Clear my Doubts..

Thanx,

Krish

Former Member
0 Kudos

Hi,

>>What abt the Outbound & Inbound Interfaces....

These BPMs are provided for your understanding. They are not complete scenarios.

It uses a fork with 2 branches. So the fork step is complete only if both branches are complete. In branch 2 msgs are received indefeinetely (using a dummy condition until 1=1). Here the container is used for appending the msg to a multi line container.

While the other branch receives a msg, the process will come out of the fork step.

Then a transformation (N:1) mapping is done.

Finally the result msg is sent using a send step.

Just use this logic to design your own scenario. In your scenario, you will have 2 outbound interfaces (2 receive steps) and 1 inbound interface(1 send step).

Hope I dint confuse you more.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi Jai,

But in this Pattern the Transformation Step uses 1:1 mapping...

Iam very much Confused with the IntegrationScenario and the Actions part...

In Actions generally while defining the Abstract Interfaces we should mention that Abstract Interfaces in both Inbound and outbound Interfaces,but in patterns it is different can u explain me that...

thanx,

krish..

Former Member
0 Kudos

Its better to check the actions section in this namespace....

SAP BASIS---->http://sap.com/xi/XI/System/Patterns

Former Member
0 Kudos

Krishna,

As I said already, these Integration Processes are not complete. If you see the action, it will have some outbound/inbound interface names. You have to create them.

P.S: It is not mandatory to create Integration scenarios and actions. First try to understand the concept of BPM with out creating actions and Integration scenarios. Later you can create them.

Just my thoughts ...:-)

Regards,

Jai Shankar