cancel
Showing results for 
Search instead for 
Did you mean: 

Product Hierarchy + material

Former Member
0 Kudos

Hi there,

I need a report in SAP or what tables do i link if i want the Product Hierachy its description, MATERIAL NUMBER THAT the product hierachy belongs too?

So, product hierachy and the material number it belongs to and the description of material and product hierachy?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can get all these details in the mara table.

Hope this helps.

Kind Regards

Chakradhar

Answers (2)

Answers (2)

Former Member

Hi,,

Use this logic in case you want to fetch the description of product hierarchy maintained in marterial master

Goto Table MVKE

pass you material number in MATNR

Select PRODH

Goto Table T179

where T179 - PRODH = MVKE - PRODH

Select VTEXT

This should solve your requirement

Regards

Dhananjay

Former Member
0 Kudos

Hi

You can get the Product hierarchy attached to material in table MARA and description of Product hierarchies from table T179.

Hope it will help you reward if useful.

Regards,

Nimit