Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9041

Re: Move data from inertal table to other internal table with keys

$
0
0

Hi Luis,

 

You need to provide index to modify internal table.

 

Loop at IT_ALV into wa_ALV.

     lv_index = sy-tabix.

     Read table IT_ALV2 into WA_ALV2 with key J_3GBELNRI = WA_ALV-J_3GBELNRI                                                                                                      J_3GPOSNRI = WA_ALV-J_3GPOSNRI

 

     WA_ALV2-j_3gemppsp  = WA_ALV-J_3GEMPPSP.

     WA_ALV2-J_3GEMPKOS  = WA_ALV-J_3GEMPKOS.

 

 

     Modify IT_ALV2 from  WA_ALV2 index lv_index transporting j_3gemppsp J_3GEMPKOS.

ENDLOOP.


Viewing all articles
Browse latest Browse all 9041

Trending Articles



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