cancel
Showing results for 
Search instead for 
Did you mean: 

MD04 - Modify output to display storage location stock

Former Member
0 Kudos

Hello guys!

i have a requirement. How can i include storage location stock (from MMBE) in the output of MD04/MD05?

Any BADIs, user exits?

What i need to do is the same as in the image below.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks for all of your responses!

Dev -  you are correct. I have included the storage location data in MD04/MD05 by using BADI MD_ADD_ELEMENTS.

Just make sure to create your own enhancement implementation to avoid the APO-specific method tied to that BADI.

Saurav - No. MRP areas are not used.

Mario - No. I just have to display those data.

Again, thank you very much for all of your replies!

Answers (3)

Answers (3)

Former Member
0 Kudos

Do you need MRP functionality on these storage Locations? Otherwise you can mark the storage Location as 'excluded from MRP' and they will appear separately in MD04.

Regards

Mario

former_member183155
Active Contributor
0 Kudos

This message was moderated.

saurav_sarkar3
Active Contributor
0 Kudos

Did you consider working with MRP areas?

I think you can run MD04 by MRP area and you can group storage locations into MRP areas.

I wouldn't mess with user exits in MD04 unless business is hell bent on seeing storage location stock in MD04. I don't think it makes sense from a planning point to see where the stock is sitting (MB52) when my requirements are at plant level (MD04)

Former Member
0 Kudos

You can see stock/ requirement @ stor loc in MD04

Former Member
0 Kudos

Yes, but what i need is to display them all together in the initial MD04/MD05 window - without having to go to the stock overview

former_member183424
Active Contributor
0 Kudos

Hi,

I think its not possible to merge two standard t-codes display.

You have to go for a development.

Write a FS for your requirement and give it to your ABAP team.

He will make a new t-code for as per your requirement.

Thanks

DEV