<?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: ALV do_sum issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093051#M733769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or...... put your DO_SUM inside your IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  IF x_1 &amp;lt;&amp;gt; 8.
    ls_fieldcatalog-no_zero   = 'X'.
    ls_fieldcatalog-do_sum    = x_0180.

 
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 18:44:59 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-11-30T18:44:59Z</dc:date>
    <item>
      <title>ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093044#M733762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have ALV report, and i m showing total at the top of PO, i have one column of percentage and has a data type P. In my field catalog i'm not passing do_sum for this column. But even i'm getting total at the top. My req is, for this column i don't want the total to be displayed at the top...&lt;/P&gt;&lt;P&gt;Pls help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093044#M733762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093045#M733763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you have the variant which has the SUM chckbox on for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again check if you are really not passing the DO_SUM for that field. Put a breakpoint before the ALV call and check what is happenning. You might forgot to clear the workaread which contains the DO_SUM = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093045#M733763</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093046#M733764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patel,&lt;/P&gt;&lt;P&gt;Actaully i've debugged it and found the problem. Problem is for percentage column&lt;/P&gt;&lt;P&gt;i have used ls_fieldcatalog-no_zero   = 'X', becuase i want to display zero, if the output contains zero for this field. Thas working fine, but i dont' want zero's in total row. &lt;/P&gt;&lt;P&gt;Infact it's not do_sum, it's just 0.00 in that field, and due to no_zero = 'X', it's being populated in the header (Sum field). &lt;/P&gt;&lt;P&gt;For the line item, i want it, but for the header i dont want to display zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093046#M733764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T17:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093047#M733765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you clearing ls_fieldcatalog for each and every field which you are appending into the Field catalog.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste your code for the field catalog here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093047#M733765</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093048#M733766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls suggest, I hope you understand what i'm saying...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM field_catalog .

  PERFORM fillcat USING :

   1 'X' 'EBELN'           ' ' 'CHAR' 'C' '000010' ' ' 'PO Number'                      'PO Number'            ' ',
   2 'X' 'EBELP'           ' ' 'NUMC' 'N' '000005' ' ' 'Line '                          'PO Line item no'      ' ',
  3 ' ' 'IR_AMT'          ' ' 'CURR' 'P' '000013' ' ' 'IR amount'                      'IR amount'            'X',
  4' ' 'INV_CUR_PAYMT'   ' ' 'CURR' 'P' '000013' ' ' 'Inv Cur Pymnt'                  'Inv Current Payment'  'X',
  5' ' 'ACT_PAYMT'       ' ' 'CURR' 'P' '000013' ' ' 'Act Payment'                    'Actual Payment'       'X',
  6' ' 'PAYMT_ID'        ' ' 'CHAR' 'C' '000010' ' ' 'Pymt ID'                        'Payment ID'           ' ',
  7' ' 'OPEN_AP_AMT'         ' ' 'CURR' 'P' '000013' ' ' 'Open A/P amt'                   'Open A/P amount'      'X',
  8' ' 'PER_COMP'        ' ' 'CHAR' 'C' '000010' ' ' '% Complete'                       '% Complete'           ' '.

endform.

FORM fillcat  USING           x_1    TYPE lvc_colpos
                              x_key  TYPE lvc_key
                              x_0172 TYPE lvc_fname
                              x_0173 TYPE lvc_noout
                              x_0174 TYPE datatype_d
                              x_0175 TYPE inttype
                              x_0176 TYPE intlen
                              x_0177 TYPE lowercase
                              x_0178 TYPE reptext
                              x_0179 TYPE scrtext_m
                              x_0180 TYPE c.

