<?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 Reg : internal table &amp; Perform statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771200#M1118286</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;	&lt;STRONG&gt;i have 3 internal tables ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*	in first internal table i have mark-1 ,*&lt;/P&gt;&lt;P&gt;*	in 2nd internal table i have mark-2 ,*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*	using "PERFORM"  i have to add mark 1 &amp;amp; mark 2*&lt;/P&gt;&lt;P&gt;*	and i need to display the total in  3rd internal table.*&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*	how to do by using "PERFORM" .*&lt;/P&gt;&lt;P&gt;                Kindly clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with kind regards&lt;/P&gt;&lt;P&gt;vel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 08:57:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T08:57:59Z</dc:date>
    <item>
      <title>Reg : internal table &amp; Perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771200#M1118286</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;	&lt;STRONG&gt;i have 3 internal tables ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*	in first internal table i have mark-1 ,*&lt;/P&gt;&lt;P&gt;*	in 2nd internal table i have mark-2 ,*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*	using "PERFORM"  i have to add mark 1 &amp;amp; mark 2*&lt;/P&gt;&lt;P&gt;*	and i need to display the total in  3rd internal table.*&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*	how to do by using "PERFORM" .*&lt;/P&gt;&lt;P&gt;                Kindly clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with kind regards&lt;/P&gt;&lt;P&gt;vel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 08:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771200#M1118286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : internal table &amp; Perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771201#M1118287</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;In first table using loop add those values and append it to next Internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771201#M1118287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T09:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : internal table &amp; Perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771202#M1118288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any relation key between two internal tables. can you give the pseudo code.&lt;/P&gt;&lt;P&gt;loop the both internal table and add the mark1 and mark2 and append it to internal table 3 inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop itab1 into witab1.&lt;/P&gt;&lt;P&gt; loop itab2 into witab2.&lt;/P&gt;&lt;P&gt; witab3-total = witab1-mark1 plus witab2-mark2.&lt;/P&gt;&lt;P&gt; append witab3 to itab3.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771202#M1118288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : internal table &amp; Perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771203#M1118289</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;thanks for your answer , but i need help , by using &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUB ROUTINE [ PERFORM ] .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 12:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771203#M1118289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : internal table &amp; Perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771204#M1118290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raghupathy is right you just have to write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
porgram code......

perform sum_of_tables tables itab1
                                           itab2
                                           itab3.

program code....
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definition of form:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form_sum_of_tables tables itab1
                                      itab2
                                      itab3.

definiton type of witab1, witab2, witab3.

loop itab1 into witab1.
loop itab2 into witab2.
witab3-total = witab1-mark1 plus witab2-mark2.
append witab3 to itab3.
endloop.
endloop.

endform.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return itab3 which is sum of itab1 and itab2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 12:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-internal-table-perform-statement/m-p/4771204#M1118290</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-10-30T12:23:44Z</dc:date>
    </item>
  </channel>
</rss>

