<?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: E_T_Range Result table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502941#M565661</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;As RICH said, you can just go on with this sample code to see the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT &amp;lt;fields&amp;gt; FROM &amp;lt;database table&amp;gt; INTO &amp;lt;int table&amp;gt; WHERE value IN e_t_range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this select query you'll get select the fields from DATABASE TABLE which satisfy the values in e_t_range&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jul 2007 14:42:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-21T14:42:40Z</dc:date>
    <item>
      <title>E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502936#M565656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where to find the E_T_Range table values for the  following code.&lt;/P&gt;&lt;P&gt;L_S_Range-low = 'value1'.&lt;/P&gt;&lt;P&gt;L_S_Range-high ='value10'.&lt;/P&gt;&lt;P&gt;L_S_Range-opt = 'BT'.&lt;/P&gt;&lt;P&gt;L_S_Range-sign = 'I'.&lt;/P&gt;&lt;P&gt;Append L_S_Range to E_T_Range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;All I am looking for the values, the system takes between value1 and value10.&lt;/P&gt;&lt;P&gt;when I debug the code for  E_T_Range, shows I&amp;lt;b&amp;gt; BT value1 value10&amp;lt;/b&amp;gt; but not the all the values between value1 and value10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the following post for the previous discussion on the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3797097"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All your efforts will be highly appreciated. &lt;/P&gt;&lt;P&gt;(Full Points will be assigned)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502936#M565656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502937#M565657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going to say that it is returning the right values based on the range.  Why?  Because in character fields  value1 and vaue10 are next to each other, in order to get a range between them, you would need to have the single digit values with a zero before them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;value01
