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: 

How can I display the icon of variants in Selection-Screen?

Former Member
0 Kudos

Hello,

I am trying to display an icon to save/choose a variant.

Here's what I have:

     1) I created several select-options, so the default screen was created by ABAP (screen number: 1000).

     2) On the top, I have an execute button.

What I want is another button that allows me to save/choose a variant. I can 'save as variant' by right clicking next to the execute button. Then various options appear (one of them: Save as Variant...).

Thank you very much in advance!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rafael,

If I'm not mistaken, in the standard SAP the icon only appears when there is already a variant present. 

If there is no variant available, the variant should be saved using the save icon.

Kr,

Tom

4 REPLIES 4

Former Member
0 Kudos

Hi Rafael,

If I'm not mistaken, in the standard SAP the icon only appears when there is already a variant present. 

If there is no variant available, the variant should be saved using the save icon.

Kr,

Tom

Former Member
0 Kudos

Are you creating a SE41 object and therefore need to know the code?

Neal

former_member300076
Participant
0 Kudos

Hi Rafael,

Like Tom said, the icon only appears when you have already save a variant. So if you want this icon to appear save your selection parameters at least once before your execution.

Regards

Sam

Former Member
0 Kudos

Thanks a lot, guys!
You were right