<?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: value range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158905#M119804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand u r asking abt the values in data dictionary. In that case u will have to make modifications to dictionary object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2006 07:06:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-15T07:06:53Z</dc:date>
    <item>
      <title>value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158902#M119801</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;&lt;/P&gt;&lt;P&gt;How can i maintain new values in the value range of the field  ESTKZ . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 06:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158902#M119801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T06:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158903#M119802</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;Consider this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filling the range is accomplished by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_matnr-low = '000000000000000001'.&lt;/P&gt;&lt;P&gt;r_matnr-low = '000000000000009999'.&lt;/P&gt;&lt;P&gt;r_matnr-option = 'BT'.&lt;/P&gt;&lt;P&gt;r_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;APPEND r_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection is then accomplished by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM mara WHERE matnt in r_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158903#M119802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158904#M119803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select-options : s_estkz for tab-estkz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to add new values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_estkz-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_estkz-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_estkz-low = '12345'.&lt;/P&gt;&lt;P&gt;s_estkz-high = ''.&lt;/P&gt;&lt;P&gt;append s_estkz.&lt;/P&gt;&lt;P&gt;clear s_estkz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158904#M119803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158905#M119804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand u r asking abt the values in data dictionary. In that case u will have to make modifications to dictionary object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158905#M119804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158906#M119805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Value range-values are nothing but giving the values in DOMAIL level.&lt;/P&gt;&lt;P&gt;For FIELD-ESTKZ double click on DATA TYPE then later double click on DOMAIN.&lt;/P&gt;&lt;P&gt;There you will find the VALUE RANGE TAB. Click on it.&lt;/P&gt;&lt;P&gt;There you have to give values.&lt;/P&gt;&lt;P&gt;Since it is STANDARD field I think you must have authorization.&lt;/P&gt;&lt;P&gt;Value Range values means when you give these values then the system will allow you to append those values for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 07:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158906#M119805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T07:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158907#M119806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ESTKZ is a Selection-screen field which you have defined using SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_estkz for tab-estkz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_estkz-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_estkz-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_estkz-low = 'AAAA'.&lt;/P&gt;&lt;P&gt;append s_estkz.&lt;/P&gt;&lt;P&gt;clear s_estkz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_estkz-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_estkz-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_estkz-low = 'BBBB'.&lt;/P&gt;&lt;P&gt;append s_estkz.&lt;/P&gt;&lt;P&gt;clear s_estkz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ESTKZ is a database table field then go to Data Element -&amp;gt; Domain -&amp;gt; Value range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want some particular values, you can maintain them under Single vals.&lt;/P&gt;&lt;P&gt;And if you want range of values, you can maintain them under Intervals by specifying lower limit and upper limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 08:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158907#M119806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158908#M119807</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;For that you need to have access key.&lt;/P&gt;&lt;P&gt;Go to SE11.In datatype, type ESTKZ.&lt;/P&gt;&lt;P&gt;In the domain ,ESTKZ,double click it.&lt;/P&gt;&lt;P&gt;In the window,click value range and give the new values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 08:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-range/m-p/1158908#M119807</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-02-15T08:20:42Z</dc:date>
    </item>
  </channel>
</rss>

