Application Development and Automation 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: 
Read only

dynamic selection screen

Former Member
0 Likes
489

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

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
439

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

2 REPLIES 2
Read only

Former Member
0 Likes
439

You could try using field symbols and reading the table headings, and then create the screen with that data.

Read only

ThomasZloch
Active Contributor
0 Likes
440

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