Skip to Content
0
Former Member
Jul 21, 2007 at 02:18 PM

E_T_Range Result table

296 Views

ABAP Gurus,

Where to find the E_T_Range table values for the following code.

L_S_Range-low = 'value1'.

L_S_Range-high ='value10'.

L_S_Range-opt = 'BT'.

L_S_Range-sign = 'I'.

Append L_S_Range to E_T_Range

*******************************************

All I am looking for the values, the system takes between value1 and value10.

when I debug the code for E_T_Range, shows I<b> BT value1 value10</b> but not the all the values between value1 and value10.

Please find the following post for the previous discussion on the same issue.

etrange-result-table

All your efforts will be highly appreciated.

(Full Points will be assigned)