Application Development 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: 

Replacement for the FM TRANSFER_NAMES_TO_FIELDS

Former Member
0 Kudos

Hi All,

I need to replace the FM TRANSFER_NAMES_TO_FIELDS. Its obselete in ECC 6.0 . Please suggest me with the respective one.

kishore

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

Check this Fm <b>F4IF_INT_TABLE_VALUE_REQUEST</b>

Regards

vijay

Former Member
0 Kudos

Hii

use this fm

<b>HELP_VALUES_GET_NO_DD_NAME</b>

call function 'HELP_VALUES_GET_NO_DD_NAME'

exporting

cucol = cucol

curow = curow

display = ' '

selectfield = fieldname

titel = titel

no_pers_help_select = ' '

title_in_values_list = ' '

use_user_selectoins = 'S'

show_all_values_at_first_time = ' '

write_selectfield_in_colours = 'X'

importing

ind = ind

tables

fields = fields

full_table = inttab

user_sel_fields = shrinkfields

exceptions

full_table_empty = 01

no_tablestructure_given = 02

no_tablefields_in_dictionary = 03

more_than_one_selectfield = 04

no_electfield = 05

Regards

Naresh

Former Member
0 Kudos

u can use the FM given by vijay F4IF_INT_TABLE_VALUE_REQUEST,check out the documentation for more info on that FM

chk this program also

BCALV_TEST_FULLSCREEN_CALLS