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

Re: data is not passing the final internal table

$
0
0

Dear Santosh,


change the code to as follows:


LOOP AT:T_TKZSLT INTO WA_TKZSLT.

*               wa_final = wa_tkzslt-spras.

                WA_FINAL-ZSCHL = WA_TKZSLT-ZSCHL.

                WA_FINAL-ZTEXT = WA_TKZSLT-ZTEXT.

                APPEND WA_FINAL TO t_final.

                CLEAR WA_TKZSLT.

                CLEAR WA_FINAL.


Viewing all articles
Browse latest Browse all 8578

Trending Articles



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