<?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: Changing decimal notation dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353609#M1036655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this BDC Sample by Renjith Kumar. P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2008 12:54:39 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2008-08-22T12:54:39Z</dc:date>
    <item>
      <title>Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353605#M1036651</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;I have a requirement to upload an excel file through BDC.&lt;/P&gt;&lt;P&gt;In that file I have a decimal field. &lt;/P&gt;&lt;P&gt;SAP environment can take it in two formats viz &lt;STRONG&gt;12.23&lt;/STRONG&gt; or &lt;STRONG&gt;12,00&lt;/STRONG&gt; which we can set manually in user profile in system option in toolbar.&lt;/P&gt;&lt;P&gt;System -&amp;gt; User Profile -&amp;gt; own data -&amp;gt; default -&amp;gt; decimal notation.&lt;/P&gt;&lt;P&gt;but if the decimal notation in SAP environment is  opposite of what we are providing in excel file field,&lt;/P&gt;&lt;P&gt;then it will give an error viz &lt;STRONG&gt;Input must be in ___,____ or ____.____ format&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So I want to change my data field in excel to the decimal notation as in SAP environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest. Its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Manish Gupta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MANISH GUPTA on Aug 22, 2008 2:34 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MANISH GUPTA on Aug 22, 2008 2:34 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MANISH GUPTA on Aug 22, 2008 2:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353605#M1036651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353606#M1036652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U Upload the Data from Excel sheet into an internal table of all fields character format, then map that to standard sap fields.&lt;/P&gt;&lt;P&gt;As in Data transfer we usually upload data into character field table, so that sap automatically converts the fields to its desired form if the incoming data is of character format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353606#M1036652</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-08-22T12:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353607#M1036653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;set the decimal places from user data and set accordingly x 123456789.000 like that.&lt;/P&gt;&lt;P&gt;and create ur data in file as decimal places 12.23&lt;/P&gt;&lt;P&gt;This will not throw error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353607#M1036653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353608#M1036654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Take one character variable of sufficient length usually 19 for currency and quantity fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use WRITE to statement to move data from ur work area to this variable and use this variable while populating the BDC.&lt;/P&gt;&lt;P&gt;It works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What it does is it will write the data absed on user settings.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;DATA: w_currency(19) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WRITE wa-currency TO w_currency.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONDENSE w_currency.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this variable while populating the BDCdata table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to follow same for date and time fields as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353608#M1036654</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-08-22T12:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353609#M1036655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this BDC Sample by Renjith Kumar. P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353609#M1036655</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-08-22T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing decimal notation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353610#M1036656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SU01 transaction and then change ur values&lt;/P&gt;&lt;P&gt;to your required format.&lt;/P&gt;&lt;P&gt;I hope this solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Ranjith C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 12:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-decimal-notation-dynamically/m-p/4353610#M1036656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T12:59:02Z</dc:date>
    </item>
  </channel>
</rss>

