<?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 data convertion when using 'BAPI_SALESORDER_CREATEFROMDAT2' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424499#M203523</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;  1.  when i call bapi to create sales order, i fill the price condition value &lt;/P&gt;&lt;P&gt;'  i_ORDERCONDITIONSIN-COND_TYPE = 'PR01'. &lt;/P&gt;&lt;P&gt;i_ORDERCONDITIONSIN-COND_VALUE = it_sdmaster-NETWR.' &lt;/P&gt;&lt;P&gt;and i_ORDERCONDITIONSIN is the type of BAPICOND in this BAPI.&lt;/P&gt;&lt;P&gt;  the value is 50,000,000.000000000 which i assign, but in the order BAPI created is '500,000,000.00'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. when i upload data from excel to sap, it converts data '0.914' into '914.000 '. The data type is DEC length 23 and decimal 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  tks for ur help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 05:09:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-24T05:09:56Z</dc:date>
    <item>
      <title>data convertion when using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424499#M203523</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;  1.  when i call bapi to create sales order, i fill the price condition value &lt;/P&gt;&lt;P&gt;'  i_ORDERCONDITIONSIN-COND_TYPE = 'PR01'. &lt;/P&gt;&lt;P&gt;i_ORDERCONDITIONSIN-COND_VALUE = it_sdmaster-NETWR.' &lt;/P&gt;&lt;P&gt;and i_ORDERCONDITIONSIN is the type of BAPICOND in this BAPI.&lt;/P&gt;&lt;P&gt;  the value is 50,000,000.000000000 which i assign, but in the order BAPI created is '500,000,000.00'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2. when i upload data from excel to sap, it converts data '0.914' into '914.000 '. The data type is DEC length 23 and decimal 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  tks for ur help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 05:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424499#M203523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T05:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: data convertion when using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424500#M203524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try by passing the values in the &lt;/P&gt;&lt;P&gt;ORDER_ITEMS_CONDS-CONDVALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And where-ever your values comes like '914.000' instead of '0.914', then devide that value by 1000 (specific to this case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 07:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424500#M203524</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-24T07:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: data convertion when using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424501#M203525</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;Regarding the formatting issue, you could use the cell formatting in XL by using rightclick on the cell and then choose custom. In here you can specify the format as needed. So here try to keep the source and targer(SAP Format) the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 09:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424501#M203525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: data convertion when using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424502#M203526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gang Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Ignore the length and decimals of the field in the BAPI Structure BAPICOND-COND_VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Supposing you need the value to be '1234.56'.  Pass the value directly i.e IBAPICOND-COND_VALUE = '1234.56'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   After creating the order you can find the value for the condition to be the same, no conversion is done internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Do appreciate if you find the info useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 10:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-convertion-when-using-bapi-salesorder-createfromdat2/m-p/1424502#M203526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T10:01:11Z</dc:date>
    </item>
  </channel>
</rss>

