Hi Soumya,
Try declaring this way in parameters:
NAME - Z_0061
TYPE - P
NUMB - 0001
SIGN - I
OPTI - EQ
LOW - 0061
NAME - Z_0061
TYPE - P
NUMB - 0002
SIGN - I
OPTI - EQ
LOW - DE
Now compare the program variables with the values in TVARVC table one by one
Also check with select-options if it is possible:
NAME - Z_0061
TYPE - S
NUMB - 0001
SIGN - I
OPTI - BT
LOW - 0061
HIGH - DE
Now if v_comp and v_pay are the variables in your program then try comparing v_comp with the LOW value and v_pay with the HIGH value
Is it something like this you are looking for? or Am I misunderstood your question?
Regards,
Swarna Munukoti.
Edited by: Swarna Munukoti on Dec 15, 2009 7:55 AM