Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Plant and storage location.

Former Member
0 Kudos

Hi all!

Any function module or table relation to get the number of storage locations for a particuler plant.

I mean I want numbers of LGORT for WERKS

Regards

Praneeth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use the FM <b>LOCATION_READ_T001L</b> and pass <b>WERKS</b>. It will return all the storage locs.

rgds,

TM.

5 REPLIES 5

Former Member
0 Kudos

Hi praneeth,

1. T001L

2. This table stores all combinations of

Plant---> and its storage locations.

regards,

amit m.

0 Kudos

CHECK TABLE <b> mard</b>

Former Member
0 Kudos

Use the FM <b>LOCATION_READ_T001L</b> and pass <b>WERKS</b>. It will return all the storage locs.

rgds,

TM.

former_member404244
Active Contributor
0 Kudos

Hi praneeth,

Please check MARD table for lgort .It contains matnr,werks and storage location as primary key..

Regads,

Nagaraj

Former Member
0 Kudos

Check <b>MARD</b> - Storage Location Table.

- S A