<?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: syntax error in user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751713#M325986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, you can avoid using the TABLES statement and declare a workarea explicitly and use that workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way you are clear as to which variable you are using and you will not get in to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be other includes in the same user exit, which might be using the same TABLES statement with the same Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommed to create a explicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 04:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T04:20:26Z</dc:date>
    <item>
      <title>syntax error in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751711#M325984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i have written an exit in zxmbcu02...when i check the include, it says a target area has to be specified and i have declared the table in the tables work area..when i activate, it says there are syntax errors and says the ztable that i have declared in teh tables work area has already been declared...whether i include or remove, it gives the same error..where am i wrong? thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751711#M325984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T04:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751712#M325985</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;Try activating the entire program with the include you modified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751712#M325985</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-06T04:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751713#M325986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, you can avoid using the TABLES statement and declare a workarea explicitly and use that workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way you are clear as to which variable you are using and you will not get in to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be other includes in the same user exit, which might be using the same TABLES statement with the same Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommed to create a explicit work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751713#M325986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T04:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751714#M325987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create an include in zxmbcu02.then inside this include write the code.Also remove the tables statement and declare an workarea like ur ztable and then activate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751714#M325987</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-12-06T04:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751715#M325988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do not make the syntax check just activate the userexit. before this remove the tables declaration. if possible create the Workarea of type Ztables and then try to make use of it.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-user-exit/m-p/1751715#M325988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T04:33:00Z</dc:date>
    </item>
  </channel>
</rss>

