<?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: Small Problem with calling a form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016651#M1805977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;option 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Declare itab as global parameter, in the main program. All parameters in main program are also available in the include, provided, the include statement is given after the data declaration statement.&lt;/P&gt;&lt;P&gt;Then just call subroutine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;perform fill_itab&lt;/STRONG&gt;. " No requirement of passing any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;opiton2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;perform fill_itab TABLES itab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Form Fill_itab TABLES f_itab like itab[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endform.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 07:04:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-08T07:04:33Z</dc:date>
    <item>
      <title>Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016650#M1805976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal table 'itab' declared in my program and there is an include 'zabc' in this include i have a form 'fill_itab'.&lt;/P&gt;&lt;P&gt;In this form itab is filled with several line items.&lt;/P&gt;&lt;P&gt;I call the form using&lt;/P&gt;&lt;P&gt;perform zabc changing itab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i declare the reference itab&lt;STRONG&gt; &lt;/STRONG&gt;in the form ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016650#M1805976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T06:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016651#M1805977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;option 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Declare itab as global parameter, in the main program. All parameters in main program are also available in the include, provided, the include statement is given after the data declaration statement.&lt;/P&gt;&lt;P&gt;Then just call subroutine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;perform fill_itab&lt;/STRONG&gt;. " No requirement of passing any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;opiton2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;perform fill_itab TABLES itab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Form Fill_itab TABLES f_itab like itab[].&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endform.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016651#M1805977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016652#M1805978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you declare as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform zabc tables itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016652#M1805978</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-01-08T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016653#M1805979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a common top for the calling program and the include and declare your internal table in the top and you are good to go.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016653#M1805979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T07:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016654#M1805980</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;like &lt;A __default_attr="31835" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Susmitha Susan Thomas" href="https://community.sap.com/" modifiedtitle="true" title="Susmitha Susan Thomas"&gt;&lt;/A&gt; said you could used the LIKE statement. &lt;/P&gt;&lt;P&gt;And others solution is to used a structure declare in the dictionary (SE11).&lt;/P&gt;&lt;P&gt;And the last solution is to use a TYPES declaration. if your programs are not in the same master program, you could create an include with all the TYPES and make a reference on all the master program (like a TYPE POOL)&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016654#M1805980</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-08T07:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016655#M1805981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anushka,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you using include zabc also in same program please refer below&lt;/P&gt;&lt;P&gt;Perform fill_itab using itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form fill_itab using itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is an different program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform fill_itab&amp;nbsp; in program zabc using itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form fill_itab using itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know still if you are facing same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Thangam.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016655#M1805981</guid>
      <dc:creator>thangam_perumal</dc:creator>
      <dc:date>2014-01-08T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016656#M1805982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big Thank you to all of you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016656#M1805982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T07:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Small Problem with calling a form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016657#M1805983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuska-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you can use CHANGING for internal tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPES &lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF&amp;nbsp; &lt;/SPAN&gt;t_itab&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char20&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_itab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_itab&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_itab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;t_itab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;w_itab&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0001'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;fill_itab &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;w_itab&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CHANGING &lt;/SPAN&gt;itab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FORM fill_itab &lt;SPAN class="L0S52"&gt;USING&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;wa&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CHANGING &lt;/SPAN&gt;ptab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;ptab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-calling-a-form/m-p/10016657#M1805983</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2014-01-08T07:20:47Z</dc:date>
    </item>
  </channel>
</rss>

