<?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 Simulate sales order problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436349#M1648129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all my friends .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have use the bapi of ( BAPI_SALESORDER_SIMULATE )  which is interface for ( bapi_salesorder_createfromdat1) and it dos't create ORDER_CONDITIONS_IN so that i can Simulate order with adding manual condition so that can effect the netvalue of the material . is there is a bapi or a function module that simulate the order creation with condition on price like&lt;/P&gt;&lt;P&gt;( bapi_salesorder_createfromdat1) but in the simulaton mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 23:20:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-11T23:20:31Z</dc:date>
    <item>
      <title>Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436349#M1648129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all my friends .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have use the bapi of ( BAPI_SALESORDER_SIMULATE )  which is interface for ( bapi_salesorder_createfromdat1) and it dos't create ORDER_CONDITIONS_IN so that i can Simulate order with adding manual condition so that can effect the netvalue of the material . is there is a bapi or a function module that simulate the order creation with condition on price like&lt;/P&gt;&lt;P&gt;( bapi_salesorder_createfromdat1) but in the simulaton mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 23:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436349#M1648129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T23:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436350#M1648130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have found asolution for the frist part  but i have a problem when ading acondition type (Zxxx) for example twice in the same line item of ORDER_ITEMS_IN in field cond_type and  cond_type1 so that i can add to condition at the same line item in the same line .  can any one help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 19:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436350#M1648130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-12T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436351#M1648131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ORDER_ITEMS_IN in field cond_type and cond_type1 so that i can add to condition at the same line item in the same line +&lt;/P&gt;&lt;P&gt;Can you explain this.You can simulate after adding manual conditions,that will work.After simulation do you want to see the price or any other requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 01:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436351#M1648131</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-13T01:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436352#M1648132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI_SALESORDER_CREATEFROMDAT2.&lt;/P&gt;&lt;P&gt;Use its parameter TESTRUN = 'X' to have simulation mode instead of real creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have multiple condition records for the same condition type / sales order item I would try filling the field COND_COUNT of ORDER_CONDITIONS_IN table with sequential numbers (1,2, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 15:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436352#M1648132</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2012-01-13T15:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436353#M1648133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear madhurao123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for replay i want to add two manual conditions in one line item using bapi_salesorder_simulation to see the net price of the material after add the two conditions if i add two  different  type conditions it work right if i pass two conditions with  the same type it accept only one for Example i want to add condition (ZMOD)  on line item twice first to  add fixed value and the second a percentage value at the same time it accept one . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dear Maciej Domagała &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In the BAPI_SALESORDER_CREATEFROMDAT2  i can use the test run flag and it run correctly  but the function dos't return the price of the material after EXECUTION .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 20:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436353#M1648133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-13T20:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436354#M1648134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check below thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1310287"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jitendra soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436354#M1648134</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2012-01-14T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436355#M1648135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it is calculating when you do manually in va01.Why can not you try with two condition types.I am using a variant material to create sales order.Here i am maintaining condition record and then i am simulating .I am getting all the prices including variants also.Can you explain the business requirement in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 07:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436355#M1648135</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-14T07:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436356#M1648136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear  madhurao123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i pass to bapi_salesorder_simulation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_NUMBER = "10"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_MATERIAL = "A12"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_PLANT = "TN00"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_TARGET_QTY = "20"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_COND_TYPE = "ZMOD"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_COND_VALUE = "-20"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_CURRENCY = "EGP"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_CURR_ISO = "EGP"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_CD_TYPE2 = "ZMOD"&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN-ITM_CD_VALUE2 = "-20"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that it calculate the first part as a fixed amount and calculate  CD_TYPE2 as percentage amount from material .&lt;/P&gt;&lt;P&gt;if i change  CD_TYPE2 to any another type it work correctly if it is the same like ORDER_ITEMS_IN-ITM_COND_TYPE it dos't work this my requirement to work with the same type .&lt;/P&gt;&lt;P&gt;please help me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 12:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436356#M1648136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-14T12:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436357#M1648137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to pass this values in va01.Did you explain this to functional consultants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 17:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436357#M1648137</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-14T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi Simulate sales order problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436358#M1648138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeas iam able and it work correctly in another BAPI but dos't return the net price of the material .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 18:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-simulate-sales-order-problem/m-p/8436358#M1648138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-14T18:28:26Z</dc:date>
    </item>
  </channel>
</rss>

