cancel
Showing results for 
Search instead for 
Did you mean: 

Table Popin Error....

Former Member
0 Kudos

Hi Guys.

I have written following code for table popin : Moreover, In Attributes tab i have declared M_VIEW type refto IF_WD_VIEW and WD_THIS type refto IF_OUTPUT(my ViewName)....& Id refto string.....although getting error is :Access via 'NULL' Object reference not possible.( in the arrowed line)

data wd_table_cell_editor type ref to cl_wd_view_element.

data wd_table_column type ref to cl_wd_table_column.

data wd_popin type ref to cl_wd_table_popin.

-


> wd_table_cell_editor ?= wd_this->m_view->get_element( id ).

wd_table_column ?= wd_table_cell_editor->get__parent( ).

wd_popin = wd_table_column->get_popin( ).

Can anyone tell me the problem lies here?

Thanks,

Ravin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

do you have

if first_time is not initial.

wd_this->m_view = view.

endif.

in wddomodifyview?

grtz,

Koen

Former Member
0 Kudos

Hi,

Thanks koen.I did it and now it's working fine but still the popin is not coming during run-time, although whole code is executed....

Ravin

Former Member
0 Kudos

I got it. Thanks for all valuable support....:)

Answers (0)