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: 

Need help!

Former Member
0 Kudos

Dear All,

I need to change in standard program RM07MLBD (T.Code-MB5B). This program generate output on the basis MATNR (Material Number) and shows corresponding details. But I want this program should generate output on the basis of MATKL (Material Group) instead of MATNR. And should show all the required details of Material Group. How I will do that. As I am getting confuse where to change what.

If anybody has encountered this type of problem earlier then please help me out.

As I got stuck. Need you guys support in this.

See if you all can help me out.

Thanks & Regards.

Ab.

3 REPLIES 3

former_member235056
Active Contributor
0 Kudos

Dear friend,

Initially change selection screen parameter for matnr to matkl and then in start-of-selection event find out relations of other fields with matnr and map it to matkl and trace or debug program for better search of relation.

Regards,

Ameet

Former Member
0 Kudos

Dear Abhay,

why can you not MB52 ?

Regards

Former Member
0 Kudos

Hi Abhay,

1. Change the field MATNR to MATKL in the selection.

2. Then Check for the details that is to be got from the MATNR table

3. Check the relation of those tables.

4. Change the fields that you want to display.

Reward if useful.

Regards,

Chitra