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

Re: How to move Internal Table Row Values to another Dynamic Table Column wise

$
0
0

Hi Venky,

 

FIELD-SYMBOLS : <F> TYPE ANY.

 

Loop At <itab1> Assign Into <wa1>.

         Do.

           Assign Component sy-index Of Structure <wa1> To <F>.

           If sy-subrc = 0.

             wa2 = <F>.

             Append wa2 To itab2.

          Else.

            Exit.

          Endif.

       Enddo.

Endloop.

 

Regards

Sreekanth


Viewing all articles
Browse latest Browse all 9369

Trending Articles



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