Hi All,
I have a report which has two grids one below the other displayed in foreground and background.
- For FOREGROUND display, I have used OOPS ALV and for BACKGROUND, the first list is displayed using REUSE_ALV_LIST_DISPLAY and second list is appended at END-OF-PAGE event.
- Now in this report I want to externally set the filter for first grid, so that the second grid also gets changed according to the filter set in first grid externally, in foreground as well as background.
For eg : When I set filter externally on field purchase group i.e. ekgrp in first grid, it shows filtered records accordingly. But the filter does not get applied to second grid. It displays all the records( i.e. purchase group) based on input in selection screen.
So my requirement is, if I set filter externally on a particular field i.e. purchase group(ekgrp) in first grid, then that filter should be set for second grid also. The second grid should display records based on filter set in first grid in foreground as well as background.
Is there any solution to achieve this?
Appreciate your help.
Regards,
Supriya.