<?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: ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155596#M750537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges : are being used to assign some default values in the program,its like a select-option, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you declare it as select option, user have rights to change them before processing the program. where as in Ranges you will define them in program logic.internally you can use them.. say for example.. i wanted to assign some material numbers, based on thease material numbers i wanted to fetch the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges: R_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '1000'.&lt;/P&gt;&lt;P&gt;R_MATNR-HIGH = '2000'.&lt;/P&gt;&lt;P&gt;R_MATNR-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_MATNR-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MATNR WERKS LGORT&lt;/P&gt;&lt;P&gt;             FROM MARD&lt;/P&gt;&lt;P&gt;             INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;             WHERE WERKS IN R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jan 2008 01:33:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-06T01:33:14Z</dc:date>
    <item>
      <title>ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155592#M750533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what r ranges? what r the number ranges?plzz tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155592#M750533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155593#M750534</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;Due to buffering of huge database table with more number of records from one program then other program do update that database table In other application server then due BUFFER-SYNCHRONIZER which can read DDLOG table and REFRESH the records relevant to that larger database table. So, due to reload of table to application servers it consumes more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to improve database performance in our program we use NUMBER-ranges.&lt;/P&gt;&lt;P&gt;Here it is maintained in one of database table(NUMBERRANGE TABLE) with current level belongs to one NUMBERRANGE GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS u know for a document consist number of records then due to number ranges then for each record at application server can assigned with unique identification number which can belongs to number range group current level read from number range table in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And while data can updated to that database table can be stored to that table and new number range level group with number ranges can written to database number range table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for next document they get new unique identification number. And no need of buffering of that huge table with old-records (already available at application server with unique identification number). This avoids buffering of database table. So, database traffic is reduced and no need have refresh of data relevant to that huge table. So, performance can increase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Vijay Mekala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 12:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155593#M750534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155594#M750535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ranges like selecti-option  .right now selecti- optionare using instead of ranges.selection screen gives better perfomence than ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna reddy on Jan 5, 2008 2:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 13:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155594#M750535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155595#M750536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it like select-options .select options are better than ranges select options gives better better perfomence than ranges&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2008 13:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155595#M750536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-05T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155596#M750537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges : are being used to assign some default values in the program,its like a select-option, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you declare it as select option, user have rights to change them before processing the program. where as in Ranges you will define them in program logic.internally you can use them.. say for example.. i wanted to assign some material numbers, based on thease material numbers i wanted to fetch the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges: R_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '1000'.&lt;/P&gt;&lt;P&gt;R_MATNR-HIGH = '2000'.&lt;/P&gt;&lt;P&gt;R_MATNR-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_MATNR-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MATNR WERKS LGORT&lt;/P&gt;&lt;P&gt;             FROM MARD&lt;/P&gt;&lt;P&gt;             INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;             WHERE WERKS IN R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 01:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/3155596#M750537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T01:33:14Z</dc:date>
    </item>
  </channel>
</rss>

