Skip to Content
0
Former Member
Jan 28, 2009 at 07:37 AM

'lv_zcl_xml' is not convertable to type 'ls_obj_ref-prt'

17 Views

Hi all,

DATA: ls_obj_ref TYPE ty_obj_ref ,

lv_zcl_xml TYPE REF TO zcl_xml_local.

ls_obj_ref-prt = lv_zcl_xml.

where zcl_xml_local is class.

I am new to oops concept ... can anyone tell me what is wrong in this case ?

it is showing error saying that 'lv_zcl_xml' is not convertable to type 'ls_obj_ref-prt'.

thanks in advance.....