cancel
Showing results for 
Search instead for 
Did you mean: 

How to read from a WD table to another WD table?

praveenkumar_kadi
Active Contributor
0 Kudos

Hi

I need to read a WD table of multiple values and transfer in to different WD Table.

I tried to get size of first table and could not move forward programmatically? Please help with some sample code.

Thanks

Praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Praveen,

Why dont you look at the option of defining attributes under attribute tab.

you could define it under view if you want to use internal table between methods or may be you could define under component for extensive use.

Regards

Anurag Chopra

Former Member
0 Kudos

hi ,

Just one clarification , Are both tables of same structure (as in fields) ??

If yes , then you can read the context node bound to the source table using get_static_attributes_table() method

and then bind this data(internal table) to the context of destination table.

Thnks,

aditya.