Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: Not able to delete a column in Table in webdynpro

$
0
0

Hi,

 

Seems, lr_table is Initial here!! Please keep a break point at Call Method statement and check that lr_table has reference or not. And please make sure the table ID is JOB_HITS in the Layout

 

 

Edit: I see that the Id of the table is 'TABLE' in the view VW_UNREG_HITLIST, so please change it

 

tbl.JPG

 

Your code should be as below:

 

lr_table ?= view->get_element( 'TABLE' ).

CALL METHOD lr_table->remove_grouped_column

       EXPORTING

         id                = 'TABLE_COUNTRY_TXT' " column

         index             = 3      " index

       RECEIVING

        the_grouped_column = lr_abs_col.

 

hope this helps,

 

 

Regards,

Kiran


Viewing all articles
Browse latest Browse all 8581

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>