<?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 Extended syntax check, currency error? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788138#M650202</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;I'am getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use addition CURRENCY when outputting WA_BILLIT_DOWN-ERDZ_NETTOBTR  &lt;/P&gt;&lt;P&gt;Use auxiliary field when outputting with MESSAGE                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    WRITE wa_billit_down-erdz_nettobtr TO lv_nettobtr_char
    LEFT-JUSTIFIED .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using WRITE TO, so can I ignore this error??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adibo..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 12:11:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T12:11:08Z</dc:date>
    <item>
      <title>Extended syntax check, currency error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788138#M650202</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;I'am getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use addition CURRENCY when outputting WA_BILLIT_DOWN-ERDZ_NETTOBTR  &lt;/P&gt;&lt;P&gt;Use auxiliary field when outputting with MESSAGE                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    WRITE wa_billit_down-erdz_nettobtr TO lv_nettobtr_char
    LEFT-JUSTIFIED .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using WRITE TO, so can I ignore this error??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adibo..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788138#M650202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extended syntax check, currency error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788139#M650203</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;Your field is related to Amount.&lt;/P&gt;&lt;P&gt;Becasue of that its asking about currency.&lt;/P&gt;&lt;P&gt;Better way you provide this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788139#M650203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extended syntax check, currency error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788140#M650204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can ignore this one, but it not recomended to ignore the Extended sysntx check error, better you rectify the error, Use the CURRENCY option with the Write to ..&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788140#M650204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extended syntax check, currency error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788141#M650205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved with use of CURRENCY option with the Write TO ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx..Adibo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788141#M650205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extended syntax check, currency error?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788142#M650206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to pass after that currency reference field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex :  in VBAK-NETWR  currency VBAK-WAERK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then extended error will clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is use full answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check-currency-error/m-p/2788142#M650206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:51:34Z</dc:date>
    </item>
  </channel>
</rss>

