<?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: ABAP Syntax Error - Please Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247793#M775325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the PERFORM call? &lt;/P&gt;&lt;P&gt;Please send the PERFORM call code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a type mis-mtach in the PERFORM call and the FORM definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 17:02:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T17:02:30Z</dc:date>
    <item>
      <title>ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247791#M775323</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;This code is generated automatically when creating a form Class (I copied Form Levels from 2&lt;/P&gt;&lt;P&gt;different Form Classes). However, when activating a custom Application Form (which uses this new&lt;/P&gt;&lt;P&gt;custom form class) - I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "TABLES" parameter "T_CORRESP2" does not match category "USING" of formal &lt;/P&gt;&lt;P&gt;parameter "X_SEL".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that it is from this part of the code - I don't understand what the problem means:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;    Form read_form READ_CORRESP1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;    Use the selection object X_SEL to fill table YT_CORRESP1&lt;/P&gt;&lt;P&gt;*&amp;amp;    from the DB-table DFKKCOH&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;    X_SEL      contains the components:&lt;/P&gt;&lt;P&gt;*&amp;amp;    from_date   like sy-datum       =&amp;gt; start date&lt;/P&gt;&lt;P&gt;*&amp;amp;    to_date     like sy-datum       =&amp;gt; end date&lt;/P&gt;&lt;P&gt;*&amp;amp;    ranges  like efg_ranges occurs 0 =&amp;gt; selection table 0&lt;/P&gt;&lt;P&gt;*&amp;amp;    ranges1 like efg_ranges occurs 0 =&amp;gt; selection table 1&lt;/P&gt;&lt;P&gt;*&amp;amp;    ranges2 like efg_ranges occurs 0 =&amp;gt; selection table 2&lt;/P&gt;&lt;P&gt;*&amp;amp;    ...&lt;/P&gt;&lt;P&gt;*&amp;amp;    ranges9 like efg_ranges occurs 0 =&amp;gt; selection table 9&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;          --&amp;gt; X_SEL                                                  *&lt;/P&gt;&lt;P&gt;*&amp;amp;          &amp;lt;-- YT_CORRESP1                                             *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM READ_CORRESP1&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        YT_CORRESP1       TYPE G_TYPE_TAB_CORRESP1&lt;/P&gt;&lt;P&gt;      USING&lt;/P&gt;&lt;P&gt;        X_SEL            TYPE      EFG00_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: L_RANGES LIKE EFG_RANGES.&lt;/P&gt;&lt;P&gt;  REFRESH YT_CORRESP1.&lt;/P&gt;&lt;P&gt;  CLEAR   YT_CORRESP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. What could the problem be? where is the problem located and how do I go about fixing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247791#M775323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247792#M775324</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;It seems to be there is difference between the actual and formal parameters of the subroutine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the perform of the subroutine READ_CORRESP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247792#M775324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247793#M775325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the PERFORM call? &lt;/P&gt;&lt;P&gt;Please send the PERFORM call code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a type mis-mtach in the PERFORM call and the FORM definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247793#M775325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247794#M775326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: John Damion on Jan 4, 2008 6:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247794#M775326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247795#M775327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the perform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_CORRESP2     TYPE TABLE OF DFKKCOH&lt;/P&gt;&lt;P&gt;                                   WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM READ_CORRESP2&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      T_CORRESP1&lt;/P&gt;&lt;P&gt;      T_CORRESP2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM READ_CORRESP2&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        T_CORRESP2       TYPE G_TYPE_TAB_CORRESP2&lt;/P&gt;&lt;P&gt;      USING&lt;/P&gt;&lt;P&gt;        x_sel            TYPE      efg00_selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: John Damion on Jan 4, 2008 6:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247795#M775327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Syntax Error - Please Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247796#M775328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   It looks there is a mismatch beteen the parameters called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM READ_CORRESP2&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_CORRESP1&lt;/P&gt;&lt;P&gt;T_CORRESP2 &lt;/P&gt;&lt;P&gt;USING&lt;/P&gt;&lt;P&gt;X_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM READ_CORRESP2&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_CORRESP1 TYPE G_TYPE_TAB_CORRESP1&lt;/P&gt;&lt;P&gt;T_CORRESP2 TYPE G_TYPE_TAB_CORRESP2&lt;/P&gt;&lt;P&gt;USING&lt;/P&gt;&lt;P&gt;x_sel TYPE efg00_selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-syntax-error-please-help/m-p/3247796#M775328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:22:32Z</dc:date>
    </item>
  </channel>
</rss>

