cancel
Showing results for 
Search instead for 
Did you mean: 

Showing pegged requirements for a material, exploded to the highest level

AndyGee
Explorer
0 Kudos

Hi All,

I want to be able to extract a report like what shows in MD04, but I need it exploded until the highest level, to show the finished goods consuming this raw material, not just the next-level product (I tried to explain in the drawing below).

MD04 usually shows the requirements of the next stage in explosion only. I need some similar report, but I would like to see it exploded until the last level.

The outcome I'm looking for is hopefully something like this for Raw Material (RM01) shown in the drawing:

which I will then throw into Excel for further analysis.

I'm only a user not a developer in my company, so it's not possible to do a custom report. Is there any workaround I can use to get this info? Someone in another forum mentioned using COOIS or COOISPI, but I wasn't sure how to extract that info from there.

Any ideas will be really appreciated.

Thank You.

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello andrewgeorge

What you are looking for is requirements pegging. It's available in MD04 in the details of an MRP element:

If you want to build a custom report around requirements pegging, you can use the MD_PEGGING_NODIALOG function. It's not documented but the interface is quite straight forward. You can also put a break point in the MD_PEGGING function and execute the pegging report from MD04. This way you can examine how the function is called. Both functions have very similar interfaces.

Best regards

Dominik Tylczynski

AndyGee
Explorer

Thank you 3a9e4ce873a94034b33dc62b0ce600ee for your swift reply.

Yes I used this functionality before, but it seems to show the pegging requirements for only 1 row which is selected. What I'm looking for was a way to show pegging for all requirements at the same time, as if it's breaking every single row in MD04 into its pegged requirements.

I'm not a developer unfortunately, so I don't have access to the ABAP transactions like SE38, so I was hoping there could be any workaround to get to this.

Thank You.

Andrew

DominikTylczyn
Active Contributor
0 Kudos
andrewgeorge

I don't know of any standard that allows such mass pegging reporting. I also don't think there is any. You need to develop a custom report using MD_PEGGING_NODIALOG.