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: 

Can't get the Match-Code in a Dynpro Field

former_member209703
Active Contributor
0 Kudos

hi guys.

i've got a question.

I have a ModulPool application, with a Dynpro form, which has 3 fields of a DB Table.

I use'em to receive data from the user, and after that, insert a record in the DB Table.

My problem is that i can't get the Match-Code in neither of these fields, so the user can't

choose any available data from the database.

Do I have to create the Match-Codes manually? Several people told me that this is not necesary.

What am i doing wrong? Can anybody help me?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check if the domain of those fields have in-built search help. If it has, then the F4 functionality is automatically pulled in.

Thanks,

Santosh

2 REPLIES 2

Former Member
0 Kudos

Hi

It depends on which dictionary field u have used to design the dynpro.

If you have used directly a dictionary field the system uses the match code of the field (if the field has own match code).

If you have used a program field to design the dynpro you have to assign the match code of the dictionary field in the attribute by screen painter.

Go to the layout of the dynpro, do a doubleclick of the field and go to the DICT tab of the ATTRIBUTES section, here set a match code in SEARCH HELP.

Max

Former Member
0 Kudos

Check if the domain of those fields have in-built search help. If it has, then the F4 functionality is automatically pulled in.

Thanks,

Santosh