cancel
Showing results for 
Search instead for 
Did you mean: 

add row to table bound to rfc model

Former Member
0 Kudos

Hi,

I have a table in my WD coming from R3, and I want to dynamically add a row.

How to go about this?

cheers,

faB

Accepted Solutions (0)

Answers (2)

Answers (2)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

iF u want to dynamically add a row then create the element for the table node, a row will be added up.

IPrivate<view name>.I<node name>Element element = wdContext.node<node name>().create<node name>Element();

wdContext.node<node name>().addElement(element);

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

Hi faB,

What you want to do exactly?

Do you want to send data in this table to the R3 or you have got data in this table and you want to add another row in webdynpro runtime?

Regards,

Bhavik