* change fieldcatalog
  DATA: ls_fieldcatalog TYPE lvc_s_fcat.
  ls_fieldcatalog-col_pos   = x_1.
  ls_fieldcatalog-key       = x_key.
  ls_fieldcatalog-fieldname = x_0172.
  ls_fieldcatalog-no_out    = x_0173.
  ls_fieldcatalog-datatype  = x_0174.
  ls_fieldcatalog-inttype   = x_0175.
  ls_fieldcatalog-intlen    = x_0176.
  ls_fieldcatalog-lowercase = x_0177.
  ls_fieldcatalog-reptext   = x_0178.
  ls_fieldcatalog-scrtext_m = x_0178.
  ls_fieldcatalog-scrtext_l = x_0179.
  ls_fieldcatalog-scrtext_s = x_0178.
  ls_fieldcatalog-no_sum    = ' '.

  IF x_1 &amp;lt;&amp;gt; 8.
    ls_fieldcatalog-no_zero   = 'X'.


  ENDIF.
  ls_fieldcatalog-do_sum    = x_0180.

  APPEND ls_fieldcatalog TO gt_fieldcatalog.


ENDFORM.                    " fillcat
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sal Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093048#M733766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093049#M733767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are passing this DO_SUM for all the amount variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IR_AMT&lt;/P&gt;&lt;P&gt;INV_CUR_PAYMT&lt;/P&gt;&lt;P&gt;ACT_PAYMT&lt;/P&gt;&lt;P&gt;OPEN_AP_AMT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the last 'X' for the pefrom parameters which you don't want to have the sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 18:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093049#M733767</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093050#M733768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF x_1 = 8.
 ls_fieldcatalog-no_sum    = 'X'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 18:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093050#M733768</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-11-30T18:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093051#M733769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or...... put your DO_SUM inside your IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  IF x_1 &amp;lt;&amp;gt; 8.
    ls_fieldcatalog-no_zero   = 'X'.
    ls_fieldcatalog-do_sum    = x_0180.

 
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 18:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093051#M733769</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-11-30T18:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093052#M733770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;Yes, i have tried both option but its not working.&lt;/P&gt;&lt;P&gt;Infact your recommendation is correct. It should work in the normal way. But my requirement is different.&lt;/P&gt;&lt;P&gt;For Percentage column, in the header (sum) column, i want blank outout. Curently its not summing it up, but showing 0.00, bcoz i have no_zero = 'X', for this column.&lt;/P&gt;&lt;P&gt;So to conclude, in the header (sum) row, I do'nt want the output in 0.00 format.&lt;/P&gt;&lt;P&gt;Infact i want this header (sum) row blank.&lt;/P&gt;&lt;P&gt;Patel,&lt;/P&gt;&lt;P&gt;I'm not passing do_sum = 'X' for my percentage column. &lt;/P&gt;&lt;P&gt;Pls suggest....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 18:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093052#M733770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093053#M733771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you are giving DO_SUM for all columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA: ls_fieldcatalog TYPE lvc_s_fcat.
  ls_fieldcatalog-col_pos   = x_1.
  ls_fieldcatalog-key       = x_key.
  ls_fieldcatalog-fieldname = x_0172.
  ls_fieldcatalog-no_out    = x_0173.
  ls_fieldcatalog-datatype  = x_0174.
  ls_fieldcatalog-inttype   = x_0175.
  ls_fieldcatalog-intlen    = x_0176.
  ls_fieldcatalog-lowercase = x_0177.
  ls_fieldcatalog-reptext   = x_0178.
  ls_fieldcatalog-scrtext_m = x_0178.
  ls_fieldcatalog-scrtext_l = x_0179.
  ls_fieldcatalog-scrtext_s = x_0178.
  ls_fieldcatalog-no_sum    = ' '.
 
  IF x_1 &amp;lt;&amp;gt; 8.
    ls_fieldcatalog-no_zero   = 'X'.
 
 
  ENDIF.
  ls_fieldcatalog-do_sum    = x_0180.           "&amp;lt;&amp;lt;----- RIGHT HERE
 
  APPEND ls_fieldcatalog TO gt_fieldcatalog.
 
 
