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

Re: Report AR01 - Subtotal with texts in CL_GUI_ALV_GRID

$
0
0

Hi,

 

This solution I've already seen. 

 

FIELD-SYMBOLS: <fs> TYPE ANY.

 

  ASSIGN p_e_event_data->m_data->* TO <fs>.

  <fs> = 'TOTAL'(027).

 

 

Then. I adjusted the code and got what I want.

 

Final code:

 

    ASSIGN ep_subtot_line->* TO <fs1>.

    ASSIGN e_event_data->m_data->* TO <fs2>.

 

          CONCATENATE es_subtottxt_info-keyword

                      <fs1>-field

                      'Instalações técnicas'

                 INTO <fs2>

         SEPARATED BY space.

 

RESULTADO FINAL.png

 

Thanks!


Viewing all articles
Browse latest Browse all 923

Trending Articles



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