‎2009 Sep 02 3:22 PM
Dear Collages,
I am using SQ01 for reporting materials data information.
Also I am using the Report Assignment functionality to call transaction MM02
In the drill down mode expecting to change materials according to the ALV list after selecting double click on one material out from list.
The problem is that the material I am getting after moving to transaction MM02 is the last in Memory Id not the one I want to get fro ALV list.
Is this functionality I am expecting is available in ABAP Query??
If so how!
Many Thanks in advance
Oren
‎2009 Sep 02 3:44 PM
You need to clear the parameter id MAT , Try to use some events or using free coding clear the MAT
SET PARAMETER ID: 'MAT' FIELD space.
a®