Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Query- Report Assignment functionality

Former Member
0 Likes
395

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

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
300

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®