<?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/5062318#M1176301</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;Create Work area using statment&lt;/P&gt;&lt;P&gt;Tables:usr02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then replace select-options with below statment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_user FOR usr02-bname MATCHCODE OBJECT user_comp.&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;Janakiram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2009 11:52:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-27T11:52:40Z</dc:date>
    <item>
      <title>syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062316#M1176299</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;DATA : BEGIN OF is_result,&lt;/P&gt;&lt;P&gt;         bname             TYPE usr02-bname,&lt;/P&gt;&lt;P&gt;         name_textc        TYPE user_addr-name_textc,&lt;/P&gt;&lt;P&gt;         agr_name          TYPE agr_users-agr_name,&lt;/P&gt;&lt;P&gt;       END OF is_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : itab_result like standard table of is_result with default key.&lt;/P&gt;&lt;P&gt;data : wa_result like line of itab_result.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_user FOR itab_result-bname MATCHCODE OBJECT user_comp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this code i am getting a syntax error as "ITAB_RESULT is a table without a header line and therefore no component called BNAME".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to declare any thing using header line , can any please let me know how to define..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 11:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062316#M1176299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062317#M1176300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare your select option from wa_result as follows ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_user FOR wa_result-bname MATCHCODE OBJECT user_comp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 11:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062317#M1176300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T11:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062318#M1176301</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;Create Work area using statment&lt;/P&gt;&lt;P&gt;Tables:usr02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then replace select-options with below statment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_user FOR usr02-bname MATCHCODE OBJECT user_comp.&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;Janakiram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 11:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062318#M1176301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T11:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062319#M1176302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 11:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5062319#M1176302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T11:57:32Z</dc:date>
    </item>
  </channel>
</rss>

