<?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 Conversion Routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782440#M1308501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Z table with a field of type CURR 17,4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I save the field with the value '10'. It is stored in the database as 10.0000.&lt;/P&gt;&lt;P&gt;I click on display contents in the table and execute(F8) , the output shows 10.0000&lt;/P&gt;&lt;P&gt;But when i double click and go inside the record it shows 1000.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the System-&amp;gt;User profile-&amp;gt;Own Data the default parameters are for Decimal &lt;/P&gt;&lt;P&gt;Notation :123467.89. There is no other option to change as in the desired format 10.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that if there is some Conversion Routine that should be written and added at Domain Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input as 17,4&lt;/P&gt;&lt;P&gt;Output as 17,4..Would there exist a conversion routine for CURR 17,4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 18:26:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T18:26:48Z</dc:date>
    <item>
      <title>Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782440#M1308501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Z table with a field of type CURR 17,4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I save the field with the value '10'. It is stored in the database as 10.0000.&lt;/P&gt;&lt;P&gt;I click on display contents in the table and execute(F8) , the output shows 10.0000&lt;/P&gt;&lt;P&gt;But when i double click and go inside the record it shows 1000.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the System-&amp;gt;User profile-&amp;gt;Own Data the default parameters are for Decimal &lt;/P&gt;&lt;P&gt;Notation :123467.89. There is no other option to change as in the desired format 10.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that if there is some Conversion Routine that should be written and added at Domain Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input as 17,4&lt;/P&gt;&lt;P&gt;Output as 17,4..Would there exist a conversion routine for CURR 17,4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782440#M1308501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782441#M1308502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on the data element, i guess a conversion routine will already have been defined. if u need a specific one u hav to create ur zdomain and z data elemetnt with required convertion routine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 19:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782441#M1308502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T19:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782442#M1308503</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;You Can check whether there exists any Conversion Routine on that data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 --&amp;gt; Enter the table Name --&amp;gt; Double click on the data element of Currency Field --&amp;gt; Click on Data Type --&amp;gt; Check in output characteristics --&amp;gt; Conversion Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may be useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 01:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782442#M1308503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T01:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782443#M1308504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 15:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/5782443#M1308504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-12T15:08:15Z</dc:date>
    </item>
  </channel>
</rss>

