Hi amrit,
i have added the below code as mentioned
LOOP AT lwa_table INTO lwa_struct.
GET REFERENCE OF lwa_struct INTO lt_table.
CREATE OBJECT lv_entity
EXPORTING
iv_data_ref = lt_table.
* set the data into value node
lv_entity->if_bol_bo_property_access~set_properties( EXPORTING is_attributes = lwa_struct ).
"add node to the collection
if lv_entity is bound.
me->typed_context->declineconditions->collection_wrapper->add( lv_entity ).
endif.
CLEAR lwa_struct.
ENDLOOP.
it is populating the table displayed with records. but the first record in teh displayed is blank.
how to get rid of this blank record.pls let me know
thanks®ards
luxmi