<b>I need to generate selection-screen dynamically from a method of the class.</b>
There are can be select options and parameters on the selection-screen.
At runtime, it's needed to generate a program containing selection-screen and pass a table into the program in order to get results of the user selection (there should be a query to the database in the program). Notice, that dynamic program is called from a method of the class.
Best regards.