<?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/2040893#M419611</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;In ADRC, there is no COUNTRYCODE, only COUNTRY field.&lt;/P&gt;&lt;P&gt;Simply delete it from your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 13:54:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T13:54:19Z</dc:date>
    <item>
      <title>Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040892#M419610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select addrnumber name1 street str_suppl1 city1 region post_code1 country &amp;lt;b&amp;gt;countrycode&amp;lt;/b&amp;gt; tel_number&lt;/P&gt;&lt;P&gt;from adrc inner join t005t on adrc&lt;SUB&gt;country = t005t&lt;/SUB&gt;land1&lt;/P&gt;&lt;P&gt;into table itab3&lt;/P&gt;&lt;P&gt;for all entries in itab1&lt;/P&gt;&lt;P&gt;where addrnumber = itab1~adrnr&lt;/P&gt;&lt;P&gt;and t005t&lt;SUB&gt;spras = sy&lt;/SUB&gt;langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error Unknown column name "COUNTRYCODE". not determined until runtime, you cannot specify a field list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040892#M419610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040893#M419611</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;In ADRC, there is no COUNTRYCODE, only COUNTRY field.&lt;/P&gt;&lt;P&gt;Simply delete it from your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040893#M419611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:54: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/2040894#M419612</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;select addrnumber name1 street str_suppl1 city1 region post_code1  &amp;lt;b&amp;gt;adrc~country&amp;lt;/b&amp;gt; tel_number&lt;/P&gt;&lt;P&gt;from adrc inner join t005t on adrc&lt;SUB&gt;country = t005t&lt;/SUB&gt;land1&lt;/P&gt;&lt;P&gt;into table itab3&lt;/P&gt;&lt;P&gt;for all entries in itab1&lt;/P&gt;&lt;P&gt;where addrnumber = itab1~adrnr&lt;/P&gt;&lt;P&gt;and t005t&lt;SUB&gt;spras = sy&lt;/SUB&gt;langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Madhumitha Vasudevan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040894#M419612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040895#M419613</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;There is no country code field available neither in table ADRC or T005T. Please check your mapping or requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select addrnumber name1 street str_suppl1 city1 region post_code1 country  tel_number
from adrc inner join t005t on adrc~country = t005t~land1
into table itab3
for all entries in itab1
where adrc~addrnumber = itab1~adrnr      &amp;lt;-- add adrc~
and t005t~spras = sy~langu.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040895#M419613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040896#M419614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you look at the table ADRC, you can not find the Column&amp;lt;b&amp;gt; Countrycode,&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040896#M419614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040897#M419615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of itab3 occurs 0,
      adrnr like adrc-addrnumber,
      name1 like adrc-name1,
      address1 like adrc-street,
      address2 like adrc-str_suppl1,
      city like adrc-city1,
      state like adrc-region,
      zip like adrc-post_code1,
      countrytxt like t005t-landx,
      country like adrc-country,
      telnum like adrc-tel_number,
      end of itab3,
      wa_itab3 like itab3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select addrnumber name1 street str_suppl1 city1 region post_code1 countrytxt country tel_number
from adrc inner join t005t on adrc~country = t005t~land1
into table itab3
for all entries in itab1
where addrnumber = itab1~adrnr
and t005t~spras = sy~langu.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the text of the country from table t005t so i am using a join. I still get the error Unknown column name "COUNTRYTXT". not determined until runtime, you	cannot specify a field list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040897#M419615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040898#M419616</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;data: begin of itab3 occurs 0,&lt;/P&gt;&lt;P&gt;      adrnr like adrc-addrnumber,&lt;/P&gt;&lt;P&gt;      name1 like adrc-name1,&lt;/P&gt;&lt;P&gt;      address1 like adrc-street,&lt;/P&gt;&lt;P&gt;      address2 like adrc-str_suppl1,&lt;/P&gt;&lt;P&gt;      city like adrc-city1,&lt;/P&gt;&lt;P&gt;      state like adrc-region,&lt;/P&gt;&lt;P&gt;      zip like adrc-post_code1,&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;landx&amp;lt;/b&amp;gt; like t005t-landx,&lt;/P&gt;&lt;P&gt;      country like adrc-country,&lt;/P&gt;&lt;P&gt;      telnum like adrc-tel_number,&lt;/P&gt;&lt;P&gt;      end of itab3,&lt;/P&gt;&lt;P&gt;      wa_itab3 like itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select addrnumber name1 street str_suppl1 city1 region post_code1 &amp;lt;b&amp;gt;landx&amp;lt;/b&amp;gt; country tel_number&lt;/P&gt;&lt;P&gt;from adrc inner join t005t on adrc&lt;SUB&gt;country = t005t&lt;/SUB&gt;land1&lt;/P&gt;&lt;P&gt;into table itab3&lt;/P&gt;&lt;P&gt;for all entries in itab1&lt;/P&gt;&lt;P&gt;where addrnumber = itab1~adrnr&lt;/P&gt;&lt;P&gt;and t005t&lt;SUB&gt;spras = sy&lt;/SUB&gt;langu.&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;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040898#M419616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040899#M419617</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select adrc~addrnumber 
       adrc~name1 
       adrc~street 
       adrc~str_suppl1 
       adrc~city1 
       adrc~region 
       adrc~post_code1 
       t005t~landx
       adrc~country  
       adrc~tel_number
from adrc inner join t005t on adrc~country = t005t~land1
into table itab3
for all entries in itab1
where adrc~addrnumber = itab1~adrnr       
and t005t~spras = sy~langu.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040899#M419617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040900#M419618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be you have declared "countrycode" in other name, so please verify the table once before making the join and then proceed.&lt;/P&gt;&lt;P&gt;The only possibility of getting the error is that you have given different name for it, please check it and then check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Vipin Das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040900#M419618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040901#M419619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhu .. that does not work .. instead of landx variable i am using countrytxt but doing the same thing that u mention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040901#M419619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040902#M419620</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;select addrnumber name1 street str_suppl1 city1 region post_code1 landx country tel_number&lt;/P&gt;&lt;P&gt;from adrc inner join t005t on adrc&lt;SUB&gt;country = t005t&lt;/SUB&gt;land1&lt;/P&gt;&lt;P&gt;into table itab3&lt;/P&gt;&lt;P&gt;for all entries in itab1&lt;/P&gt;&lt;P&gt;where addrnumber = itab1~adrnr&lt;/P&gt;&lt;P&gt;and t005t~spras = sy&amp;lt;b&amp;gt;-&amp;lt;/b&amp;gt;langu.    " chk sy-langu&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;use -(hypen) instead of ~ tilda&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/2040902#M419620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:09:22Z</dc:date>
    </item>
  </channel>
</rss>

