cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the stock in transit opening quantity on posting dates ?

bilal_zafar
Explorer
0 Kudos

I have a Requirement to get the stock in transit (stock without storage location) opening stock quantity of the material at particular plant.

The Report Stock overview (Russia) program name : J_3RMOBVED show stock in transit opening quantity (the value i required) . i don't know how it is getting that value .

Accepted Solutions (0)

Answers (3)

Answers (3)

SimoneMilesi
Active Contributor

Or you can just debug a bit the report and see the performed reads.

JL23
Active Contributor

Why don't you just put a X into the selection field next to "Show material documents" ?

Based on the listed info you should then be able to know how it is getting that value

former_member365886
Contributor
0 Kudos

Hi,

The FM MB_ADD_TRANSFER_QUANTITY is generally used in stock in transit calculation.

You can use the same and ask your ABAP person to write a simple program and validate the output with the standard report you are referring to. pls note the FM can be called inside program with certain way as input parameter,so testing in DRY run is tricky.

Regards,

Avik

bilal_zafar
Explorer
0 Kudos

Thanks Alot For your time Avik Mazumder , but i know about this FM this gives the current stock in Transit and i want the stock in transit on particular date like in mb5td report .