Skip to Content
0
Former Member
Apr 10, 2010 at 07:04 AM

type casting

149 Views

Hi all,

can someone tell me what is type casting here.

what is the difference between

lr_entity = lr_result->get_first( ).

lr_entity ?=lr_result->get_next( ).

lr_entity type ref to cl_crm_bol_entity,
lr_result type ref to if_bol_entity_col.

lr_entity = lr_result->get_first( ).


while lr_entity is bound.

------------
-------------

lr_entity ?= lr_result->get_next

endwhille.

what is the difference between = and ?=

regards,

Muralidhar Prasad.C

Edited by: Muralidhar Chatna on Apr 10, 2010 9:05 AM

Edited by: Muralidhar Chatna on Apr 10, 2010 9:12 AM