<?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 internal table process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389786#M1404573</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;Would like to ask the logic.&lt;/P&gt;&lt;P&gt;I have an internal table below. I not sure if need to have another 2 new internal table for the processing below.&lt;/P&gt;&lt;P&gt;Appreciate of the example of coding.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material  / cost center  / cost&lt;/P&gt;&lt;P&gt;KA1234  / 90045        / 500&lt;/P&gt;&lt;P&gt;KA1234  / 90045        / 120&lt;/P&gt;&lt;P&gt;KA5678  / 70067        / 1000&lt;/P&gt;&lt;P&gt;KA5678  / 70067        /  1500&lt;/P&gt;&lt;P&gt;KA5678  / 70067        /  200&lt;/P&gt;&lt;P&gt;XA1234  / 90045        / 400&lt;/P&gt;&lt;P&gt;XA5678  / 70067        / 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort and group where both material and cost center the same and cost add up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material  / cost-center  / cost&lt;/P&gt;&lt;P&gt;KA1234 / 90045      /   620&lt;/P&gt;&lt;P&gt;KA5678 / 70067      /   2700&lt;/P&gt;&lt;P&gt;XA1234 /  90045     /   400&lt;/P&gt;&lt;P&gt;XA5678 /  70067     /   2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, when the last 4 digit of the material &amp;amp; also cost center the same between KA and XA, the difference of the cost is &lt;/P&gt;&lt;P&gt;cost in XA - cost in KA = Y then move the difference which is Y into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take material 1234 as example&lt;/P&gt;&lt;P&gt;400 - 620 = (220), then add (220) into a new variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 10:57:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-11T10:57:59Z</dc:date>
    <item>
      <title>internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389786#M1404573</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;Would like to ask the logic.&lt;/P&gt;&lt;P&gt;I have an internal table below. I not sure if need to have another 2 new internal table for the processing below.&lt;/P&gt;&lt;P&gt;Appreciate of the example of coding.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material  / cost center  / cost&lt;/P&gt;&lt;P&gt;KA1234  / 90045        / 500&lt;/P&gt;&lt;P&gt;KA1234  / 90045        / 120&lt;/P&gt;&lt;P&gt;KA5678  / 70067        / 1000&lt;/P&gt;&lt;P&gt;KA5678  / 70067        /  1500&lt;/P&gt;&lt;P&gt;KA5678  / 70067        /  200&lt;/P&gt;&lt;P&gt;XA1234  / 90045        / 400&lt;/P&gt;&lt;P&gt;XA5678  / 70067        / 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort and group where both material and cost center the same and cost add up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material  / cost-center  / cost&lt;/P&gt;&lt;P&gt;KA1234 / 90045      /   620&lt;/P&gt;&lt;P&gt;KA5678 / 70067      /   2700&lt;/P&gt;&lt;P&gt;XA1234 /  90045     /   400&lt;/P&gt;&lt;P&gt;XA5678 /  70067     /   2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, when the last 4 digit of the material &amp;amp; also cost center the same between KA and XA, the difference of the cost is &lt;/P&gt;&lt;P&gt;cost in XA - cost in KA = Y then move the difference which is Y into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take material 1234 as example&lt;/P&gt;&lt;P&gt;400 - 620 = (220), then add (220) into a new variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 10:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389786#M1404573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389787#M1404574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anonymous,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use COLLECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't ask for coding. Thats what you get paid for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or search for a job as taxi driver &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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>Fri, 11 Dec 2009 11:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389787#M1404574</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-11T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389788#M1404575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;appreciate for the real reply.&lt;/P&gt;&lt;P&gt;if u do not want to reply, just ignore. do not insult people in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 11:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389788#M1404575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T11:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389789#M1404576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first sort..&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;use loop at your internal table..." take a variable so that you can put the total into and also take another table to put the data into&lt;/P&gt;&lt;P&gt;now use command ON CHNAGE OF or AT NEW..and clear you total variable.&lt;/P&gt;&lt;P&gt; other wise continue adding the value in the loop&lt;/P&gt;&lt;P&gt;then put a read statement in the collection table (new table)&lt;/P&gt;&lt;P&gt;then if sy-subrc &amp;lt;&amp;gt; 0 then modify the table with the value&lt;/P&gt;&lt;P&gt;and if sy-subrc = 0..appentd the value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will do you first requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the simlar approach you can implement you other part...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one point that i would like to make...that this is general logic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways...&lt;/P&gt;&lt;P&gt;best of luck..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Yadesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 11:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389789#M1404576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T11:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389790#M1404577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thank you for active contribution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask_Comm  &lt;/P&gt;&lt;P&gt;Posts: 898&lt;/P&gt;&lt;P&gt;Registered: 9/11/07&lt;/P&gt;&lt;P&gt;Forum Points: 0&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>Fri, 11 Dec 2009 12:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389790#M1404577</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-11T12:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389791#M1404578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just behave yourself in the forum. why need to be so proud of yourself?&lt;/P&gt;&lt;P&gt;i not offending you at all and why u insult other people?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389791#M1404578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389792#M1404579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Wots happening here... Behave urself Mr.Clemens Li .. There are lot of people who are not as intelligent like u...&lt;/P&gt;&lt;P&gt;To discuss thier doubts and to help them we have these types of Forums... Either cooperate with the people in the forum or jus F... off... Dont think like ur a Macho because u earned lot of points.. behave urself .. learn to respect others..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;Sanil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389792#M1404579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389793#M1404580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Ask_Comm and SANIL,&lt;/P&gt;&lt;P&gt;on behalf of Clemens as I read him a bit more than you, would like to say, he didnot mean to say you are not intelligent by pointing your posts,but he must have meant about the  forum rules, which also says not to ask all coding.&lt;/P&gt;&lt;P&gt;you can prepare a draft code and we can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Clemens ,&lt;/P&gt;&lt;P&gt;i know its friday &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; and high again ?? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;and that taxi driver thing went a bit hard.&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ASK and SANIL,&lt;/P&gt;&lt;P&gt;again to say.. please dont take it other way.. and keep posting..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389793#M1404580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T12:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389794#M1404581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; just behave yourself in the forum. why need to be so proud of yourself?&lt;/P&gt;&lt;P&gt;&amp;gt; i not offending you at all and why u insult other people?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stop asking for logic. Being an ABAP Developer, you should understand the scenario and write a logic for that,First you have to try out something on ABAP editor using your knowledge and then come back with questions. That is how it should work. I am sure you are smart enough to device a logic and on debugging it you will know how to make it better, got it??? That is how you should work. Not the way you are doing now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And always dont expect people to give you the answers you want, and I really dont find any wrong in what Clemens said, If an ABAP developer is asking for code, then it is similar to a taxi driver asking "how to drive?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389794#M1404581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389795#M1404582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Please check the sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF x_tab,&lt;/P&gt;&lt;P&gt;        matnr TYPE matnr,&lt;/P&gt;&lt;P&gt;        cost_cnt TYPE char10,&lt;/P&gt;&lt;P&gt;        cost     TYPE char10,&lt;/P&gt;&lt;P&gt;       END OF x_tab.&lt;/P&gt;&lt;P&gt;DATA: i_tab TYPE STANDARD TABLE OF x_tab,&lt;/P&gt;&lt;P&gt;      i_final TYPE STANDARD TABLE OF x_tab,&lt;/P&gt;&lt;P&gt;      wa_tab TYPE x_tab,&lt;/P&gt;&lt;P&gt;      l_cost TYPE char10 VALUE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '1'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'A'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '2'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'A'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '1'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'A'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '1'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'B'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '2'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'A'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;wa_tab-matnr    = '3'.&lt;/P&gt;&lt;P&gt;wa_tab-cost_cnt = 'A'.&lt;/P&gt;&lt;P&gt;wa_tab-cost     = 10.&lt;/P&gt;&lt;P&gt;APPEND wa_tab TO i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT i_tab.&lt;/P&gt;&lt;P&gt;LOOP AT  i_tab INTO wa_tab.&lt;/P&gt;&lt;P&gt;  l_cost = l_cost + wa_tab-cost.&lt;/P&gt;&lt;P&gt;  AT END OF cost_cnt.&lt;/P&gt;&lt;P&gt;    wa_tab-cost = l_cost.&lt;/P&gt;&lt;P&gt;    APPEND wa_tab TO i_final.&lt;/P&gt;&lt;P&gt;    l_cost = 0.&lt;/P&gt;&lt;P&gt;  ENDAT.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;WRITE: 'ABC'. " Here your final table is ready&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389795#M1404582</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2009-12-11T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389796#M1404583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subhankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not COLLECT do the same thing? Why take the pains of coding some extra lines &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389796#M1404583</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-11T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: internal table process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389797#M1404584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either cooperate with the people in the forum or jus F... off... Dont think like ur a Macho because u earned lot of points.. behave urself .. learn to respect others..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its ridiculous that people make such statements on a forum like SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Ask_Comm and SANIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refrain from using harsh language on the forum. Also, It is against posting guidelines to ask for code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-process/m-p/6389797#M1404584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T13:29:53Z</dc:date>
    </item>
  </channel>
</rss>

