Hi
I am using the example Page No 88 of CookBook here is little code
data: lr_bdc type ref to cl_crm_ic_cucobdc_impl,
lr_btorder type ref to if_bol_bo_property_access.
lr_bdc ?= me->get_custom_controller( 'CuCoBDC' ). //here it is getting reference
CALL METHOD lr_bdc->get_navigation_data
IMPORTING
ev_selected_object = lr_btorder.
//But here lr_btorder is having illegal reference
and the code send by Swagatika Swain
VIEW Constant Private Type STRING 'CompHead.htm'
also is not working
Regards
Pulkit agrawal