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

Selection Screen search help and match code

former_member806481
Participant
0 Likes
3,263

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

10 REPLIES 10
Read only

FredericGirod
Active Contributor
3,171

and if you select one release group and select with exclusion a second one, and do a between selection, and a selection with * .... ?

Read only

former_member806481
Participant
0 Likes
3,171

i didnt understand your question

Read only

Sandra_Rossi
Active Contributor
3,171

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.

Read only

former_member806481
Participant
0 Likes
3,171

i actually advised them ...but

Read only

FredericGirod
Active Contributor
3,171

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

Read only

former_member806481
Participant
0 Likes
3,171

will it be more easier and logical if i have them as parameters instead of select-options ?

Read only

Sandra_Rossi
Active Contributor
3,171

No, it will be worse * 2.

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,171

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...

Read only

RaymondGiuseppi
Active Contributor
3,171

I could understand your requirement for parameters (*), but for select-options I don't see the point, It looks like a bad idea IMHO?

(*) and i would define such parameters as drop-down list (code + text)

Read only

former_member808116
Participant
0 Likes
3,171

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.