cancel
Showing results for 
Search instead for 
Did you mean: 

Error On Selection Cardinality doesnot allow multiple selection

Former Member
0 Kudos

Hi All,

Every one... Am new to SAP am learning WebDynpro Java..

Now am working on Multiple selection on a table But it is giving Error

Like:

Failed to Process reques. Please Contact Your System Administrator.

Root Case is :

com.sap.tc.webdynpro.progmodel.ContextException Node (....) Selection Cardinality doesnot allow multiple selection ....

Please Help Me..

Accepted Solutions (0)

Answers (3)

Answers (3)

sanyev
Active Participant
0 Kudos

Hi Ramesh,

Your selection cardinality of the context node to which the table is bound should also be 0:n.

Regards,

Sanyev

Former Member
0 Kudos

Hi Ramesh,

please check the property of the node which you are using.

check the Cardinality property, for multi select it must be 0.n or 1 . n.

Hope thiw will help

Regards

Narendra

former_member201361
Active Contributor
0 Kudos

hi,

what is cardinality of ur node bound to table.

if it is 0:1 or 1:1 , then change it to 0 to n or 1 to n

Thanks and regards

Former Member
0 Kudos

HI i changed my Cardinality node to 0..n but am getting the same Error...

former_member201361
Active Contributor
0 Kudos

Hi Ramesh ,

please check the selection mode property of the table .

if the selectionMode is single , then change it to Multi.

Thanks and Regards

Former Member
0 Kudos

Set cardinality=0:n and selection=0:n.

Armin