Hi experts,
I have a problem when displaying a master detail relation in two alv's after filtering.
I searched and tried alot, but nothing what I tried solved my problem.
I display the master data in the first ALV and the detail data in the second ALV.
Without filtering the data, everting works fine. If I select a row in the master data ALV, the corresponding detail data will be displayed in the second ALV.
If I filter the data in the master ALV and the lead selection is not lost, everything works.
If I filter the data in the master ALV and the lead selection is lost, the detail ALV never get updated.
Not even if I select manually an entry in the master data ALV and not even if I delete the filter.
If the lead selection was lost after filtering, the supply function is no longer called, when I select a manually an entry.
The context seems to work properly. Because if I switch the detail ALV with a table control everting works.
I thought the problem were the lead selection, therefore I set the lead selection manually after filtering in the "WDDOAFTERACTION" method. But that did not help.
In other discussions on SCN I read about refresh the ALVs and invalidate the context nodes, so I have implemented that also in the "WDDOAFTERACTION" method. But that did not help.
The SAP Basis Component is 7.0 Patch Level 20.
We installed a hot fix because the lead selection did not work in the ALV.
Could the descibed behaviour also be a problem of the basis component version?
Thanks in advance
Florian