Quantcast
Viewing all articles
Browse latest Browse all 9080

Re: how to copy internal table with header line in an internal without header

Hi,

 

Try this way.

 

loop at t_mytable

wa_mytable2-d = t_mytable-a.

wa_mytable2-c = t_mytable-b.

 

append wa_mytable2 to t_mytable2.

endloop.


Viewing all articles
Browse latest Browse all 9080

Trending Articles



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