<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067616#M726997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;This is correct, i Have check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;VENDOR(35),&lt;/P&gt;&lt;P&gt;MESS(200),&lt;/P&gt;&lt;P&gt;END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;DATA: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can use this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;VENDOR(35),&lt;/P&gt;&lt;P&gt;MESS(200),&lt;/P&gt;&lt;P&gt;END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;types: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 03:17:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T03:17:19Z</dc:date>
    <item>
      <title>Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067614#M726995</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;&lt;/P&gt;&lt;P&gt;i have writen a program which is having of several performs with process code and an include for data diclarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when try to activate a code in a perform writen for uploading of languages&lt;/P&gt;&lt;P&gt;it is giving me &amp;lt;b&amp;gt;"gwa_error does not have a component called vendor"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in diclarations i have diclared it as fallows&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;                 VENDOR(35),&lt;/P&gt;&lt;P&gt;                 MESS(200),&lt;/P&gt;&lt;P&gt;             END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;DATA: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;          GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me to fix this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 02:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067614#M726995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T02:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067615#M726996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;             VENDOR(35),&lt;/P&gt;&lt;P&gt;             MESS(200),&lt;/P&gt;&lt;P&gt;            END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;DATA: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;           GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this correct one. spell check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 03:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067615#M726996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T03:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067616#M726997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;This is correct, i Have check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;VENDOR(35),&lt;/P&gt;&lt;P&gt;MESS(200),&lt;/P&gt;&lt;P&gt;END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;DATA: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can use this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF GTY_ERROR,&lt;/P&gt;&lt;P&gt;VENDOR(35),&lt;/P&gt;&lt;P&gt;MESS(200),&lt;/P&gt;&lt;P&gt;END OF GTY_ERROR.&lt;/P&gt;&lt;P&gt;types: GWA_ERROR TYPE GTY_ERROR,&lt;/P&gt;&lt;P&gt;GT_ERROR TYPE STANDARD TABLE OF GTY_ERROR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 03:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067616#M726997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067617#M726998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Karthikeyan Pandurangan .&lt;/P&gt;&lt;P&gt;Although I have read your code many times, I can't find the difference between  Rama Vattikuti's.&lt;/P&gt;&lt;P&gt;I think GWA_ERROR should be declared globally.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;feng.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 03:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067617#M726998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T03:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067618#M726999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please confirm whether u have activated the INCLUDE befor activating the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 04:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/3067618#M726999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T04:17:16Z</dc:date>
    </item>
  </channel>
</rss>

