if i am right, then in that view there is one context node name PRODUCT. so read the current entity using that context node.
lr_entity type ref to cl_crm_bol_entity
lr_entity ?= me->typed_context->PRODUCT->collection_wrapper->get_current().
here entity PRODUCT is a ROOT entity. you can see that in the BOL browser in the component work bench.