Skip to Content
0
Former Member
May 13, 2008 at 04:19 PM

Function Module

23 Views

Hi Guys,

I have a function module for 4.7 and ECC6.

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.

But i want absolete for this Function Module.plz help me.