<?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: Triggering pricing procedure for different fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108272#M1815836</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;If you change the value of KONDA in VA02, then re-determination type 'B' happens (according recommendation is the mentioned note). If you comment, you need trigger the re-determination with pushing the button for re-determination in VA02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 07:23:37 GMT</pubDate>
    <dc:creator>eduardo_hinojosa</dc:creator>
    <dc:date>2014-04-09T07:23:37Z</dc:date>
    <item>
      <title>Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108266#M1815830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sales documents under line items, whenever there is a change in the Target-quantity field (Screen field-VBAP-ZMENG) a pricing prodecure gets triggered and the value of Net quantity(Screen field-VBAP-NETWR) is recalculated. This is like standard behaviour, Now for my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a particular subroutine procedure which needs to get triggered whenever i change the values in following fields and hit enter, the fields are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Screen field-&amp;nbsp; VBAP-WERKS)&lt;/P&gt;&lt;P&gt;Pricing date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Screen field-VBKD-PRSDT)&lt;/P&gt;&lt;P&gt;material Pricing group (Screen field-VBAP-MATKL)&lt;/P&gt;&lt;P&gt;Price list category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Screen field-VBKD-PLTYP)&lt;/P&gt;&lt;P&gt;Material main item&lt;/P&gt;&lt;P&gt;Document Currency&amp;nbsp;&amp;nbsp;&amp;nbsp; (Screen field-VBAK-WAERK) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could You please suggest me the &lt;STRONG&gt;user exits&lt;/STRONG&gt; where i can code to trigger my Subroutine whenever there is change in these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am very thankful for your help &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 06:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108266#M1815830</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-02-17T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108267#M1815831</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;Include MV45AFZB, subroutines USEREXIT_NEW_PRICING_VBAP and USEREXIT_NEW_PRICING_VBKD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also SAP Note 24832 - Pricing rules / TVCPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108267#M1815831</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2014-02-17T08:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108268#M1815832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Can you please review my Code below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example take in case of document currency, Can i code like this below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if VBAK-WAERK ne *VBAK-WAERK.&lt;/P&gt;&lt;P&gt; new_pricing = 'B'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes can i proceed with the same approach for all fields, also can you please&amp;nbsp; explain how this code will retrigger the pricing procedure because here no where am mentioning about the subroutine details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108268#M1815832</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-02-17T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108269#M1815833</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;There isn't an userexit for changed data in VBAK, but in the note mentioned, see the example 5, maybe with implicit enhancement you could do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 09:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108269#M1815833</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2014-02-17T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108270#M1815834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the example 5, there it is dealing about triggering new pricing. But my requirment is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is for all the above mentioned fields when i change the value and click on the update button the pricing procedure B is getting triggerred, but i want this same procedure B to get triggerred when i change the values and press enter &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are clear. Can you please help on how to achieve this&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 05:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108270#M1815834</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-02-19T05:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108271#M1815835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have acheived the requirement by coding the following code in include &lt;STRONG&gt;MV45AFZB.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN class="L0S52"&gt;IF vbkd&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;konda &lt;SPAN class="L0S52"&gt;NE &lt;/SPAN&gt;*vbkd&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;konda&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; new_pricing &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Similarly for all the six fields i have coded the same.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Now one issue from this is whenever i make a change in VK12 with the condition record, the changes are is directly reflecting in VA02 which should not happen, even though &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;in deugging mode this include is not at all called when i make changes in VK12. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;But the strange thing is if i comment my code lines and do the changes in VK12 then my changes are not reflecting in VA02.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Please help me in rectifying this issue.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;Satish&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 13:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108271#M1815835</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-04-07T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering pricing procedure for different fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108272#M1815836</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;If you change the value of KONDA in VA02, then re-determination type 'B' happens (according recommendation is the mentioned note). If you comment, you need trigger the re-determination with pushing the button for re-determination in VA02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 07:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-pricing-procedure-for-different-fields/m-p/10108272#M1815836</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2014-04-09T07:23:37Z</dc:date>
    </item>
  </channel>
</rss>

