Hi kasi,
Thanks for your reply..check Lr_current is bound loop is triggered and two times and the line check result is bound here i am getting null reference..please help here.
data : result TYPE REF TO if_bol_entity_col,
i am getting exception on line check result is bound..
IF obj_tab IS NOT INITIAL.
LOOP AT obj_tab INTO wa_obj_tab.
lv_value = wa_obj_tab-objid.
CHECK lr_current IS BOUND.
lr_current->add_selection_param( iv_attr_name = 'ORG_ID'
iv_sign = 'I'
iv_option = 'EQ'
iv_low = lv_value ).
ENDLOOP.
ENDIF.
result = lr_current->get_query_result( ).
CHECK result IS BOUND.
typed_context->srlresinfo->collection_wrapper->set_collection( iv_collection = result ).