Hi Rohan,
In this case you can refer following coding
lr_current = me->typed_context-><item details COntext>->collection_wrapper->get_current( ).
IF lr_current IS BOUND.
lr_current->GET_PROPERTIES(
IMPORTING es_attributes = ls_data
).
Append ls_data to lt_data.
Thanks,
Poonam