Hi Udaya Bhaskar,
You can redefine the GET_I_S_STRUCT of your context node for items and write similar logic to the below code.
if (** your condition is met)
rv_disabled = true.
return.
else.
**Here Call the super class method.
endif.
Regards
Vinod