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

MatchCode auto filling fields

elalan
Participant
0 Likes
1,461

Hello everyone , at this time i need a help or guide lines to deal with a problem , i did a z matchcode , it have to fields and is asign to a colum in a table control , what i need to do is when i click in my selection of the matchcode both field get asign . Right now just getting the first field update but the second don't . My program is in module pool and my dynpros are made in se51. Thanks in advance

4 REPLIES 4
Read only

mmcisme1
Active Contributor
0 Likes
1,176

Check that you set the field that you want to export. Does it work when you test the matchcode Check that the name in the dynpro and the name in the matchcode are the same.

Read only

elalan
Participant
0 Likes
1,176

Thanks for reply but in did not work , i change the name for the field and did not fill the text field in my dynpro , it only fill the fir one

The first one get fill and the one in the red square is not

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,176

For information, matchcode is an old concept, replaced 20 years ago with a new technology named "search help". Many people still use the old name to refer to search helps.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,176

Your 2 dynpro fields should be named according to the same DDIC structure. In the DDIC structure, link the search help to the "Usuario" field, and for this link, assign the "Usuario" field to the input parameter of the search help, and the "Nombre de Usuario" field to the output parameter.

If you need more information, please paste screenshots.