2008 May 15 10:04 AM
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.
2008 May 15 10:05 AM
hi
F4IF_INT_TABLE_VALUE_REQUEST
HELP_VALUES_GET_WITH_TABLE
check the below link for more fms
http://www.erpgenie.com/abap/functions.htm
reward if helpful
prasanth
2008 May 15 10:05 AM
2008 May 15 10:10 AM
2008 May 15 10:18 AM
hi check this..these are the examples how to use this...replacement function module...
'F4IF_INT_TABLE_VALUE_REQUEST'
http://sapprograms.blogspot.com/2008/04/f4-help-for-z-table.html
http://sapprograms.blogspot.com/2008/04/f4-help-for-field-with-ztable.html
http://sapprograms.blogspot.com/2008/04/f4-help-for-month.html
regards,
venkat.