Hi Alok,
i wrote the code in get method.
lv_date = SY-DATUM.
SELECT single MC_SHORT from hrp1000 into lv_code where OBJID eq value
and BEGDA LE lv_date
and ENDDA GE lv_date
and LANGU eq 'EN'.
value = lv_code.
Thanks for great help it worked fine.
Regards
Praveen.