<?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: Sum several column into a single variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527847#M1935002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giuliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one way todo it and i think would work just fine if you have a static number of day columns that you will be working with. If you have a larger list of columns or if this column list can grow or shrink then this would not be the best way to go and would want to do a more dynamic approach to summing up the necessary fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also read that it's possible to do this in sql itself using oracle commands like concat and group_concat but i haven't been able to do a POC in sap yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 14:04:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-08T14:04:18Z</dc:date>
    <item>
      <title>Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527846#M1935001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;this is the situation. I have following table (tab_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;matnr&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;value_day1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;value_day2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;value_day3&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;value_day4&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;01&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;3&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;5&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;7&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;9&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;02&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;6&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;7&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;5&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;03&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;5&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;5&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0002&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;01&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;4&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;10&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I want to create a new table with (tab_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;matnr&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;sum&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;01&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;24&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;02&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;18&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0001&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;03&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;12&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;0002&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;01&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;17&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the select to extract tab_1, the code for tab_2 is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT gt_tab_1 INTO gs_tab_1.&lt;/P&gt;&lt;P&gt;&amp;nbsp; gs_tab_2-matnr = &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-matnr&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_2-month&lt;/SPAN&gt; = &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-month&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_2-sum = &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-value_day1 + &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-value_day2 + &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-value_day3 + &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-value_day4.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; APPEND gs_tab_2 TO gt_tab_2.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think? Is the code correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you guys &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527846#M1935001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T13:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527847#M1935002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giuliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one way todo it and i think would work just fine if you have a static number of day columns that you will be working with. If you have a larger list of columns or if this column list can grow or shrink then this would not be the best way to go and would want to do a more dynamic approach to summing up the necessary fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also read that it's possible to do this in sql itself using oracle commands like concat and group_concat but i haven't been able to do a POC in sap yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527847#M1935002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T14:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527848#M1935003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think? Do you get the correct results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527848#M1935003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T14:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527849#M1935004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;I'd just like to know if the code would be ok or there are some tips to improve performace and staff like this. I tried this code and I have the correct result...of course I hav ea very few examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527849#M1935004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T14:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527850#M1935005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I won't answer to the question too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one suggestion, as the DO VARYING syntax is now obsolete, you could "play" with some ASSIGN COMPONENT OF STRUCTURE to loop between the day fields and calculate the sum in a dynamic mode. (Of course you have the right to prefer field names as &lt;SPAN style="font-size: 13.3333px;"&gt;gs_tab_1-value_day31)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527850#M1935005</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-08T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527851#M1935006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Raymond if my question is a bit rude, it's my first post. Thank you for your answer and I'd like to ask you if you have some example about your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527851#M1935006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T14:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527852#M1935007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your presented code is fine (except your are using prefixes which are now officially (i.e. by Horst Kellar) not recommended!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Raymond suggests is if you want to work with tables generically, when you don't know how many value fields there are - or you want to not have to change the code, if the table structure gains extra value fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the code to do it - please try it yourself. You've been given the abap keyword that will do it - now do some reading! It's the best way to learn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527852#M1935007</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-08T15:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527853#M1935008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Geoffery,&lt;/P&gt;&lt;P&gt;and thanks for the answer. I'd like to modify the code using the fileds symbols but i'm not very good at with them. Do you have some code-example or other topics to show me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527853#M1935008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527854#M1935009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mattew I'm looking for some example &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527854#M1935009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527855#M1935010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giuliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good SCN thread on how to use field symbols with some very good feedback comments to provide further insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="39442" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Field Symbols (how to use practically??)" href="https://community.sap.com/" modifiedtitle="true" title="Field Symbols (how to use practically??)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using field symbols are not to difficult just takes a little getting used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoffery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527855#M1935010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527856#M1935011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Matthew Billingham wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Your presented code is fine (except your are using &lt;STRONG style="text-decoration: underline;"&gt;prefixes&lt;/STRONG&gt; which are now officially (i.e. by Horst Kellar) not recommended!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can please point me to to the post by &lt;A __default_attr="3984" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Horst Keller" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527856#M1935011</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2016-01-08T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527857#M1935012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a book. Detail here: &lt;A __default_attr="118868" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="ABAP Modern Code Conventions" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not that &lt;EM&gt;all&lt;/EM&gt; prefixes are non-de-rigeur, just the ones that say that it's a structure/object reference/table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527857#M1935012</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-08T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527858#M1935013</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;That was fast &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527858#M1935013</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2016-01-08T15:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sum several column into a single variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527859#M1935014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about creating an extra column in tab_1 and populating the column when you append the row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 16:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-several-column-into-a-single-variable/m-p/11527859#M1935014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T16:58:36Z</dc:date>
    </item>
  </channel>
</rss>

