Hi,
I am assigning this way the selected popin to my table:
lr_table->set_selected_popin( value = 'ALVTABLE.TAB_EMPLOYEES.SELECTED_POPIN' ).
ALVTABLE is my view
TAB_EMPLOYEES is a table in my context node
SELECTED_POPIN in a field in the above table
when I run the application I get a short dump of type OBJECTS_OBJREF_NOT_ASSIGNED and the protocol tells me that I try to access a NULL object.
where is the problem ??