‎2009 Sep 21 2:44 PM
hello,
anybody knows how to create a dynamic selection screen ?
let's say that I want to create a selection-screen with some fields (key fields from a table)
the # of keys changes from table to table
any idea's on how to create such a selection screen ?
I found function COMPLEX_SELECTIONS_DIALOG but this creates 1 selection field at a time
thanks for your help
‎2009 Sep 21 2:56 PM
Maybe you can tweak the code in this blog for your purposes:
/people/horst.keller/blog/2009/09/03/abap-geek-13--interactive-dynamic-where-clauses
Thomas
‎2009 Sep 21 2:55 PM
You could try using field symbols and reading the table headings, and then create the screen with that data.
‎2009 Sep 21 2:56 PM
Maybe you can tweak the code in this blog for your purposes:
/people/horst.keller/blog/2009/09/03/abap-geek-13--interactive-dynamic-where-clauses
Thomas