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

Program CALL SCREEN and variants functionality

tafkap95
Participant
0 Likes
1,065

Hello community,

I created a specific program with a direct call to my specific screen 0100, everything works correctly, I can manage my STATUS, have my toolbar but I lost the possibility of saving variants. On the other hand, if I use the classic START-OF-SELECTION with PARAMETERS and SELECT-OPTIONS, I can save variants.

How can I get out of this?

Thanks for your help.

2 REPLIES 2
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
994

Hello tafkap95

I assume your question is about selection variants If so, then selection variants can be created only for selection screens

Therefore, unless you have defined your screen 0100 as a selection screen (SAP Help: Defining Selection Screens), you can't create selection variants for the screen 0100.

Best regards

Dominik Tylczynski

Read only

RaymondGiuseppi
Active Contributor
0 Likes
994

Define your field as a SELECTION-SCREEN and call it with CALL SELECTION-SCREEN or similar statement.