<?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: error in perform/form statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722918#M1455725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a problem in SELECT statement of your calling prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check in SELECT statement,  the transparant table is having INTO (for fields of internal table) .&lt;/P&gt;&lt;P&gt;And if not, then the table after SELECT statement is declared in TABLES statement or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 09:08:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T09:08:22Z</dc:date>
    <item>
      <title>error in perform/form statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722915#M1455722</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;Call to a program containing a syntax error (CALL/PERFORM/SUBMIT)&lt;/P&gt;&lt;P&gt;Error in program /SAPAPO/SAPLATPQ_TIMESERIES - include /EPCOS/SD_CRSD0035_04 -&lt;/P&gt;&lt;P&gt;line 76&lt;/P&gt;&lt;P&gt;Syntax check error message:&lt;/P&gt;&lt;P&gt;A target area must be declared either explicitly with an INTO clause or implicitl&lt;/P&gt;&lt;P&gt;with a TABLES statement.&lt;/P&gt;&lt;P&gt;Internal Message Code: MESSAGE GYN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after clicking on error iam getting this statement how to solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is perform statement which is present in z program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM localise_reqtms(/sapapo/saplatpq_timeseries)&lt;/P&gt;&lt;P&gt;USING space&lt;/P&gt;&lt;P&gt;CHANGING l_ts_endhor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: l_ts_endhor TYPE /sapapo/om_hortms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form statement in standard program (/SAPAPO/LATPQ_TIMESERIESFD0)&lt;/P&gt;&lt;P&gt;FORM localise_reqtms  USING    flag&lt;/P&gt;&lt;P&gt;                      CHANGING p_reqtms TYPE /sapapo/reqtms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722915#M1455722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: error in perform/form statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722916#M1455723</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;Call to a program containing a syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Based on message you get it seems that the problem is not in &lt;EM&gt;calling&lt;/EM&gt; the routine in Z program, but in the standard &lt;EM&gt;program&lt;/EM&gt; it is placed. &lt;/P&gt;&lt;P&gt;Go to that program, do syntax check, you should get the error system mentions about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722916#M1455723</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-10T08:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in perform/form statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722917#M1455724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define       DATA: l_ts_endhor TYPE  /sapapo/reqtms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722917#M1455724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T09:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: error in perform/form statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722918#M1455725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a problem in SELECT statement of your calling prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check in SELECT statement,  the transparant table is having INTO (for fields of internal table) .&lt;/P&gt;&lt;P&gt;And if not, then the table after SELECT statement is declared in TABLES statement or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-perform-form-statement/m-p/6722918#M1455725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T09:08:22Z</dc:date>
    </item>
  </channel>
</rss>

