<?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: Reg Hardcoding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637418#M284148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be a lil better:&lt;/P&gt;&lt;P&gt;IF int_mvke-kondm in('I2',&lt;/P&gt;&lt;P&gt; 'I3',&lt;/P&gt;&lt;P&gt; 'I5',&lt;/P&gt;&lt;P&gt; 'I6',&lt;/P&gt;&lt;P&gt; 'I7',&lt;/P&gt;&lt;P&gt; 'M4',&lt;/P&gt;&lt;P&gt; 'M2',&lt;/P&gt;&lt;P&gt; 'M3',&lt;/P&gt;&lt;P&gt; 'N1',&lt;/P&gt;&lt;P&gt; 'S2')&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else: use ranges:&lt;/P&gt;&lt;P&gt;IF SFLIGHT_WA-FLDATE IN S_FLDATE. ... ENDIF. &lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 12:13:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T12:13:31Z</dc:date>
    <item>
      <title>Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637417#M284147</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 declared Material pricing group "knodm" as ranges and what i need to do is to remove the hard coding from the below code with this range field. doesnt that be a too long code if i individually assisn low value with each constant? if there is any other option plz reply&lt;/P&gt;&lt;P&gt; IF    int_mvke-kondm = 'I2'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'I3'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'I5'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'I6'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'I7'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'M4'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'M2'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'M3'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'N1'&lt;/P&gt;&lt;P&gt;         OR int_mvke-kondm = 'S2'.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637417#M284147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637418#M284148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be a lil better:&lt;/P&gt;&lt;P&gt;IF int_mvke-kondm in('I2',&lt;/P&gt;&lt;P&gt; 'I3',&lt;/P&gt;&lt;P&gt; 'I5',&lt;/P&gt;&lt;P&gt; 'I6',&lt;/P&gt;&lt;P&gt; 'I7',&lt;/P&gt;&lt;P&gt; 'M4',&lt;/P&gt;&lt;P&gt; 'M2',&lt;/P&gt;&lt;P&gt; 'M3',&lt;/P&gt;&lt;P&gt; 'N1',&lt;/P&gt;&lt;P&gt; 'S2')&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else: use ranges:&lt;/P&gt;&lt;P&gt;IF SFLIGHT_WA-FLDATE IN S_FLDATE. ... ENDIF. &lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637418#M284148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637419#M284149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use option 'between':&lt;/P&gt;&lt;P&gt;knodm-low = 'I2'&lt;/P&gt;&lt;P&gt;knodm-high = 'I7'&lt;/P&gt;&lt;P&gt;knodm-sign = 'I'.&lt;/P&gt;&lt;P&gt;knodm-option = 'BT'&lt;/P&gt;&lt;P&gt;append knodm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637419#M284149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637420#M284150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, YOu can modify your code like following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: R_KONDM FOR MVKE-KONDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'I2'.&lt;/P&gt;&lt;P&gt;R_KONDM-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_KONDM-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'I3'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'I5'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'I6'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'I7'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'M4'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'M2'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'M3'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'N1'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;R_KONDM-LOW = 'S2'.&lt;/P&gt;&lt;P&gt;APPEND R_KONDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF int_mvke-kondm IN R_KONDM.&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;Thanks,&lt;/P&gt;&lt;P&gt;ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637420#M284150</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-19T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637421#M284151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can define the range as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rkondm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sign option low high&lt;/P&gt;&lt;P&gt;I BT I2 I7&lt;/P&gt;&lt;P&gt;I BT M2 M4&lt;/P&gt;&lt;P&gt;I EQ N1&lt;/P&gt;&lt;P&gt;I EQ S2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637421#M284151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637422#M284152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Alternatively, you can even define this as a select-option in the selection screen incase of a report and give values to identify the values to be excluded or included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The advantage with the above method is, no changes needed even a new value has to be added at a later stage, just changing the variant and including the value will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-hardcoding/m-p/1637422#M284152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:33:36Z</dc:date>
    </item>
  </channel>
</rss>

