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: 

Program CALL SCREEN and variants functionality

tafkap95
Explorer
0 Kudos

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

DominikTylczyn
Active Contributor

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

raymond_giuseppi
Active Contributor
0 Kudos

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