Application Development and Automation 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: 
Read only

Plant and storage location.

Former Member
0 Likes
38,925

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
Read only

Former Member
0 Likes
20,291

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

rgds,

TM.

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

5 REPLIES 5
Read only

Former Member
0 Likes
20,291

Hi praneeth,

1. T001L

2. This table stores all combinations of

Plant---> and its storage locations.

regards,

amit m.

Read only

0 Likes
20,291

CHECK TABLE <b> mard</b>

Read only

Former Member
0 Likes
20,292

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

rgds,

TM.

Read only

former_member404244
Active Contributor
0 Likes
20,291

Hi praneeth,

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

Regads,

Nagaraj

Read only

Former Member
0 Likes
20,291

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

- S A