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

Re: code to display one value out of repeated value in classical report

$
0
0

Hello ..

 

We can achieve this by using control break statements.

Assume your internal table IT_TAB has your values and try as below,

 

sort it_tab by field1 field2.

 

LOOP AT it_tab INTO wa_tab.

 

   AT NEW field1.

     WRITE wa_tab-field1.

   ENDAT.

   WRITE 20 wa_tab-field2.

   skip.

 

ENDLOOP.


Regards,

Arun


Viewing all articles
Browse latest Browse all 2806

Trending Articles



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