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: 

Is it possible, to create a Selection Screen with just classes (e.g. no reports, FM etc) ?

leracka
Explorer
0 Kudos

Currently i create reports just for the Selection Screen. Directly after i bypass all values to my Class and start the Logic. Is it somehow possible to start directly in the Class with an Selection Screen?

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

No, selection screens are part of executable programs (or function groups). If you want, from your class, you can call an executable program (or a function module) to display the selection screen.