ENDFORM.                    " fillcat&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not wish for the DO_SUM to be set for column 8, you must handle that, probably by putting that statement within your IF statement.  And/Or adding a line for the NO_SUM = 'X' only when it is column 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093053#M733771</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-11-30T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093054#M733772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You percentage field should be the type P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  8' ' 'PER_COMP'        ' ' 'QUAN' 'P' '000010' ' ' '% Complete'                       '% Complete'           ' '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to replicate the error which you are getting, but I didn't get any. Here is my sample code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_NP_ALV_1.

type-pools: slis.

types: begin of ty_bkpf,
       belnr type bkpf-belnr,
       buzei type bseg-buzei,
       dmbtr type bseg-dmbtr,
       per   type bseg-dmbtr,
       per1  type char10,
       end   of ty_bkpf.

data: it_bkpf type standard table of ty_bkpf,
      wa_bkpf type ty_bkpf.

DATA: t_fieldcat   TYPE slis_t_fieldcat_alv.
DATA:  wa_fieldcat   TYPE slis_fieldcat_alv.

START-OF-SELECTION.

   select belnr buzei dmbtr
          into table it_bkpf
          from  bseg
          up to 20 rows.

   loop at it_bkpf into wa_bkpf.
     wa_bkpf-per = 0.
     modify it_bkpf from wa_bkpf.
     clear  wa_bkpf.
   endloop.

    PERFORM create_field_catalog.
    PERFORM create_alv_output.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  create_field_catalog
*&amp;amp;---------------------------------------------------------------------*
FORM create_field_catalog .

         PERFORM add_field_catalog USING :
           '01' 'BELNR'     'Doc'         '20'  '',
           '02' 'BUZEI'     'Line'        '10'  '',
           '03' 'DMBTR'     'Amount'      '20'  'X',
           '04' 'PER'       'Per % '      '10'  '',
           '05' 'PER1'      'Per1 % '     '10'  ''.

ENDFORM.                    " create_field_catalog

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  add_field_catalog
*&amp;amp;---------------------------------------------------------------------*
*       Adds field details into field catalog
*----------------------------------------------------------------------*
FORM add_field_catalog  USING    p_colpos
                                 p_fldname
                                 p_fldtext
                                 p_outlen
                                 p_sum..

  wa_fieldcat-row_pos       = '1'.
  wa_fieldcat-col_pos       = p_colpos.
  wa_fieldcat-fieldname     = p_fldname.
  wa_fieldcat-tabname       = 'IT_BKPF'.
  wa_fieldcat-reptext_ddic  = p_fldtext.
  wa_fieldcat-outputlen     = p_outlen.
  wa_fieldcat-no_zero       = 'X'.  " &amp;lt;&amp;lt;
  wa_fieldcat-do_sum        = p_Sum.

  APPEND  wa_fieldcat TO t_fieldcat.
  CLEAR : wa_fieldcat.

ENDFORM.                    " add_field_catalog
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  create_alv_output
*&amp;amp;---------------------------------------------------------------------*
*       Generate ALV Grid output
*----------------------------------------------------------------------*
FORM create_alv_output .
  DATA: l_repid LIKE sy-repid,
        l_layout type SLIS_LAYOUT_ALV.
  l_repid = sy-repid.

  l_layout-totals_before_items = 'X'.

  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_callback_program      = l_repid
      IS_LAYOUT                = l_layout

      it_fieldcat             = t_fieldcat[]
    TABLES
      t_outtab                = it_bkpf
    EXCEPTIONS
      program_error           = 1
      OTHERS                  = 2.
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

ENDFORM.                    " create_alv_output&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093054#M733772</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T19:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: ALV do_sum issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093055#M733773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patel and Rich, the problem was with field catalog percentage field.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;You percentage field should be the type P.&lt;/P&gt;&lt;P&gt;  8' ' 'PER_COMP'        ' ' 'QUAN' 'P' '000010' ' ' '% Complete'                       '% Complete'           ' '.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;I'm going to close this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-do-sum-issue/m-p/3093055#M733773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:13:04Z</dc:date>
    </item>
  </channel>
</rss>

