Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: How to Copy data from field symbol to Dynamic Internal Table

$
0
0

Hi Vicky,

 

Use assign components for the fields instead of sy-index. For example,

             

ASSIGN COMPONENT:    wa_lvc_cat-fieldname       OF STRUCTURE <fs_tab_output1>TO <l_field>,
                                         wa_lvc_cat-fieldname      OF STRUCTURE <fs_tab_output2> TO <l_field1>.
                                         <l_field1> = <l_field>.

 

Hope it might help you.

 

With Regards,

Giriesh M


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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