<?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: Regarding syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333453#M798853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i think type should be not machng. so diclar this like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revnr type p.&lt;/P&gt;&lt;P&gt;and do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;nawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 05:47:48 GMT</pubDate>
    <dc:creator>Nawanandana</dc:creator>
    <dc:date>2008-02-07T05:47:48Z</dc:date>
    <item>
      <title>Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333449#M798849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at ldt_revision into lds_revision.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check value in the debugger lds_revision-object-&amp;gt;revision.revnr &lt;/P&gt;&lt;P&gt;it has the value  234556.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want this number to process further in the above loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here the problem is I use the same lds_revision-object-&amp;gt;revision.revnr in the loop, but it is giving me syntax error, could you please help me in rectifying this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 05:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333449#M798849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T05:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333450#M798850</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;exactly what syntax error it is giving.when u are getting the value inside ur loop then it is fine....&lt;/P&gt;&lt;P&gt;can u elaborate what error it is giving??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 05:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333450#M798850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T05:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333451#M798851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;virgo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare  a filed  which is the type&lt;/P&gt;&lt;P&gt;revision.revnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;catch this in that field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 05:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333451#M798851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T05:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333452#M798852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check value in the debugger lds_revision-object-&amp;gt;revision.revnr the value is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same lds_revision-object-&amp;gt;revision.revnr if given in the code, its saying the syntax error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revision.revnr is unknown. \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not recognizing this above field here in my program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 05:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333452#M798852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333453#M798853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i think type should be not machng. so diclar this like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revnr type p.&lt;/P&gt;&lt;P&gt;and do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;nawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 05:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333453#M798853</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2008-02-07T05:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333454#M798854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to type the type cast my variable in my program in order to use that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank again for your prompt responses.&lt;/P&gt;&lt;P&gt;&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;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 07:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-syntax-error/m-p/3333454#M798854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T07:06:22Z</dc:date>
    </item>
  </channel>
</rss>

