<?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: condition value change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274839#M1915691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a RV64A type and a condition value formula .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 07:39:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-07T07:39:34Z</dc:date>
    <item>
      <title>condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274833#M1915685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the below code :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM FRM_KONDI_WERT_999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF XKOMV-KAPPL = 'V' AND XKOMV-KRECH = 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XKomv-kwert&amp;nbsp; = XKOMV-KBETR * komp-mgame / 1000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XKWERT =&amp;nbsp; XKOMV-KBETR * komp-mgame / 1000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field-symbols: &amp;lt;rettkomv&amp;gt; type KOMV_INDEX.&lt;/P&gt;&lt;P&gt;constants: c_rettkomv type char20 value '(SAPLV61A)RETTKOMV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign (c_rettkomv) to &amp;lt;rettkomv&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT XKOMV ASSIGNING &amp;lt;RETTKOMV&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;RETTKOMV&amp;gt; = XKOMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&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;The issue was to change the condition value in billing invoice item .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value was not getting changed because it w&lt;SPAN style="font-size: 10pt;"&gt;as getting reset due to xkomv= rettkomv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i use field symbols my condition type is getting repeated again and again and all other condition types have disappeared ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/782032" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is is behaving like this . Any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 11:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274833#M1915685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-02T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274834#M1915686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This loop is your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;LOOP AT XKOMV ASSIGNING &amp;lt;RETTKOMV&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;lt;RETTKOMV&amp;gt; = XKOMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDLOOP.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;It is replacing every line in table XKOMV with the (unchanging) values in the &lt;STRONG&gt;structure&lt;/STRONG&gt; 'XKOMV'. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;So you will end up with every table line being the same.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;cheers&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 09:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274834#M1915686</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2015-09-03T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274835#M1915687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for replying .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i could figure out that now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use field symbols to avoid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rettkomv= xkomv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resetting the value of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xkwert = xkomv-kwert .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from using implicit enhancement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 09:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274835#M1915687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-03T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274836#M1915688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;How can I use field symbols to avoid&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;rettkomv= xkomv&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;resetting the value of&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;xkwert = xkomv-kwert .&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Sorry Pooja, but I don't understand your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execution of the first statement (rettkomv= xkomv) has no effect on the variables&lt;/P&gt;&lt;P&gt;in the second statement (xkwert = xkomv-kwert)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 22:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274836#M1915688</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2015-09-03T22:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274837#M1915689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a routine in VOFM to change the value of xkwert in billing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But due to statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rettkomv= xkomv in the sap standard program , no matter what code I write the values are reset .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution I found on SCN forum is by using field symbols . That is what I am trying to do . I have explained the issue in the starting .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 06:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274837#M1915689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-04T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274838#M1915690</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;Is your routine a RV61 type or a RV63 ?&lt;/P&gt;&lt;P&gt;I mean if it is condition value or a condition base value?&lt;/P&gt;&lt;P&gt;If it is not a condition base value, then you need to change it to condition base value and also do the config at condition type with "Manual entry has priority".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 07:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274838#M1915690</guid>
      <dc:creator>former_member210541</dc:creator>
      <dc:date>2015-09-04T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274839#M1915691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a RV64A type and a condition value formula .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274839#M1915691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-07T07:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274840#M1915692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif; font-size: 12px;"&gt;change it to condition base value and also do the config at condition type with "Manual entry has priority".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 08:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274840#M1915692</guid>
      <dc:creator>former_member210541</dc:creator>
      <dc:date>2015-09-07T08:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: condition value change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274841#M1915693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tee . I will try and update .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 09:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-value-change/m-p/11274841#M1915693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-07T09:44:16Z</dc:date>
    </item>
  </channel>
</rss>

