<?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: vofm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm/m-p/2394952#M532924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          Is it possible to hold the value of XKOMV-KBETR temporarily in any other variable and use it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETTKOMV-KBETR value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure XKOMV-KBETR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM RV64Axxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Always default the condition rate to 10.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;XKOMV-KBETR = '10.000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code in the include LV61AA43..The flag wertformel will be set if the routine is configured..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF xkomv-kofrm NE 0. &lt;/P&gt;&lt;P&gt;wertformel = 'X'. &lt;/P&gt;&lt;P&gt;xkwert = xkomv-kwert. &lt;/P&gt;&lt;P&gt;frm_kondi_wert-nr = xkomv-kofrm. &lt;/P&gt;&lt;P&gt;PERFORM (frm_kondi_wert) IN PROGRAM saplv61a IF FOUND. &lt;/P&gt;&lt;P&gt;xkomv-kwert = xkwert. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the flag is set the if condition that you mentioned will fail and it will not overwrite..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kofrm ne 0 and wertformel eq space and komp-kposn ne 0.&lt;/P&gt;&lt;P&gt;rettkomv = xkomv. &lt;/P&gt;&lt;P&gt;xkwert = xkomv-kwert. &lt;/P&gt;&lt;P&gt;frm_kondi_wert-nr = xkomv-kofrm. &lt;/P&gt;&lt;P&gt;perform (frm_kondi_wert) in program saplv61a if found. &lt;/P&gt;&lt;P&gt;xkomv = rettkomv. &lt;/P&gt;&lt;P&gt;endif. &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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 09:12:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T09:12:40Z</dc:date>
    <item>
      <title>vofm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm/m-p/2394951#M532923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi iam doing an vofm routine in which when i have created that routine two forms are appearing!! can u tell me which to use!! i am doing an enhancement in which i have to reduce install price by the value of the measure!!&lt;/P&gt;&lt;P&gt;first i have to check if the given line item is eligible for discount or not based on article type,item category group and article pricing group.&lt;/P&gt;&lt;P&gt;then find if the processing  line item has install program heaeder and measure mandatory.&lt;/P&gt;&lt;P&gt;and then check if the given install program has measure item.&lt;/P&gt;&lt;P&gt;select net price of measure item and passed into ZMDT CONDITION TYPE.&lt;/P&gt;&lt;P&gt;Which tables or structures i need to use to do this and can u plss  give me some clue abt how to do the coding!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm/m-p/2394951#M532923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: vofm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm/m-p/2394952#M532924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          Is it possible to hold the value of XKOMV-KBETR temporarily in any other variable and use it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETTKOMV-KBETR value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure XKOMV-KBETR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM RV64Axxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Always default the condition rate to 10.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;XKOMV-KBETR = '10.000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code in the include LV61AA43..The flag wertformel will be set if the routine is configured..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF xkomv-kofrm NE 0. &lt;/P&gt;&lt;P&gt;wertformel = 'X'. &lt;/P&gt;&lt;P&gt;xkwert = xkomv-kwert. &lt;/P&gt;&lt;P&gt;frm_kondi_wert-nr = xkomv-kofrm. &lt;/P&gt;&lt;P&gt;PERFORM (frm_kondi_wert) IN PROGRAM saplv61a IF FOUND. &lt;/P&gt;&lt;P&gt;xkomv-kwert = xkwert. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the flag is set the if condition that you mentioned will fail and it will not overwrite..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kofrm ne 0 and wertformel eq space and komp-kposn ne 0.&lt;/P&gt;&lt;P&gt;rettkomv = xkomv. &lt;/P&gt;&lt;P&gt;xkwert = xkomv-kwert. &lt;/P&gt;&lt;P&gt;frm_kondi_wert-nr = xkomv-kofrm. &lt;/P&gt;&lt;P&gt;perform (frm_kondi_wert) in program saplv61a if found. &lt;/P&gt;&lt;P&gt;xkomv = rettkomv. &lt;/P&gt;&lt;P&gt;endif. &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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 09:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm/m-p/2394952#M532924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T09:12:40Z</dc:date>
    </item>
  </channel>
</rss>

