cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Table help

sathya_sathya2
Explorer
0 Kudos

Dear webdynpro gurus,

I have a scenario where i should create a table with with 3 columns with 5 rows each and all fields should be input field,but when i cretae the table all the fields are i disabled as text view and i cannot enter any values to it,so how to acheive it,PLZ help me

Thanks,

sathya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This is because their is no elements in the node which is bound to the table.

Following are some of the ways to make it editable.

1) Make the cardinality of the node boubd to the table as 1..n , So that atleast the first row is editable when the screen is launched.

2) Create an element of the node either in the init or create a button called add row and code as follows

wdContext.node<YourNodeName>.createAndAddElement();

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

You could change the cardinality of the node to 1..N bound to the Table

Regards

Saravanan K