Hi,
I have a report showing 2 ALV lists within the same report.
I have done the following:
1. Create CL_GUI_CUSTOM_CONTAINER
2. Create 2 containers using CL_GUI_EASY_SPLITTER_CONTAINER
3. Using CL_SALV_TABLE displaying report in each of the containers.
This is working fine but how do I set the titles in each splitted container?
Thanks in advance.