<?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: Write command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072392#M95169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not confident but you may try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write:/ I_AP_VENDOR-WRBTR NO-GROUPING CURRENCY 'EUR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works you may change EUR if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2005 11:28:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-21T11:28:54Z</dc:date>
    <item>
      <title>Write command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072388#M95165</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;  I am printing a variable in the list with Write command but then the variable is off Type Currency It gives me a warning that &lt;/P&gt;&lt;P&gt;Use addition CURRENCY when outputting I_AP_VENDOR-WRBTR&lt;/P&gt;&lt;P&gt; Now i am writing it as &lt;/P&gt;&lt;P&gt;Write:/ I_AP_VENDOR-WRBTR currency. but it is still giving me error.&lt;/P&gt;&lt;P&gt;Help me out in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 11:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072388#M95165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T11:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Write command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072389#M95166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Hi all,&lt;/P&gt;&lt;P&gt;&amp;gt; I am printing a variable in the list with Write&lt;/P&gt;&lt;P&gt;&amp;gt; te command but then the variable is off Type Currency&lt;/P&gt;&lt;P&gt;&amp;gt; It gives me a warning that &lt;/P&gt;&lt;P&gt;&amp;gt; Use addition CURRENCY when outputting&lt;/P&gt;&lt;P&gt;&amp;gt; I_AP_VENDOR-WRBTR&lt;/P&gt;&lt;P&gt;&amp;gt;  Now i am writing it as &lt;/P&gt;&lt;P&gt;&amp;gt; Write:/ I_AP_VENDOR-WRBTR currency. but it is still&lt;/P&gt;&lt;P&gt;&amp;gt; giving me error.&lt;/P&gt;&lt;P&gt;&amp;gt; Help me out in this&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any field in I_AP_VENDOR that contains the currency???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write:/ I_AP_VENDOR-WRBTR currency  I_AP_VENDOR-Waers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write:/ I_AP_VENDOR-WRBTR currency 'EUR' for always euro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is use for the formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't forget the reward if you were helped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 11:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072389#M95166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Write command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072390#M95167</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;Try something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: test TYPE p  DECIMALS 4 VALUE '12.3456'.
write: / test CURRENCY 'EUR'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 11:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072390#M95167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Write command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072391#M95168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read this documentation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... CURRENCY cur &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition cannot be used together with the addition TIME ZONE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition defines currency-dependent decimal places for the output of data objects of data types i or p. For all other data types, except for f, the addition is ignored. For cur, a three-digit, character-type field is expected that contains a currency key from the column CURRKEY of the database table TCURX in uppercase letters. The system determines the number of decimal places from the column CURRDEC of the respective row in the database table TCURX. If the content of cur is not found in TCURX, two decimal places are used. The following applies for numeric data types: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of data types of type i, a decimal separator is inserted at the position determined by cur and the thousands separators are moved accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of data objects of type p, the decimal places defined in the definition of the data type are ignored completely. Irrespective of the actual value and without rounding actions, the decimal separators and the thousand separators are inserted at the positions in the numbers determined by cur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of data objects of type f, the addition CURRENCY has the same effect as the addition DECIMALS (see below). Here, the number of decimal places is determined by cur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the addition CURRENCY with length specification * or ** is used after AT, it is used first and the output length is determined from the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 11:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072391#M95168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T11:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Write command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072392#M95169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not confident but you may try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write:/ I_AP_VENDOR-WRBTR NO-GROUPING CURRENCY 'EUR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works you may change EUR if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 11:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-command/m-p/1072392#M95169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T11:28:54Z</dc:date>
    </item>
  </channel>
</rss>

