Hi All,
I have an issue while writing customer Exit Code. I have tried writing code for both I_STEP 1 scenario and as well I_Step 2.
case.
I_vnam.
When 'ZCDA'.
If I_step = 1.
Clear L_S_Range.
L_S_Range-OPT = 'I'.
L_S_Range-Sign = 'EQ'.
L_S_RANGE-Low = sy-datum
Endif.
Appned L_S_RANGE to E_T_RANGE.
I tried debugging also could figure out where the issue is.
Please help me here
SujanR