cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extended warehouse management: Gross weight per product/Net weight per product.

ramiwal_dsilva
Participant
0 Likes
871

Hi Team,

I have a specific question

Can anyone please help me with the following with regard to order deliveries inside a single TU.

Is there a dictionary table in SAP that stores the gross weight per product/Net weight per product?

I was able to locate it inside the below

But it is a structure and not a table.

/SCWM/S_SP_A_HEAD_ADDMEAS

Any help would be highly appreciated?

Accepted Solutions (1)

Accepted Solutions (1)

former_member183610
Active Contributor
0 Likes

Hi,

Try with the table : /SAPAPO/MATKEY

fields are BRGEW & NTGEW

C K Reddy

ramiwal_dsilva
Participant
0 Likes

Thanks Mr Reddy,

Going into that db-table , I see that it is uniquely identified by a MAT id which is the primary key.

Is there a way i can relate product id/Number  from Table /SCDL/DB_PROCI_O    to Mat Id in table /SAPAPO/MATKEY.

basically i need to get the gross weight/Net weight for some specified products in table /SCDL/DB_PROCI_O.

Is there a way we can do that?

former_member183610
Active Contributor
0 Likes

Hi,

use the table : /SAPAPO/MATMAP to map the product with Ids.

C K Reddy

Answers (0)