Application Development 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: 

calling MRP screen of material by using report

Former Member
0 Kudos

The requirement is that when I click material on report, MRP view (From MM02 transaction code) will be opened for that material.

3 REPLIES 3

kesavadas_thekkillath
Active Contributor
0 Kudos

Do a BDC recording and call it in mode 'A' when a meterial is clicked.

Former Member
0 Kudos

Hi,

Use this :

set parameter id 'MAT' field <material code>.

call transaction 'MM02' and skip first screen.

Hope this will help you

Regards,

Moon

Former Member
0 Kudos

usinf set paramater id 'MXX' field 'D'.