Hi Deepika,
I set breakpoints in above three methods, but only system jumps to the following one when creating a new activity, loading initial page. When pressing F4, system does not jump to any breakpoint, web page becomes empty directly.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
METHOD get_v_partner_no.
CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_navdescr
EXPORTING
iv_outbound_plug = 'OP_FINDEMPLRESPE'.
ENDMETHOD.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Please check whether rv_value equals to 'EMPRES' in the following method is correct? I just do copy, I don't know how to define it and where to find string 'EMPRES'?
Kind Regards
Andie
