<?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 issue with VOFM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-vofm/m-p/4468291#M1058564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem while creating/ using a new custom routine via transaction - VOFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have created a custom routine(number - 999 ) under FORMULAS -&amp;gt; CONDITION VALUES. Have activated this routine and also configured the relevant pricing procedure in transaction - V/08, to call this routine. The call of this routine happens fine(in my case it is while creating/changing quotation)..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is, Inside my custom routine(999) I alter the value of XKOMV-KBETR and XKOMV-KWERT for a specific condition type(XKOMV-KSCHL) and at the end of the routine i modify the internal table XKOMV accordingly. But once the control comes out of the routine(back to the standard calling program) the values in internal table XKOMV that was modified in the routine is refreshed back to the previous values....... Now is there any configuration/settings that has to be maintained to over come this issue......???? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please put in your suggestions in this regards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Ranadheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 10:00:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-15T10:00:22Z</dc:date>
    <item>
      <title>issue with VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-vofm/m-p/4468291#M1058564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem while creating/ using a new custom routine via transaction - VOFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have created a custom routine(number - 999 ) under FORMULAS -&amp;gt; CONDITION VALUES. Have activated this routine and also configured the relevant pricing procedure in transaction - V/08, to call this routine. The call of this routine happens fine(in my case it is while creating/changing quotation)..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is, Inside my custom routine(999) I alter the value of XKOMV-KBETR and XKOMV-KWERT for a specific condition type(XKOMV-KSCHL) and at the end of the routine i modify the internal table XKOMV accordingly. But once the control comes out of the routine(back to the standard calling program) the values in internal table XKOMV that was modified in the routine is refreshed back to the previous values....... Now is there any configuration/settings that has to be maintained to over come this issue......???? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please put in your suggestions in this regards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Ranadheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 10:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-vofm/m-p/4468291#M1058564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T10:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: issue with VOFM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-vofm/m-p/4468292#M1058565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bandi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to modify  XKOMV internal tables at all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code over here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORM FRM_KONDI_WERT_992.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                               &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CHECK KOMP-KPOSN NE '000000'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Here please use a free KOMP field. KOMP-KZWI is only an example*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KOMP-KZWI5 = ZWAVWR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDFORM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 11:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-vofm/m-p/4468292#M1058565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

