‎2018 Mar 05 12:36 AM
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
‎2018 Mar 05 2:27 PM
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.
‎2018 Mar 05 2:47 PM
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
‎2018 Mar 05 9:43 PM
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.
‎2018 Mar 05 9:49 PM
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.