cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM for getting the Stock with Batch details

prithzzz
Explorer
0 Likes
2,533

Hello Experts,

I need a FM for getting the Material Stock with Batch details as well. I looking the FM which works in SAP S4 HANA 1909 system. I tried the FM "VB_BATCH_GET_ALL_STOCKS" but this is not retrieving an values in S4 HANA, Seems this FM is not working with S4 HANA. Any suggestions or any other alternate FM's ?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member261747
Contributor
0 Likes

Hi

First Get the Batch stock from Table MSKA & MCHB.Get then Batch detail from FM "QC01_BATCH_VALUES_READ"

BR

prithzzz
Explorer
0 Likes

Hi Puneet,

Thank you very much for providing your inputs, with this FM "QC01_BATCH_VALUES_READ" I was able to all the details class & characteristics values of the batch from AUSP table, we needed this information as well. But also we were looking for the FM that fetches the Batch stock with the respective materials ( values from MCHB table). Any other FM you know which fetches these details as well ?

Thanks!