cancel
Showing results for 
Search instead for 
Did you mean: 

Net Weight field in Material master

Former Member
0 Kudos

Hi All,

Can any one tell me in which table Net weight filed stored??

I want to retrieve net weight for 300 materials at a time

Regards,

Krish.

Accepted Solutions (0)

Answers (2)

Answers (2)

csaba_szommer
Active Contributor
0 Kudos

Hi,

It is in table MARA. Field name is NTGEW. You can use SE16 + MARA to get it.

BR

Csaba

Former Member
0 Kudos

Hi,

Thanks for your quick reply.

We can get net wt from MARA for each.

We have subcarton and master cartons in our system. Subcarton contains 5 each and master carton contains 10 each. The net wt for subcarton and master carton are calculated by multiplying each net wt with quantity. Same as the case with master carton. The net wt for sub carton and master carton are also there in additional data of material master.

My question is how to retrieve the net wt for subcarton and master carton (I mean is there ant table....or where these values are stored) ????

Regards,

Krish

JL23
Active Contributor
0 Kudos

alternative units and their net and gross weights are stored in table MARM.

csaba_szommer
Active Contributor
0 Kudos

Hi,

You mean you have two material master:

- subcarton

- master carton

All these have their weight in material master.

You also have goods that are packed into these cartons, with net weight in the material master.

And you would like to calculate this: 1 subcarton_nweight * 5 product_nweight?

In this case maybe you can create a query in SQVI, and using Z field you can calculate it (I'm not sure) or you have to create an ABAP program to do it.

(I don't know which wies and which kind of master data you have in SAP)

BR

Csaba

JL23
Active Contributor
0 Kudos

MARM