My UI screen has top selection criteria based on which data needs to be extracted for different sections of screen.
Data Selection criteria
Company Code, Profit center , Date Range - Only one Company code can be selected but option to select multiple profit centers from dropdown and date range.
Now all 5 sections of screen shows summarized data(diff criteria) based on input from selection criteria. I know we can get this data through regular get_entity set method for each screen section but that will be like calling service multiple time for each of them. How can we accomplish this task in single service using expanded entity set method. It is like I wanted to use the top selection criteria to get all data and then summarize data for diff section and pass it back to UI. Not sure if it is possible?