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: 

Functional Module

Former Member
0 Kudos
129

Hi Experts

Pls let me know is there any Functional Module to output the total unrestricted stock in a storage location for a particualr plant if we input the Material description

Its urgent , Please throw some ideas

Regards

Amuthan M

4 REPLIES 4

sukhbold_altanbat
Active Participant
0 Kudos
71

Hi Amuthan,

Try this.

BAPI_WHSE_STOCK_GET_LIST - BAPI for Details of Stock per Material

Regards,

Sukhbold

0 Kudos
71

Hi

Thanks for your immediate response

I tried this, here in the input field Warehouse number is mandatory,but we are not using any warehouse management module, Mean while in my scenario

Material description ,Plant,Storage location as input and

Unrestricted stock as output

Please try

Regards

Amuthan M

0 Kudos
71

Hi,

Check the FM CF_UT_MAT_STOCK_CHECK. This will not give u available stock. But checks whether the stock u r passing is available or not. Here u have to pass material number and plant and quantity.

U can try transaction MB5B as well.

If its not suffice then check in SE37 with input as *stock *

U will get some FM which meets ur requirement.

Thanks,

Vinod.

0 Kudos
71

Hi Amuthan,

There is no such FM which takes Material description as import parameter & displays Unrestricted stock as output so far.

Proof: open table FUPARAREF & provide MAT* as parameter. you will get list of FM's. From that you try out to search string STOCK => you will get these:

These are the FM's

ALE_PROJECTSTOCK_PRICE_CHANGE

BAPI_PROJECTSTOCK_PRICE_CHANGE

BAPI_WHSE_STOCK_GET_LIST - I have given you previously.

CATT_CIF_BATCH_STOCK_CHECK

CF_UT_MAT_STOCK_CHECK

K_ORDER_CHECK_STOCK_RELEVANCE

MCB_STOCK_FUTURE

MD_CALL_STOCK_REQ_LIST_RFC

MD_STOCK_REQUIREMENTS_LIST_API

Otherwise try to seach string GET.

Regards,

Sukhbold.