cancel
Showing results for 
Search instead for 
Did you mean: 

Cardinality

Former Member
0 Kudos

Hi,

Any one tell me the

Difference between Collection Cardinality and Selection Cardinality ?

Advance Thanks,

Namrata.

Accepted Solutions (1)

Accepted Solutions (1)

vmadhuvarshi_
Contributor
0 Kudos

Namrata,

Collection Cardinality or Node Cardinality is a set of two values that define the minimum and maximum number of elements that a node may hold at run-time and is represented as (0..1), (1..1), (0..n), (1..n). The value on left denotes the minimum number of elements that a node must have at runtime and the value at right denotes the maximum number of elements that a node may have.

Node Selection Cardinality is again a set of two values like node cardinality but denotes the number of elements that may be selected at run-time. Selection cardinality must not violate Node collection cardinality i.e. if node cardinality is 0..1 0r 1..1, it is invalid to specify 0..n or 1..n as selection cardinality.

Link given by Fazal is a good resource to understand cardinality as such.

Hope this helps.

Vishwas.

Answers (1)

Answers (1)

former_member201361
Active Contributor
0 Kudos

HI,

Please check this link

[http://help.sap.com/saphelp_nwce711/helpdata/en/47/bef93c85f56c68e10000000a42189b/content.htm]

Please check this article :

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/944ea9e5-0601-0010-65b3-b49a56eb6385]

Thanks and Regards

Edited by: Fazal Ahamed on Mar 30, 2009 3:22 PM