cancel
Showing results for 
Search instead for 
Did you mean: 

Type of containers?.

Former Member
0 Kudos

What are all types of containers?.

Simple

Abstract

Receiver

Above list is correct?.

Do we have more?.

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

and u can consider correlation also

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Ash,

Yes correct , we can have three types of containers in Integration process.

<b>Simple XSD Data Type</b> : We can use this type of container elements for process control elements, such as counters, which are used in container operations.

<b>Abstract Interface</b> : We can use this type of container elements for messages, which are defined by using the corresponding asynchronous abstract interface and which are used in receive or send steps, for example (see also: Communication Parameters).

<b>Receiver</b> : For a receiver list that is determined from a receiver determination step, and which can be used in a send step.The list of receivers can be found in the receiver determination configuration. This type container elements are very usefull in sending to multiple receivers..

Please see the below link : This is very very important docuement..for BPM.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c071d7bb-0601-0010-d6b8-f4e4dc7f...

Regards

Chilla..

<i>Points rewarded if it is usefull</i>

Former Member
0 Kudos

hi ash,

we only 3 types of container elements thats what u mentioned....nothing more than that..

Simple-->is used to define the counters,here we need to mention the type....

Abstract -


> used to define the abstract interfaces for receive step and send step..

Receiver--->generally used for receiver determination step which maintains the receiver list...

thanx..

krish..

Former Member
0 Kudos

yes u'r correct they r only three: simple, abstract and receive.

simple: mostly for counters.

abstract: r used when messages r handled.

receive: used in reciver determination step.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

The Containers you mentioned are correct.

Simple : Such as counters

Abstract : Used to receive or send

Receiver : In Receiver Determination

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Ash,

The mentioned containers are correct. For more about categories of containers please see:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/78/62373f58502e48e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/78/62373f58502e48e10000000a114084/frameset.htm</a>

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Hi Ash,

The container categories are abstract, simple and receiver.

a container element can be a single-line element or a multi-line element.

A single-line element is like an integer or string with only one value in it.

A multiline element can have multiple data in a list.

The container element type is the data type of the element like string, inteeger, msg type etc.

Thanks,

Rajeev Gupta

Message was edited by:

RAJEEV GUPTA

Former Member
0 Kudos

yes