<?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: Pricing routine modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808843#M656537</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;Goto VOFM, then tab Requirements&lt;DEL&gt;-&amp;gt; Pricing&lt;/DEL&gt;--&amp;gt;change the 916 routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Formula Routine, go to VOFM, then tab Formula and chek there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pricing there are certain structures and table you usually use like KONP, XKOMP etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 13:15:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-27T13:15:58Z</dc:date>
    <item>
      <title>Pricing routine modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808841#M656535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abap Gurus,&lt;/P&gt;&lt;P&gt;  i have one requirement in which i need to change requirement routine 916 and &lt;/P&gt;&lt;P&gt; formula routine 924 in such way that when we get some specific condition type &lt;/P&gt;&lt;P&gt; i need to look up into ztable. in this ztable i need to check customer number &lt;/P&gt;&lt;P&gt;and material and get lowest price form it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am totally new in pricing ... i don;t have any idea how should i proceed ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any help or suggestion is appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Neo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 12:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808841#M656535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808842#M656536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOFM pricing routines, requirement routines are used in SD and MM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data transfer routines are specific to SD.&lt;/P&gt;&lt;P&gt;VOFM is a transaction where form routines are created.&lt;/P&gt;&lt;P&gt;like user-exits, form routines are used to do extra functionality. we have different routines like condition routines, data routines etc..&lt;/P&gt;&lt;P&gt;once we define the routines we will assign them to standard flow in VTAA transaction(we have header, data categories here we will assign our routine based on our requirement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a real-time scenario say when you are creating a sales order from a contract, and you need to check the contract..say for a contract with order type 'ZTYP' you should not allow creating the sales order then you can do this check with the help of routine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or when creating a sales order you need to validate few fields say a quantity field less than 10 should not be allowed, or if you need to default some values in the fields you can use these routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read OSS #: 327220&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link:&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="163488"&gt;&lt;/A&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="80744"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the below PDF file ..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf" target="test_blank"&gt;www.saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-sd/creating-new-pricing-procedure.htm" target="test_blank"&gt;http://www.sap-img.com/sap-sd/creating-new-pricing-procedure.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the below links also to create the pricing Routines in VOFm&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapprofessionals.org/?q=vofm_requirement_and_formulas_for_sap_sd_pricing" target="test_blank"&gt;http://www.sapprofessionals.org/?q=vofm_requirement_and_formulas_for_sap_sd_pricing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&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;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 13:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808842#M656536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T13:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808843#M656537</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;Goto VOFM, then tab Requirements&lt;DEL&gt;-&amp;gt; Pricing&lt;/DEL&gt;--&amp;gt;change the 916 routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Formula Routine, go to VOFM, then tab Formula and chek there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pricing there are certain structures and table you usually use like KONP, XKOMP etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 13:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808843#M656537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808844#M656538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks for your reply.&lt;/P&gt;&lt;P&gt; but if i get some sample solution then it will be great help for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 13:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-modification/m-p/2808844#M656538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T13:17:22Z</dc:date>
    </item>
  </channel>
</rss>

