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: 

logic to get stock in hand.

Former Member
0 Kudos
418

Hi All!

What is the logic for the stcok in hand.

There are several stocks like restricted stock,blocked stock,stock in quality inspection etc..

How can i get the total in hand

Regards

Praneeth

1 ACCEPTED SOLUTION

Former Member
0 Kudos
170

Hi Praneeth,

The stock in hand is the quantity in Unrestricted use.

The quantity in the Quality inspection can be rejected or accepted.

If the quantity in the Quality inspection is rejected it can be sent to the blocked stock or scrapped.

If the quantity in the Quality inspection is accepted it comes to the Unrestricted-use stock.

So, the stock in the Unrestricted use is the stock in hand that can be used for delivey & billing.

Kind Regards,

Thangesh

5 REPLIES 5

former_member181966
Active Contributor
0 Kudos
170

You can get the stock from table MARD and Stock history you can get form MARDH.

Just add LabstINSMErestricted stock

You can also see the Inofrmation structures S031,S032 and S033..

Take a look at reports :Mb51,MB5b,Mc.1 to Mc.9

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Peter_Inotai
Active Contributor
0 Kudos
170

Hi,

Check the following Function modules, they give back the MD04 kind of data:

'MD_STOCK_REQUIREMENTS_LIST_API'

'MD_MRP_LIST_API'

'MD_ABBL_REPORTING'

Peter

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
170

On Hand stock qty would be equivilant to the "Unrestricted Use" qty in MARD. The other fields represent the qty that is really not for use or "On Hand".

Regards,

Rich Heilman

Former Member
0 Kudos
171

Hi Praneeth,

The stock in hand is the quantity in Unrestricted use.

The quantity in the Quality inspection can be rejected or accepted.

If the quantity in the Quality inspection is rejected it can be sent to the blocked stock or scrapped.

If the quantity in the Quality inspection is accepted it comes to the Unrestricted-use stock.

So, the stock in the Unrestricted use is the stock in hand that can be used for delivey & billing.

Kind Regards,

Thangesh

former_member181962
Active Contributor
0 Kudos
170

Unresticted Stock = Stock in hand.

MARD-LABST is the field to get the stock for a material in a storage location.

Regards,

ravi