<?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: Quantity Prob in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588080#M592386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try like this to populate amount and Quantity fields.&lt;/P&gt;&lt;P&gt;You need to check the amount format that you are using in File.(check Sytem-&amp;gt;user profiles-&amp;gt; Decimal notation), the same format need to give.You may be using wrong field type for mapping. Try to trace out with Recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 09:03:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T09:03:19Z</dc:date>
    <item>
      <title>Quantity Prob in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588078#M592384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading a quantity value of 1.000 from file and passing the value to BDC Process. while uploading the value from file i am considering the Quantity field as character type. This works fine for me for the settings but for my user has different settings. The '.' means ',' to my user and the quantity value is considered as 1,000 for further processing and the calculated values are 1000 times more than what should have been.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation where user wants to keep the settings and also the file format remains the same with quantity value 1.000 and now i have to look for the alternative to handle it in the code. Please, guide me to solve this prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 00:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588078#M592384</guid>
      <dc:creator>former_member368216</dc:creator>
      <dc:date>2007-08-01T00:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Prob in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588079#M592385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let this '.' get converted into ',' by using the character format. but while calculating the processed values(since it is 1000 times more than what it should be.) divide the value by 1000, which will in turn rr\retain the old value(1.000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 07:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588079#M592385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Prob in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588080#M592386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try like this to populate amount and Quantity fields.&lt;/P&gt;&lt;P&gt;You need to check the amount format that you are using in File.(check Sytem-&amp;gt;user profiles-&amp;gt; Decimal notation), the same format need to give.You may be using wrong field type for mapping. Try to trace out with Recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588080#M592386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T09:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Prob in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588081#M592387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you pass the decimal values to a character, use write statement and pass to the character,by this the character will have values as per the user settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example..... if  quantity is 1.00 when you pass to a character do this &lt;/P&gt;&lt;P&gt;data : c1(10) type c, &lt;/P&gt;&lt;P&gt;         c2(10) type c.&lt;/P&gt;&lt;P&gt;write c1 to c2. &lt;/P&gt;&lt;P&gt;pass the c2 into bdc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont use write statement then the value shall not be converted as per the user settings, nothing to explicitly handle apart from write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE AWARD if found suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 17:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588081#M592387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Prob in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588082#M592388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the idea. Please ignore.&lt;/P&gt;&lt;P&gt;Thanks for all ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 17:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-prob-in-bdc/m-p/2588082#M592388</guid>
      <dc:creator>former_member368216</dc:creator>
      <dc:date>2007-08-01T17:59:01Z</dc:date>
    </item>
  </channel>
</rss>

