cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the attributes of Standard Webdynpro component

Former Member
0 Kudos

Hi Friends,

There is one table ui element in standard webdynpro component, right now we can select only one row, now i want to select multiple rows, can any one help me how to change this property

Thnx and Regards

Kumar Srini

Accepted Solutions (0)

Answers (3)

Answers (3)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Kumar,

if this node is statically created in the standard component then you can't change the selection cardinality. By statically created means, if you can see the context node in the Context Tab of the controller.

If its dynamically created, then in the Post-exit method, you can delete this context node and create it again (via coding). while creating you can set the Selection Cardinality to multiple.

Hope this helps.

BR, Saravanan

Former Member
0 Kudos

You have to change the node property selection to (0..n). i am not sure if this is possible in enhancement.

Former Member
0 Kudos

Hi Friends,

Can i change the property (SELECTION ) of a node from 0.1 to 0.n in standard webdynpro component ? if yes , how to change this property ? can any one help me in this

Thnx

Kumar Srini

Former Member
0 Kudos

Hi Kumar.

You can change the cardinality and selection in the NODE Properties.

Click on Node see below for properties there you can modify.

Thanks,

Venkat.