Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module

Former Member
0 Likes
497

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.

4 REPLIES 4
Read only

prasanth_kasturi
Active Contributor
0 Likes
435

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

Read only

Former Member
0 Likes
435

Hi,

F4IF_INT_TABLE_VALUE_REQUEST

Read only

Former Member
0 Likes
435

hi

Use the FM

F4IF_INT_TABLE_VALUE_REQUEST

Read only

Former Member
0 Likes
435