<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TOTAL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864775#M1322197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;in my alv i can write ls_fieldcat-do-sum = &amp;amp;3, how it will work&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi &amp;amp;3 is a parameter reference in Macro definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in SCN before posting these type of questions.&lt;/P&gt;&lt;P&gt;Read the rules of engagement also !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 12:51:07 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2009-07-23T12:51:07Z</dc:date>
    <item>
      <title>TOTAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864772#M1322194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;settting the attribute do_sum = 'X'  how can i use in alv .&lt;/P&gt;&lt;P&gt;and please tell me place of 'X' what can i write "field number" or "field name " or any thing else please tell me.&lt;/P&gt;&lt;P&gt;in my alv i can write ls_fieldcat-do-sum = &amp;amp;3, how it will work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864772#M1322194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864773#M1322195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_fieldcat-do_sum = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864773#M1322195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864774#M1322196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zalv_grid1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_alv_demo_total_text.&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_mara,&lt;/P&gt;&lt;P&gt;        srno TYPE char40, " Storing the total text&lt;/P&gt;&lt;P&gt;        matnr TYPE matnr, " Material&lt;/P&gt;&lt;P&gt;        ersda TYPE ersda, " Creation date&lt;/P&gt;&lt;P&gt;        ernam TYPE ernam, " Created by&lt;/P&gt;&lt;P&gt;        laeda TYPE laeda, " Last change date&lt;/P&gt;&lt;P&gt;        aenam TYPE aenam, " Last change by&lt;/P&gt;&lt;P&gt;        vpsta TYPE vpsta, " Maintenance status&lt;/P&gt;&lt;P&gt;        brgew TYPE brgew, " Gross weight&lt;/P&gt;&lt;P&gt;        ntgew TYPE ntgew, " Net weight&lt;/P&gt;&lt;P&gt;        gewei TYPE gewei, " Weight Unit&lt;/P&gt;&lt;P&gt;       END OF ty_mara.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;type declaration for table storing temp. DATA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;types: BEGIN OF ty_mara_tmp,&lt;/P&gt;&lt;P&gt;matnr TYPE matnr, " Material&lt;/P&gt;&lt;P&gt;ersda TYPE ersda, " Creation date&lt;/P&gt;&lt;P&gt;ernam TYPE ernam, " Created by&lt;/P&gt;&lt;P&gt;laeda TYPE laeda, " Last change date&lt;/P&gt;&lt;P&gt;aenam TYPE aenam, " Last change by&lt;/P&gt;&lt;P&gt;vpsta TYPE vpsta, " Maintenance status&lt;/P&gt;&lt;P&gt;brgew TYPE brgew, " Gross weight&lt;/P&gt;&lt;P&gt;ntgew TYPE ntgew, " Net weight&lt;/P&gt;&lt;P&gt;gewei TYPE gewei, " Weight Unit&lt;/P&gt;&lt;P&gt;END OF ty_mara_tmp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; internal table for storing final data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: i_mara type standard table of ty_mara initial size 0.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;work area for final table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: w_mara type ty_mara.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Internal table for storing temp. data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: i_mara_tmp TYPE STANDARD TABLE OF ty_mara_tmp INITIAL SIZE 0.&lt;/P&gt;&lt;P&gt;DATA: w_mara_tmp TYPE ty_mara_tmp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;object variable for alv grid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: oref1 type ref to cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;field catalog table for alv grid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: fieldcat type  lvc_t_fcat.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;workarea for field catalog table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: w_field type lvc_s_fcat.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; internal table for storing info.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;for alv grid&lt;/P&gt;&lt;P&gt;data: i_sort2 type standard table of lvc_s_sort initial size 0.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;workarea for sort table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: wa_sort2      type  lvc_s_sort.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;workarea for alv layout&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: wa_layout     type  lvc_s_layo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fetch data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;select  matnr   " Material&lt;/P&gt;&lt;P&gt;ersda   " Creation date&lt;/P&gt;&lt;P&gt;ernam   " Created by&lt;/P&gt;&lt;P&gt;laeda   " Last change date&lt;/P&gt;&lt;P&gt;aenam   " Last change by&lt;/P&gt;&lt;P&gt;vpsta   " Maintenance status&lt;/P&gt;&lt;P&gt;brgew   " Gross weight&lt;/P&gt;&lt;P&gt;ntgew   " Net weight&lt;/P&gt;&lt;P&gt;gewei   " Weight Unit&lt;/P&gt;&lt;P&gt;from mara&lt;/P&gt;&lt;P&gt;into table i_mara_tmp&lt;/P&gt;&lt;P&gt;up to 100 rows.&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.* populate final table&lt;/P&gt;&lt;P&gt;loop at i_mara_tmp into w_mara_tmp.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  storing the total text need to be displayed in&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALV&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;w_mara-srno = 'Total weight (Gross &amp;amp; Net)'.&lt;/P&gt;&lt;P&gt;  w_mara-matnr = w_mara_tmp-matnr.&lt;/P&gt;&lt;P&gt;  w_mara-ersda = w_mara_tmp-ersda.    &lt;/P&gt;&lt;P&gt;  w_mara-ernam  = w_mara_tmp-ernam .    &lt;/P&gt;&lt;P&gt;  w_mara-laeda = w_mara_tmp-laeda.    &lt;/P&gt;&lt;P&gt;  w_mara-aenam = w_mara_tmp-aenam.&lt;/P&gt;&lt;P&gt;  w_mara-vpsta = w_mara_tmp-vpsta.&lt;/P&gt;&lt;P&gt;  w_mara-brgew = w_mara_tmp-brgew.&lt;/P&gt;&lt;P&gt;  w_mara-ntgew = w_mara_tmp-ntgew.&lt;/P&gt;&lt;P&gt;  w_mara-gewei = w_mara_tmp-gewei.&lt;/P&gt;&lt;P&gt;  APPEND w_mara TO i_mara.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Calling the screen to display ALV&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Display ALV report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  IF oref1 IS INITIAL.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create alv grid object&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  In this case we have not created any custom container in the screen,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Instead of that dummy container name is passed&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADVANTAGE: we can run this report in background without any problem&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    create object oref1&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        i_parent          = cl_gui_custom_container=&amp;gt;screen0&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        error_cntl_create = 1&lt;/P&gt;&lt;P&gt;        error_cntl_init   = 2&lt;/P&gt;&lt;P&gt;        error_cntl_link   = 3&lt;/P&gt;&lt;P&gt;        error_dp_create   = 4&lt;/P&gt;&lt;P&gt;        others            = 5.&lt;/P&gt;&lt;P&gt;    CHECK sy-subrc = 0.*   preparing the field catalog&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ZDEMO: Defined in DDIC, it's structure is same as TYPE ty_mara&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  defined in the program&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call function 'LVC_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        i_structure_name       = 'ZDEMO'&lt;/P&gt;&lt;P&gt;      changing&lt;/P&gt;&lt;P&gt;        ct_fieldcat            = fieldcat&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;        program_error          = 2&lt;/P&gt;&lt;P&gt;        others                 = 3.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      LOOP AT fieldcat INTO w_field.&lt;/P&gt;&lt;P&gt;        IF w_field-fieldname = 'BRGEW' OR&lt;/P&gt;&lt;P&gt;w_field-fieldname = 'NTGEW'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        Summation for Gross &amp;amp; Net weight&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          w_field-do_sum = 'X'.&lt;/P&gt;&lt;P&gt;          MODIFY fieldcat FROM w_field TRANSPORTING do_sum.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        IF w_field-fieldname = 'SRNO'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        Hide this field so that it can display it's content i.e.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        Total text in Subtotal level&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          w_field-tech = 'X'.&lt;/P&gt;&lt;P&gt;          w_field-no_out = 'X'.&lt;/P&gt;&lt;P&gt;          MODIFY fieldcat FROM w_field TRANSPORTING tech no_out.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        CLEAR w_field.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  populate sort table with srno field so that we can display the total&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  text in it's subtotal level&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_sort2-spos = 1.&lt;/P&gt;&lt;P&gt;    wa_sort2-fieldname = 'SRNO'.&lt;/P&gt;&lt;P&gt;    wa_sort2-up = 'X'.&lt;/P&gt;&lt;P&gt;    wa_sort2-subtot = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND wa_sort2 TO i_sort2.*   hide the total line&lt;/P&gt;&lt;P&gt;    wa_layout-no_totline = 'X'.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  display the alv grid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call method oref1-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        is_layout                     = wa_layout&lt;/P&gt;&lt;P&gt;      changing&lt;/P&gt;&lt;P&gt;        it_outtab                     = i_mara[]&lt;/P&gt;&lt;P&gt;        it_fieldcatalog               = fieldcat&lt;/P&gt;&lt;P&gt;        it_sort                       = i_sort2&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        invalid_parameter_combination = 1&lt;/P&gt;&lt;P&gt;        program_error                 = 2&lt;/P&gt;&lt;P&gt;        too_many_lines                = 3&lt;/P&gt;&lt;P&gt;        others                        = 4.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.    ENDIF.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  set the focus on the grid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call method cl_gui_alv_grid=&amp;gt;set_focus&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        control           = oref1&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        cntl_error        = 1&lt;/P&gt;&lt;P&gt;        cntl_system_error = 2&lt;/P&gt;&lt;P&gt;        others            = 3.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pradeep Kumar Reddy on Jul 23, 2009 2:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864774#M1322196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864775#M1322197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;in my alv i can write ls_fieldcat-do-sum = &amp;amp;3, how it will work&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi &amp;amp;3 is a parameter reference in Macro definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in SCN before posting these type of questions.&lt;/P&gt;&lt;P&gt;Read the rules of engagement also !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864775#M1322197</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-23T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864776#M1322198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as below in fieldcatalog. This will sum the column DMBTR(Amount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_FIELDCAT-COL_POS = 1.&lt;/P&gt;&lt;P&gt;  WA_FIELDCAT-FIELDNAME = 'DMBTR'.&lt;/P&gt;&lt;P&gt;  WA_FIELDCAT-TABNAME = 'GT_FINAL'.&lt;/P&gt;&lt;P&gt;  WA_FIELDCAT-SELTEXT_M = 'Amount'.&lt;/P&gt;&lt;P&gt;  WA_FIELDCAT-DO_SUM = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_FIELDCAT TO GT_FIELDCAT.&lt;/P&gt;&lt;P&gt;  CLEAR WA_FIELDCAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/total/m-p/5864776#M1322198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:54:04Z</dc:date>
    </item>
  </channel>
</rss>

