cancel
Showing results for 
Search instead for 
Did you mean: 

Tables in Webdynpro for java

former_member572327
Participant
0 Kudos

hi All,

Im trying to impletemet the form which contains the table to enter the value.

I have creatd the context and have created the table out of it as well.

But i can enter the data in the first row and the remaining rows are in not editable mode.

What property shud i change to make all the feilds in editable mode and i need to have one button(add row) to add more rows as well.

Any one pls help me on this.

Thank you

Regards

Nithya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have a look at this:

Regards,

Himanshu

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to bind the table to a context node with cardinality 1..n (or 0..n) and add "New Row button" which adds another element to the node.

Former Member
0 Kudos

Releases >= 7.1 EhP1 have a new API IWDTableRowCreator to make this more convenient:

http://help.sap.com/javadocs/nwce/ce711sp03/wdr/com.sap.wdr/com/sap/tc/webdynpro/clientserver/uielib...

Armin