value02
value03
value04
value05
value06
value07
value08
value09
value10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using the range.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;L_S_Range-low = 'value01'.
L_S_Range-high ='value10'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would retrieve all values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502937#M565657</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-21T14:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502938#M565658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what ever you said is very true.&lt;/P&gt;&lt;P&gt;I am just wondering Is there any way I can see these values in any table. Just to make sure while debugging, the system is considering all the expected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502938#M565658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502939#M565659</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;I got your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RANGES is used to group a range of values into an internal table like thing, which is created similar to the selection table when we declare select-options on the selection screen the selection table consist of the field SIGN,OPTION,LOW and HIGH fields.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when ever you debug the program, it means that you are seeing the values of RANGES internal table which has four fields SIGN = 'I',OPTION = 'BT' ,LOW = 'value 1' and HIGH = 'value 2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you'll not be able to see all the values whenever you debug the program. But that range value which you mentioned in the RANGES will be reflected when ever you run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RANGES:&lt;/P&gt;&lt;P&gt;    R_ZTERM FOR KNVV-ZTERM,            " Payment Terms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    R_ZTERM-LOW = '0010'.              " TBD based on Credit Approval&lt;/P&gt;&lt;P&gt;    R_ZTERM-HIGH = '0030'.&lt;/P&gt;&lt;P&gt;    R_ZTERM-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;    R_ZTERM-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;    APPEND R_ZTERM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at r_zterm.&lt;/P&gt;&lt;P&gt;write:&lt;/P&gt;&lt;P&gt;  r_zterm-low,&lt;/P&gt;&lt;P&gt;  r_zterm-high.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502939#M565659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T14:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502940#M565660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to see these values in the database table?  If so, you would probably have to look to see how the E_T_Range is being used further in the program, is it used in a SELECT statement using the IN operator, if so that SELECT statement will most likely tell you the table or view where these values are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502940#M565660</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-21T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502941#M565661</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;As RICH said, you can just go on with this sample code to see the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT &amp;lt;fields&amp;gt; FROM &amp;lt;database table&amp;gt; INTO &amp;lt;int table&amp;gt; WHERE value IN e_t_range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this select query you'll get select the fields from DATABASE TABLE which satisfy the values in e_t_range&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 14:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502941#M565661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502942#M565662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich/Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;This code is in CMOD, FUNCTION EXIT_SAPLRRS0_001, ZXRSRU01&amp;gt;&lt;/P&gt;&lt;P&gt;I think e_t_range is dynamically populated. The values are not stored in the database, they are populated during the program execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any transaction which shows the tables created during program execution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code which is populating e_t_range table, but e_t_range not declared  any where in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:l_s_range TYPE rsr_s_rangesid,&lt;/P&gt;&lt;P&gt;     l_s_range1 TYPE rsr_s_rangesid.&lt;/P&gt;&lt;P&gt;DATA:loc_var_range LIKE rrrangeexit,&lt;/P&gt;&lt;P&gt;     loc_var_range1 LIKE rrrangeexit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'ZEXS_PL5'.&lt;/P&gt;&lt;P&gt;    IF i_step = 2.&lt;/P&gt;&lt;P&gt;      LOOP AT i_t_var_range INTO loc_var_range&lt;/P&gt;&lt;P&gt;                WHERE vnam = 'ZSEG_CC1'.&lt;/P&gt;&lt;P&gt;        CASE loc_var_range-low."&lt;/P&gt;&lt;P&gt;          WHEN '000021'.&lt;/P&gt;&lt;P&gt;            l_s_range-low  = '00'.&lt;/P&gt;&lt;P&gt;            l_s_range-high = '20'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          WHEN '000020'.&lt;/P&gt;&lt;P&gt;            l_s_range-low  = '00'.&lt;/P&gt;&lt;P&gt;            l_s_range-high = '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          WHEN '000202'.&lt;/P&gt;&lt;P&gt;            l_s_range-low  = '00'.&lt;/P&gt;&lt;P&gt;            l_s_range-high = '20'.&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;        ENDCASE.&lt;/P&gt;&lt;P&gt;        l_s_range-sign = 'I'.&lt;/P&gt;&lt;P&gt;        l_s_range-opt = 'BT'.&lt;/P&gt;&lt;P&gt;        APPEND l_s_range TO e_t_range.&lt;/P&gt;&lt;P&gt;        EXIT.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 15:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502942#M565662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502943#M565663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BiBoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this exit FUNCTION EXIT_SAPLRRS0_001 is part of function group RRS0 - Initialization of reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The range table id part of the interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(E_T_RANGE) TYPE  RSR_T_RANGESID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The declaration is done in the calling program. The interface just tells us about the data type which is RSR_T_RANGESID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSR_T_RANGESID is defined in type-group RSR as rsr_t_rangesid type rsdd_t_range.&lt;/P&gt;&lt;P&gt;This is a table with line structure RRRANGESID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is defined in dictionary as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
.INCLUDE	RRRANGE		0	0	Range table in brain
SIGN	RALDB_SIGN	CHAR	1	0	SIGN field in creation of SELECT-OPTIONS tables
OPT	RSZ_OPERATOR	CHAR	2	0	Operator in Select Options and other Expressions
LOW	RSCHAVL	CHAR	60	0	Dim: Field for a User-Defined Characteristic Value
HIGH	RSCHAVL	CHAR	60	0	Dim: Field for a User-Defined Characteristic Value
SIDLOW	RSSID	INT4	10	0	Master data ID
SIDHIGH	RSSID	INT4	10	0	Master data ID
LOWFLAG	RSZTYPEFLAG	NUMC	1	0	Flag for 'typing' an entry
HIGHFLAG	RSZTYPEFLAG	NUMC	1	0	Flag for 'typing' an entry
KEYFL	RRKEYFL	CHAR	1	0	Select according to key
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously this code is used to initialize select-option ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 16:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502943#M565663</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-21T16:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502944#M565664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, is there any way to know the contents of the E_T_Range table during runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502944#M565664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502945#M565665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BI_BOY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the userexit EXIT_SAPLRRS0_001 you can see the data in E_T_Range. In debugger, use TABLE to show internal table E_T_Range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is an export parameter; you are supposed to fill it with data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell us why you are using this exit function and what is the goal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exit is used in a couple of SAP standard function modules for initializing some kind of (BW) reporting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly one of the SAP notes is useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 0.420 BW-BCT-ISR 569826 Replace constant 0CALDAY in the update to IC 0RT_C01 30.01.2004 &lt;/P&gt;&lt;P&gt; 2. 0.400 BW-BEX-OT-OLAP-AUT 686219 Variable for nodes: Incorrect InfoObject in customer exit 04.03.2004 &lt;/P&gt;&lt;P&gt; 3. 0.400 BW-BEX-OT-OLAP-VAR 912473 Brain 039 in customer exit variables for hierarchy nodes 04.01.2006 &lt;/P&gt;&lt;P&gt; 4. 0.400 BW-BEX-OT-OLAP-VAR 968350 I_STEP 2 values of the exit variables disappear 28.07.2006 &lt;/P&gt;&lt;P&gt; 5. 0.400 BW-BEX-OT-OLAP-VAR 1048095 Checking variables and I_STEP equal to three in exit 30.04.2007 &lt;/P&gt;&lt;P&gt; 6. 0.340 BW-BEX 174627 Call sequence in user exit global variables 28.09.1999 &lt;/P&gt;&lt;P&gt; 7. 0.320 BW-BEX-OT-OLAP-AUT 882916 BRAIN 804 "No authorization" with RSSB_GET_AUTHS_FILTERED 08.11.2005 &lt;/P&gt;&lt;P&gt; 8. 0.310 BW 160873 SAPBWNews for BW 1.2B Patch 12 30.11.2000 &lt;/P&gt;&lt;P&gt; 9. 0.310 BW-BEX-OT-OLAP-AUT 396388 I_IOBJNM set to 0TCTAUTHH in the customer exit 04.03.2004 &lt;/P&gt;&lt;P&gt; 10. 0.300 BW-BEX-OT-OLAP-AUT 428899 INFOCUBE field initial when calling CustomerExit RS0_001 28.08.2001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502945#M565665</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-23T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: E_T_Range Result table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502946#M565666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote this customer exit in one of the consolidation reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the other replies on this thread &lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3797097"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan has described my problem more precisely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I got your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES is used to group a range of values into an internal table like thing, which is created similar to the selection table when we declare select-options on the selection screen the selection table consist of the field SIGN,OPTION,LOW and HIGH fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when ever you debug the program, it means that you are seeing the values of RANGES internal table which has four fields SIGN = 'I',OPTION = 'BT' ,LOW = 'value 1' and HIGH = 'value 2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you'll not be able to see all the values whenever you debug the program. But that range value which you mentioned in the RANGES will be reflected when ever you run the program.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 15:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/e-t-range-result-table/m-p/2502946#M565666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T15:50:17Z</dc:date>
    </item>
  </channel>
</rss>

