Hi Thotakura,
Its always dumping at load component for 'IBASE' saying that me-->generic_IL points to nothing.
my code is:
lr_core = cl_crm_bol_core=>get_instance( ). l
lr_core->load_component( 'IBASE' ).
lr_ib_entity ?= lr_core->get_root_entity ( iv_object_name = 'IBHeader' IV_OBJECT_GUID = lv_guid ).
Even if i use Load_component_set its the same.
Pls suggest.