Hello Folkes,
In bex customer exit while debugging, how to find what values populated in E_T_Range table for the code of this kind.
************sample 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.
***************************************
Thanks