cancel
Showing results for 
Search instead for 
Did you mean: 

WM Warehouse assignment table

former_member202483
Participant
0 Kudos

Experts,

I am trying to find a table which has the material number field, the warehouse number and also which plant the warehouse is assigned to. I know how to assign a warehouse to a plant on customizing. I am trying to do a query for my client to view material records.

Thanks,

Alejandro

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

You need to combine two tables using a ABAP query to get the details.

The table MARD contains the plant + storage location for a material, and table T320 contains the plant+storage location assignment to warehouse.

So try to use MARA, MARD and T320 in the query to get the results.

Regards,

former_member202483
Participant
0 Kudos

Thanks to both of you,

Alejandro

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

a query on MARA, MARC and MLGN will give you details of a material with its plant and warehouse data. For Plant and Warehouse comibination, refer to config view V_T320 or table T320

Regards

Virender Singh