Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to set default organization based on user in resource planning search and result screen?

$
0
0

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 ).


Viewing all articles
Browse latest Browse all 7775

Trending Articles



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