cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Column to the table node seperately

Former Member
0 Kudos

Hello,

I have a table node with 4 columns already pre-filled. I want to add another column with data to the table. I have seen getElementAt(index) but not setElementAt(index).

Does anybody have an idea how to insert values to table with index?.

Thanks,

sunita.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

how setElementAt(index) is related to inserting new column?

For setting index of element you can use swapElements from https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/progmodel/api/IWDNode.html#swapE..., int)