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: 

HELP_VALUES_GET_WITH_DD_TABLE

Former Member
0 Kudos

Hi all,

I am working on an upgrade from 4.6C to ECC 6.0

In module pool screen the below mention function module works perfectly fine in 4.6c however in ECC 6.0 it combines the client No which is the first field with the second field i.e. the 'camp' and displays as the first field.

for eg it shows the record like this

235B1

where the '235' is the client and B1 is the camp.

It is combining both client and Camp field and displaying and hence whne i select it results into incorrect selection...

I tried with all possible options of 'selectfield' and 'shfields' .

but in vain.

any help will be surely rewarded.

CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_TABLE'

EXPORTING

fieldname = 'CAMP'

fieldtabname = 'ZHR_CAMPS'

selectfield = '1'

shfields = '1234'

tabkey = '*'

tabname = 'ZHR_CAMPS'

show_all_values_at_first_time = 'X'

show_values = 'X'

IMPORTING

selectvalue = w_result

EXCEPTIONS

field_not_in_ddic = 1

more_then_one_selectfield = 2

no_selectfield = 3

table_not_in_ddic = 4

database_error = 5

OTHERS = 6.

1 REPLY 1

Former Member
0 Kudos

The FM is Obsolete in ECC 6.0

I have created a search help for the same.