<?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 passing diff internaltables in single perform statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367626#M808147</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;hw can v pass diff internal tables to a single form.&lt;/P&gt;&lt;P&gt;4 internal tables with diff structures&lt;/P&gt;&lt;P&gt;each time i have to pass 1 internal table to that form.... hw can it possible, can anybody explian me with example.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 29, 2008 9:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 14:55:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-29T14:55:27Z</dc:date>
    <item>
      <title>passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367626#M808147</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;hw can v pass diff internal tables to a single form.&lt;/P&gt;&lt;P&gt;4 internal tables with diff structures&lt;/P&gt;&lt;P&gt;each time i have to pass 1 internal table to that form.... hw can it possible, can anybody explian me with example.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 29, 2008 9:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 14:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367626#M808147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T14:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367627#M808148</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;you can do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM routine USING itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine USING l_itab TYPE TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can work with l_itab through field symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 14:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367627#M808148</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-01-29T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367628#M808149</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;perform table_four using it_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM table_four using it_table TYPE ANY TABLE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 15:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367628#M808149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367629#M808150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sap abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clause here for ur req is using perform with addition TABLES&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PERFORM fr_add_tab_to_struct TABLES gt_hdr gt_all USING space CHANGING gv_count .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this will the order first tables , using , changing... if you are using all the three addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 15:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367629#M808150</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-29T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367630#M808151</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;thanx for reply... but i did not understand hw to pass internal tables,&lt;/P&gt;&lt;P&gt;for expample i have 4 internal tables with diff structures.&lt;/P&gt;&lt;P&gt;it_mara&lt;/P&gt;&lt;P&gt;it_mard&lt;/P&gt;&lt;P&gt;it_vbrp&lt;/P&gt;&lt;P&gt;it_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)in perform routine using it_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in form routine it_mara type &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd time in perform using it_mard.&lt;/P&gt;&lt;P&gt;in perfrom v cna change table but hw can v change in form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reply if u know the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 06:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367630#M808151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T06:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: passing diff internaltables in single perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367631#M808152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and hw can i use tables addition for my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 06:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-diff-internaltables-in-single-perform-statement/m-p/3367631#M808152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T06:29:55Z</dc:date>
    </item>
  </channel>
</rss>

