2024 Jan 04 8:39 AM
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.
2024 Jan 04 9:03 AM
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
2024 Jan 08 1:56 PM
Define your field as a SELECTION-SCREEN and call it with CALL SELECTION-SCREEN or similar statement.