‎2018 Jun 01 10:10 AM
Hello Gurus,
I have requirement that
In a selection screen there are two selection fields i.e, cc and wbs.
1) if user fill one selection element, only Cost Center then I should display only cost center report.
2) if user fill one selection element, only WBS Element then I should display only cost center report.
3)if user fill both selections, both Cost Center and WBS Element I should display both reports at a time.
If this is possible please let me know.

‎2018 Jun 01 10:15 AM
I think Yes, .If the no of columns are same for three, little bit easy.
else, maintain 3 diff final structures, and tables fieldcatalogs. then display
‎2018 Jun 01 10:29 AM
There are 6 fields to display cc report and 6 fields for wbs report .
if combined there should be 12 fields need to display.
Ok Let's try and thanks for suggestion
‎2018 Jun 01 11:06 AM
‎2018 Jun 01 12:10 PM
Pleas explain me theoretically i will proceed further.
‎2018 Jun 01 12:31 PM
How did you showing if there is no radio buttons in output. In the same way,
If r1 eq 'cc'.
structure for cc
tables for cc
fieldcatalog for cc
appending columns for cc
if r1 eq 'bb'
structure for bb
tables for bb
fieldcatalog for bb
appending columns for bb
else.
for other.
Same logic.
‎2018 Jun 01 1:24 PM
Sorry I'm not using radio button i'm using selection field below is the picture
