<?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: Help with perform statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507830#M566997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thats the only reason. When you say Global Declarations , i have declared at the top of tthe program and thats it means its global for entire program&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, 18 Jul 2007 18:38:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T18:38:18Z</dc:date>
    <item>
      <title>Help with perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507828#M566995</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;I have this perform statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data: gt_outtab type table of mara,&lt;/P&gt;&lt;P&gt;       gt_fieldcat type lvc_t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   perform create_and_init_alv changing gt_outtab&lt;/P&gt;&lt;P&gt;                                         gt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i double click on this perform ian getting a form like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM create_and_init_alv  CHANGING P_GT_OUTTAB&lt;/P&gt;&lt;P&gt;                                   P_GT_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " create_and_init_alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i look at the sap standard program for the same perform statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform create_and_init_alv changing gt_outtab&lt;/P&gt;&lt;P&gt;                                         gt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form create_and_init_alv changing pt_outtab like gt_outtab[]&lt;/P&gt;&lt;P&gt;                                  pt_fieldcat type lvc_t_fcat.&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;my questions are&lt;/P&gt;&lt;P&gt;1)can anyone tell me why there is a difference &lt;/P&gt;&lt;P&gt;2) do we need to writ  things again in form like gt_outtab[] and type lvc_t_fcat as you see in sap standard code.&lt;/P&gt;&lt;P&gt; what is the purpose of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kajol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 17:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507828#M566995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507829#M566996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not necessaru to have those values if the data declarations are global.But this will give error in Extended Check (SLIN).&lt;/P&gt;&lt;P&gt;We need to mention these things manually.Its a good practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 17:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507829#M566996</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-18T17:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507830#M566997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thats the only reason. When you say Global Declarations , i have declared at the top of tthe program and thats it means its global for entire program&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, 18 Jul 2007 18:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507830#M566997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507831#M566998</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;&lt;/P&gt;&lt;P&gt;When you create a form by double click the system generate the declaration source of the form like this -&amp;gt; perform create_and_init_alv changing &amp;lt;b&amp;gt;gt_outtab&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;gt_fieldcat&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to insert the statments like &amp;lt;reference&amp;gt;,  beyond the reason previously informed exists the other problem, the performance. If you don't inform the reference, the time of program's processing are bigger.&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;&lt;/P&gt;&lt;P&gt;Marcelo Ramos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 18:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507831#M566998</guid>
      <dc:creator>marcelo_ramos1</dc:creator>
      <dc:date>2007-07-18T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with perform statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507832#M566999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have assigned points to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-perform-statement/m-p/2507832#M566999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:27:32Z</dc:date>
    </item>
  </channel>
</rss>

