<?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 Error  while calculating totals in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126057#M1364562</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;i have added a field in  standrad report (changed to z report ofcourse) i.e related to watts.(numeric value) type is i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field is displaying on the report.But when i am calculating  sum,(i.e selected on the column and clicked sigma button.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am geting this message only for this added field.all other fields are getting totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired operation cannot be performed for column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'LABELED WATTAGE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me out plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Sep 2009 09:23:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-12T09:23:05Z</dc:date>
    <item>
      <title>Error  while calculating totals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126057#M1364562</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;i have added a field in  standrad report (changed to z report ofcourse) i.e related to watts.(numeric value) type is i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field is displaying on the report.But when i am calculating  sum,(i.e selected on the column and clicked sigma button.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am geting this message only for this added field.all other fields are getting totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desired operation cannot be performed for column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'LABELED WATTAGE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me out plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 09:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126057#M1364562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while calculating totals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126058#M1364563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how have you declared field catalog for that field?&lt;/P&gt;&lt;P&gt;and can you please post the declaration of that field in final table too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 09:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126058#M1364563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while calculating totals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126059#M1364564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVE : 'LABELED WATTAGE' TO   g_s_fieldcat-seltext_l,&lt;/P&gt;&lt;P&gt;     'L'          TO  g_s_fieldcat-ddictxt,&lt;/P&gt;&lt;P&gt;     30           TO  g_s_fieldcat-outputlen,&lt;/P&gt;&lt;P&gt;     'MEINS'      to  g_s_fieldcat-qfieldname.&lt;/P&gt;&lt;P&gt;  PERFORM fc_s_flat USING 'WATT' ' G_S_TOTALS_FLAT' 'WATT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 09:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126059#M1364564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T09:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while calculating totals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126060#M1364565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gsudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the declaraion of the field mus be a quantity type - i is not quantity type. Only quantity types can be linked to units (like MEINS).&lt;/P&gt;&lt;P&gt;Check that the data element has a domain with datatype QUAN. Link this to a unit (MEINS) = 'W'. 'W' is a unit configured in table T006 as Dimen. POWER, Measurement unit text W or long Watt with 0 decimals, exactly what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 15:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126060#M1364565</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-12T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while calculating totals</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126061#M1364566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 10:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calculating-totals/m-p/6126061#M1364566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T10:46:05Z</dc:date>
    </item>
  </channel>
</rss>

