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

get storage location for material

Former Member
0 Likes
1,292

Hello Abapers,

I have a specific requirement,

I need to find out the current stock of a material provided and detaisl i need are quantity, wareshouse number, plant, storage type, storage type name,

i m getting most of data from MARD, wat I am lacking is storage type and storage type name, can any one please help?

thanks,

Hitesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,088

Hi

See the tables

<b>MSTA</b> and MVGT

Pass MATNR and LGORT fields to MSTA and take the LGTYP field from MSTA

and take its description from <b>T301T</b> table

<b>Reward points for useful Answers</b>

Regards

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
1,089

Hi

See the tables

<b>MSTA</b> and MVGT

Pass MATNR and LGORT fields to MSTA and take the LGTYP field from MSTA

and take its description from <b>T301T</b> table

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
1,088

Hi,

try this tables marc,mard,mbew.

Regards

Read only

0 Likes
1,088

Hi,

MARC should the table. I hold the Material Plant data.

- Irudayaraj Peter

Read only

Former Member
0 Likes
1,088

solved on my own, thanks for ur help