‎2008 Mar 25 3:05 AM
Hi all,
is there any bapi function that is similar to T-code LS24? thank you
‎2008 Mar 25 3:18 AM
For stock per material, LS24, use these two BAPI's in conjunction:
1. BAPI_WHSE_STOCK_GET_LIST (restults used in call #2)
2. BAPI_WHSE_STOCK_GET_DETAIL (results are LS24 list)
Or you can write your own RFM and read table LQUA.
Kevin
‎2008 Mar 25 3:18 AM
For stock per material, LS24, use these two BAPI's in conjunction:
1. BAPI_WHSE_STOCK_GET_LIST (restults used in call #2)
2. BAPI_WHSE_STOCK_GET_DETAIL (results are LS24 list)
Or you can write your own RFM and read table LQUA.
Kevin
‎2008 Mar 25 3:25 AM