Hi ,
The ALV grid data is shown as below (grid1)
date plant mat.width goods
01.12.06 p1 80 100
01.12.06 p1 100 120
01.12.06 p1 70 110
if we drill down on particular row say on row one thts having (mat. width '80' ) it should display only details related to mat.width '80' at the moment it displaying all material width in the drill down ALV (grid2).
required out put for alv grid 2 (drill down report) is to show as below when user clicks on row 1.
date plant mat.width goods
01.12.06 p1 80 100
Please give some suggestions and sample code if possible to get this ..
Thxs,
Vind.