<?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: USEREXIT_SAVE_DOCUMENT_PREPARE - Calculation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714540#M1579446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what calculation are you talking about?  Never heard of it in 12 years of SD/LE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 15:06:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-03T15:06:49Z</dc:date>
    <item>
      <title>USEREXIT_SAVE_DOCUMENT_PREPARE - Calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714539#M1579445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the request to check in the USEREXIT_SAVE_DOCUMENT_PREPARE that the quantity of the last&lt;/P&gt;&lt;P&gt;calculation is the same quantity as the quantity of the item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't find an internal table in this EXIT which contains the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone of you tell me how to read the calculation of this sales order in this USEREXIT ?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714539#M1579445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: USEREXIT_SAVE_DOCUMENT_PREPARE - Calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714540#M1579446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what calculation are you talking about?  Never heard of it in 12 years of SD/LE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714540#M1579446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: USEREXIT_SAVE_DOCUMENT_PREPARE - Calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714541#M1579447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create a sales order (e.g. as a quotation)&lt;/P&gt;&lt;P&gt;you can start the calculation for this sales order item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is saved in condition EK02 (that is the standard case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCODE is fcode_pkal which calls routine kalkulation_aufrufen(sapfv45p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatings&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714541#M1579447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: USEREXIT_SAVE_DOCUMENT_PREPARE - Calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714542#M1579448</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;Worked with the user exit USEREXIT_SAVE_DOCUMENT_PREPARE forcreating or changing of the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked on USEREXIT_SAVE_DOCUMENT_PREPARE which will populate Sub Item Data with Main Item Data. The main item fields need to be copied to sub item during order creation process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase orders created /changed in legacy system everyday are required to be replicated into SAP using the BAPI_PO_CREATE/ BAPI_PO_CHANGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 18:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/userexit-save-document-prepare-calculation/m-p/7714542#M1579448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T18:26:41Z</dc:date>
    </item>
  </channel>
</rss>

