<?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: SD - Pricing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399718#M534414</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;1.Go to the transaction VOFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu..Choose...Formulas -&amp;gt; Condition value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the of the table ..Enter 901 and give the description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select that row and press source text button or F5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will ask for the access key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the access key for the corresponding object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3TR PROG RV64A901&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y001 WITH KEY KSCHL = 'Y001'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y002 WITH KEY KSCHL = 'Y002'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y005 WITH KEY KSCHL = 'Y005'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum up the values in LWA_Y001, LWA_Y002 &amp;amp; LWA_Y005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then move it to XKWERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.BADI, LE_SHP_DELIVERY_PROC. Method SAVE_AND_PUBLISH_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Function Modules from FG MEPR: eg:&lt;/P&gt;&lt;P&gt;ME_PRICING_DIALOG&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;from Function Modules from FG V61A: eg:&lt;/P&gt;&lt;P&gt;PRICING_GET_CONDITIONS&lt;/P&gt;&lt;P&gt;or the FM CONDITION_TYPS_FOR_PRICING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 09:57:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T09:57:18Z</dc:date>
    <item>
      <title>SD - Pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399716#M534412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User enter the a condition type manually in VF01 or VF02 (say ZDTP) so the value will fetched from the Price master maintained in VK11.&lt;/P&gt;&lt;P&gt; my problem when ever user enter the ZDTP and press ENTER i have to pop up a dalog box with message, so please suggest me how to acheiv this &lt;/P&gt;&lt;P&gt;1. In pricing procedure Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Any USER EXIT or BADI exist.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399716#M534412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: SD - Pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399717#M534413</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;&lt;/P&gt;&lt;P&gt;in standard prog LV69AfZZ.&lt;/P&gt;&lt;P&gt;it contains 5 routine exits.&lt;/P&gt;&lt;P&gt;in these 5, any one will trigger for ur req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399717#M534413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: SD - Pricing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399718#M534414</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;1.Go to the transaction VOFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu..Choose...Formulas -&amp;gt; Condition value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the of the table ..Enter 901 and give the description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select that row and press source text button or F5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will ask for the access key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the access key for the corresponding object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3TR PROG RV64A901&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y001 WITH KEY KSCHL = 'Y001'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y002 WITH KEY KSCHL = 'Y002'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE XKOMV INTO LWA_Y005 WITH KEY KSCHL = 'Y005'&lt;/P&gt;&lt;P&gt;KPOSN = KOMP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum up the values in LWA_Y001, LWA_Y002 &amp;amp; LWA_Y005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then move it to XKWERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.BADI, LE_SHP_DELIVERY_PROC. Method SAVE_AND_PUBLISH_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Function Modules from FG MEPR: eg:&lt;/P&gt;&lt;P&gt;ME_PRICING_DIALOG&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;from Function Modules from FG V61A: eg:&lt;/P&gt;&lt;P&gt;PRICING_GET_CONDITIONS&lt;/P&gt;&lt;P&gt;or the FM CONDITION_TYPS_FOR_PRICING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-pricing/m-p/2399718#M534414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:57:18Z</dc:date>
    </item>
  </channel>
</rss>

