Hi all,
with a selection screen i can build my sql statement like the following:
....
where field in <select-options>
How can i use this functionality with a normal dynpro field?
Or do i have to concatenate the sql step by step?
regards