Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: populating table displayed in view

$
0
0

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&regards

luxmi


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>