cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro - Dynamic table filling using a Dynamic node

Former Member
0 Kudos

Hi Experts,

When I try to fill a table using :

lo_table = cl_wd_table=>new_table( id = 'TAB1'

                                        bind_data_source = 'NEW' ).,


the table is not getting filled and it shows ' Table does not contain visible columns'.

Here I am trying to fill a dynamic table using a dynamic node.


It works fine if I use

lo_table = CL_WD_DYNAMIC_TOOL=>CREATE_TABLE_FROM_NODE( UI_PARENT = lo_root_container

                                                        TABLE_ID = 'TAB1'

                                                        NODE = wd_this->go_node   ).


Please help me in filling the table using the former way.


Thanks in advance,

Renganath

Accepted Solutions (0)

Answers (1)

Answers (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi ,

Please make sure that bind_data_source is created before the creating the table dynamically. Please check the following document for reference,

Regards,

Harsha