Hello,
I have a table with 2 columns on my view. The design of the table is statics (drag&drop) and these 2 columns come from data binding (field DataSource).
Now I have to add dynamically more columns at runtime. There´s method
lr_table->add_column( the_column = lr_column_name ).
for that but I do not know how to reference my table using LR_TABLE. I find no method for getting data regarding my table. In other view I created the table dynamically with
lr_table = cl_wd_table=>new_table
What should I do ??