Hello Naresh Sir,
View area position was blank so tried an another approach using html.
I am not sure whether this is right approach or not but have acheived this using an html tag <a name ="Jumpto"></a> in html page of bsp component.
Field hyper link is done using this interface IF_CHTMLB_FORM_ITERATOR~RENDER_CELL_START
html_str = '<a href=" #Jumpto">'
CREATE OBJECT html_bee.
html_bee->add( html = html_str ).
ev_replacement_bee = html_bee.
Regards,
Sumeet