<?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 transaction VOFM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394746#M532829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;can anyone tell me how the transaction VOFM is used in SD module.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 00:19:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T00:19:55Z</dc:date>
    <item>
      <title>transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394746#M532829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;can anyone tell me how the transaction VOFM is used in SD module.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394746#M532829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394747#M532830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is transaction used to create, change, display the routines .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g the pricing routine will be having a number. The code for the routine will be written in a include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to VOFM &amp;amp; select Copying Requirements and u can find all the routines. Select a routine number &amp;amp; click on source text(f5) button to view the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394747#M532830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394748#M532831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is a mechanism provided by SAP to allow &lt;/P&gt;&lt;P&gt;1.copy of data between successive documents&lt;/P&gt;&lt;P&gt;2. Modify pricing &lt;/P&gt;&lt;P&gt;3. Output control&lt;/P&gt;&lt;P&gt;4. Specify formulas for condition base values &lt;/P&gt;&lt;P&gt;etc etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an ABAP cnsultant .. you will have to create these routines &amp;amp; the FC will assign these in the customising &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typically you will write some code to pass / modify values of standard structures that are available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=3537850" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=3537850&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Developer perspective,&lt;/P&gt;&lt;P&gt;VOFM is the transaction where you can maintain Requirement routines, which are assigned through cusomization.&lt;/P&gt;&lt;P&gt;To create a routine you need access key &amp;amp; routine no. starts with "9".for ex. 901,902 etc.&lt;/P&gt;&lt;P&gt;one important thing to note that even if you have some syntax errors inside your routine, it will get activated without errors. So, you need to do Main Program check before activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=283650" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=283650&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=1848641" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3200251&amp;amp;messageID=1848641&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394748#M532831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394749#M532832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VOFM Transaction - mainly for SD Pricing condition .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1 - Suppose you want to setup discount based on Quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If customer is taking more than 10 LBs - for one material ,then we need to give 10% Discount ( Scale Based values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Developer will write simple code in VOFM Routine( Also Called modification assitance )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 2 - I have sales order ,when ever sales order created immeditely it creates the idoc ,certain conition i should not create idoc - then you can write simple code like nast-output type = 'value'&lt;/P&gt;&lt;P&gt;                        sy-subrc = 4.&lt;/P&gt;&lt;P&gt;                        endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394749#M532832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394750#M532833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOFM is the transaction where you can maintain Requirement routines, which are assigned through cusomization.&lt;/P&gt;&lt;P&gt;To create a routine you need access key &amp;amp; routine no. starts with "9".for ex. 901,902 etc.&lt;/P&gt;&lt;P&gt;one important thing to note that even if you have some syntax errors inside your routine, it will get activated without errors. So, you need to do Main Program check before activation.&lt;/P&gt;&lt;P&gt;Also refer to SAP Note no : 327220,381348,156230&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394750#M532833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: transaction VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394751#M532834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOFM is the transaction where you can maintain Requirement routines, which are assigned through cusomization.&lt;/P&gt;&lt;P&gt;To create a routine you need access key &amp;amp; routine no. starts with "9".for ex. 901,902 etc.&lt;/P&gt;&lt;P&gt;one important thing to note that even if you have some syntax errors inside your routine, it will get activated without errors. So, you need to do Main Program check before activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to SAP Note no : 327220,381348,156230 for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 00:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-vofm/m-p/2394751#M532834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T00:34:41Z</dc:date>
    </item>
  </channel>
</rss>

