HI guys,
The function Module " TR_F4_HELP" which is obsolete in ECC 6.0 . Can you please suggest any replacement for this.
CALL FUNCTION 'TR_F4_HELP'
EXPORTING
iv_title = 'Nº Documento Contábil'
is_sel_title1 = t_title
TABLES
it_sel_table = t_search
CHANGING
cv_selected_index = v_reg
EXCEPTIONS
no_lines = 1
no_line_picked = 2
OTHERS = 3.