‎2022 Jun 14 9:37 AM
I have the Following selection screen.

So my requirement is i need to have search help for the first four select-options.
and along with this if i select a select a release group the release group description should should get populated.
Similarly for release strategy and release strategy description.
thank You
‎2022 Jun 14 9:49 AM
and if you select one release group and select with exclusion a second one, and do a between selection, and a selection with * .... ?
‎2022 Jun 14 9:51 AM
‎2022 Jun 14 10:57 AM
I think the requirement to duplicate the selection to the Description fields is just to spend time for no added value... And it's even worse for the end user, I think.
You should advise your client.
Anyway, if you don't, just use AT SELECTION-SCREEN ON VALUE-REQUEST OF, F4IF_INT_TABLE_VALUE_REQUEST and RS_SELECTIONSCREEN_UPDATE.
‎2022 Jun 14 11:14 AM
‎2022 Jun 14 12:07 PM
I think it is more than a bad idea, this will occur a lot of bug
If someone plays a little bit with the select option it will be a nightmare to manage it
‎2022 Jun 14 12:42 PM
will it be more easier and logical if i have them as parameters instead of select-options ?
‎2022 Jun 14 1:05 PM
‎2022 Jun 14 1:08 PM
Could you tell us what is the goal of populating the release group descriptions from the entered release groups, what benefit it is for the client? I only see drawbacks, for the end user, for the developer, and for mind health of everyone...
‎2022 Jun 14 1:29 PM
‎2022 Jun 15 4:04 AM
Hope this help you.
You can goto Se11 and Create Search Help
Then during data declaration add match code Zsearch_help.
data: lv_a type ZData matchcode object Zsearch_help.