Application Development and Automation 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: 
Read only

Bapi function similar to LS24 ?

Former Member
0 Likes
1,350

Hi all,

is there any bapi function that is similar to T-code LS24? thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
881

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

2 REPLIES 2
Read only

Former Member
0 Likes
882

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

Read only

0 Likes
881

thanks kevin