<?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 BAPI problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/7560505#M1564321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have create a sales order using    BAPI      BAPI_SALESORDER_CREATEFROMDAT2    all things are work correctly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have a problem with pricing conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can make acondition pricing using a percentage in the field   COND_VALUE ( Condition rate)  in table  ( BAPICOND )&lt;/P&gt;&lt;P&gt;in  BAPI_SALESORDER_CREATEFROMDAT2  &lt;/P&gt;&lt;P&gt; but  i have problem with  condition using fixed amount value  using the field   CONDVALUE (Condition value) in table  &lt;/P&gt;&lt;P&gt;( BAPICOND ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i add fixed amount condition to the order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 11, 2011 11:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jan 2011 09:54:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-11T09:54:24Z</dc:date>
    <item>
      <title>BAPI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/7560505#M1564321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have create a sales order using    BAPI      BAPI_SALESORDER_CREATEFROMDAT2    all things are work correctly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have a problem with pricing conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can make acondition pricing using a percentage in the field   COND_VALUE ( Condition rate)  in table  ( BAPICOND )&lt;/P&gt;&lt;P&gt;in  BAPI_SALESORDER_CREATEFROMDAT2  &lt;/P&gt;&lt;P&gt; but  i have problem with  condition using fixed amount value  using the field   CONDVALUE (Condition value) in table  &lt;/P&gt;&lt;P&gt;( BAPICOND ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i add fixed amount condition to the order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 11, 2011 11:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 09:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/7560505#M1564321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/7560506#M1564322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear  all  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explain the problem again with details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the creation of the sales order using the bapi  BAPI_SALESORDER_CREATEFROMDAT2  &lt;/P&gt;&lt;P&gt;you can make acondition on one item on the order so the prise of the item on the order decreased or increased based on the amount mark .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to do this i have to ways &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frist one do acondition using percentage  amount of money  this can be done if i pass value to the bapi in table  BAPICOND  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field COND_VALUE ( Condition rate) . e.x if  i pass 5 in this field the BAPI  will decrease 5% from the price of required  item in the order .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second one is to decrease fixed amount of money of the price of required material in the order for example 200 $ will &lt;/P&gt;&lt;P&gt;decrease 200 $ from required material in aparticular oder i think this can be done with field  CONDVALUE (Condition value) in table ( BAPICOND )  in the same bapi i try it but it dose not work this is my problem the second one .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 08:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-problem/m-p/7560506#M1564322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T08:47:26Z</dc:date>
    </item>
  </channel>
</rss>

