<?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 What is the T-Code VOFM used for? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353888#M804564</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;           I have to copy logic of two routines into one.Can i do it in VOFM.What naming convention is followed to give name to the copies routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2008 03:56:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-25T03:56:51Z</dc:date>
    <item>
      <title>What is the T-Code VOFM used for?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353888#M804564</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;           I have to copy logic of two routines into one.Can i do it in VOFM.What naming convention is followed to give name to the copies routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 03:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353888#M804564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T03:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is the T-Code VOFM used for?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353889#M804565</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto VOFM tcode for wrting the Routines&lt;/P&gt;&lt;P&gt;from menu Requirements-&amp;gt; pricing&lt;/P&gt;&lt;P&gt;You can create the pricing related routines here&lt;/P&gt;&lt;P&gt;Use the Number from 900 only&lt;/P&gt;&lt;P&gt;take the acess key and try to copy the existing routine and change the code to your requirement  and keep a break point and see&lt;/P&gt;&lt;P&gt;Activate it before execution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 04:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353889#M804565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T04:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the T-Code VOFM used for?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353890#M804566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction VOFM is a tool that was developed in R/3 to facilitate the definition of both SAP&lt;/P&gt;&lt;P&gt;delivered as well as customer defined routines / rules used in the system during various business&lt;/P&gt;&lt;P&gt;processes. VOFM routines are ABAP code written in Forms. VOFM provides the user with the&lt;/P&gt;&lt;P&gt;benefit of choosing from one of the standard delivered R/3 routines or writing their own. VOFM is&lt;/P&gt;&lt;P&gt;intended for the implementation team when configuring the system. It is not intended for the end&lt;/P&gt;&lt;P&gt;user.&lt;/P&gt;&lt;P&gt;VOFM is divided up into four main areas. These include copying requirements, data transfer,&lt;/P&gt;&lt;P&gt;requirements, and formulas. This paper will focus on copy requirements that were delivered by SAP&lt;/P&gt;&lt;P&gt;to support the Sales &amp;amp; Distribution (SD) and Logistics Execution (LES) applications. Copying&lt;/P&gt;&lt;P&gt;requirements are routines that check certain requirements as a precondition for the copying process.&lt;/P&gt;&lt;P&gt;For example, a copy requirement can be used to define whether a quotation may be copied into a&lt;/P&gt;&lt;P&gt;standard order, or if text items are transferred during the copying of a delivery into a billing&lt;/P&gt;&lt;P&gt;document. Copy requirements are an easy way to implement company specific business rules into&lt;/P&gt;&lt;P&gt;R/3 that dictate situations that should prevent subsequent document creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find below a Useful document for VOFM&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf" target="test_blank"&gt;http://saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VInodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 04:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-t-code-vofm-used-for/m-p/3353890#M804566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T04:01:18Z</dc:date>
    </item>
  </channel>
</rss>

