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

Standard Function module

Former Member
0 Likes
641

I want to check available stock in a plant for a particular material. Is there any standard function module which imports material number and exports available stock?

Please help.

regards,

Abhishek

5 REPLIES 5
Read only

Former Member
0 Likes
613

Hello Abhishek,

U can do like this.

SELECT SUM( LABST )

INTO LF_LABST

FROM MARD

WHERE MATNR = MATNR

AND WERKS = WERKS.

If useful reward.

Vasanth

Read only

0 Likes
613

Hi Vasanth

Thanks,

but i have been asked specifically to find out some standard function module which checks stock in a plant. I have been searching for it but in vain.

Do u know anything about it?

Abhishek

Read only

0 Likes
613

Hello,

Is that FM is working, If works then assign the points and close the thread.

Vasanth

Read only

0 Likes
613

Hello Abhi,

You haven't assigned the points........

Read only

Former Member
0 Likes
613

HEllo,

Make use of this FM

<b>WAUF_STOCK_PLANT_MATERIAL_DET</b>

I have checked it ie returning the correct stock of the material.

Rewards if helps.

VAsanth