<?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: BAPI- Sales Order Create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420072#M201730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 15:25:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-20T15:25:49Z</dc:date>
    <item>
      <title>BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420064#M201722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am using the BAPI_SALESORDER_SIMULATE to simulate a sales order. The order is created and the calculated amounts are returned in the ORDER_ITEMS_OUT structure correctly with tax in TX_DOC_CUR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tax classification for the material in the order line item is set to 2 = Zero Tax Rate (field VBAP-TAXM1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(From VA03 - Display Order -&amp;gt; Select Line Item -&amp;gt; Schedule Lines -&amp;gt; Billing -&amp;gt; Field Tax Classification.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is that the order is being created from internet. So if the material is a downloadable material, then it has to be taxed. The same material can/cannot be downloaded. If user selects download copy instead of dispatch copy then it has to be taxed, in which case, I need to force tax classification = 1 = Full Tax&lt;/P&gt;&lt;P&gt;(field VBAP-TAXM1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client does not wish to create two materials, with different tax classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to modify the BAPI and provide a paramter which says weather the user has clicked Download or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how will  I force a different tax classification during calculation or prices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there are some structures which accept config data. Can these be used to change anything to suit my requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help and input in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaishali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 15:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420064#M201722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420065#M201723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vaishali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not find this field exposed in the structures that are associated with Func Mod - BAPI_SALESORDER_SIMULATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you will find this field exposed in BAPI_SALESORDER_CREATEFROMDAT2.  The field name is TAX_CLASS1 in structure BAPISDITM.  You can fill this parameter as needed in your IMPORT table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this BAPI does have a simulate mode using field "TESTRUN".  We use this extensively here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 17:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420065#M201723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T17:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420066#M201724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thanks a ton for the reply. You solved my problem. The reason I didnt mark it as solved, is because I wanted to ask you further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I am using BAPI_SALESORDER_SIMULATE is because the BAPI returns the price. So I can pass this price back on the internet. &lt;/P&gt;&lt;P&gt;Where as I dont see any pricing information in BAPI_SALESORDER_CREATEFROMDATA2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can successfully pass the tax code in the  sales order and the price is calculated correctly.&lt;/P&gt;&lt;P&gt;My question is however, is there a way to pass the pricing information back to the user without actually creating the order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 10:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420066#M201724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T10:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420067#M201725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vaishali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your unique situation, I would have to suggest that you use both BAPIs.  The BAPI_SALESORDER_SIMULATE to provide any relevant pricing to the Internet user.  And then I would use _CREATEFROMDAT2 to physically create the order when directed by the user.  If I am understanding your reqs correctly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 12:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420067#M201725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420068#M201726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use any of the existing User Exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420068#M201726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420069#M201727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use any of the existing User Exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420069#M201727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420070#M201728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420070#M201728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420071#M201729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420071#M201729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420072#M201730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_SALESORDER_SIMULATE returns the pricing, with the configured tax rules. In my case, I want to be able to change the tax rules and calculate tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use BAPI_SALESORDER_SIMULATE, then apply the tax rules and add up the values to get tax amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of evaluating tax? Like is there a function module that determines tax for a material, or a table that stores the tax values and prices, that I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420072#M201730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420073#M201731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vaishali, &lt;/P&gt;&lt;P&gt;          i am working on a similar object like urs however my variant of VA01 would have to be on SAP itself, iam just wondering how to give the functionality of adding new conditions and changing conditions for the pricing of materials from my screen, would be great if u could tell me how r handling the item details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 06:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420073#M201731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T06:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- Sales Order Create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420074#M201732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I finally used TAXM1 field in ORDER_ITEMS_IN BAPI_SALESORDER_CREATEFROMDATA2 to force a tax value for a line item. The BAPI then returns the pricing with the new tax rules. If no tax rules are defined, the default values from Material Master are used to calculate pricing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps; if it doesnt, please clarify what you exactly need to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 12:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-sales-order-create/m-p/1420074#M201732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T12:12:36Z</dc:date>
    </item>
  </channel>
</rss>

