Skip to Content
0
Former Member
Nov 17, 2006 at 07:08 AM

reference ICWC

34 Views

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