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

Availibilty Check

Former Member
0 Likes
684

I tried to get actual material-availibilty by using FB BAPI_SALESORDER_SIMULATE. Unfortunately it confirms either zero (if not available) or the requested quantity (if available). How do I get the actual quantity available???

Thanks for response. Berthold.

1 ACCEPTED SOLUTION
Read only

alex_m
Active Contributor
0 Likes
614

Through BAPI_SALESORDER_SIMULATE u cant find the actual available qty, if u want only actual available qty u no need to use the above BAPI. May be u can use any material availability BAPI or FM.

I tried to get actual material-availibilty by using FB BAPI_SALESORDER_SIMULATE. Unfortunately it confirms either zero (if not available) or the requested quantity (if available). How do I get the actual quantity available???

Thanks for response. Berthold.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
614

Hi,

Try to use fm

BAPI-MATERIAL_AVAILABILITY or

AVAILABILITY_CHECK

But i find there is an issue

The problem with BAPI_MATERIAL_AVAILABILITY is that it doesn't handle the total req.qty flag that is available in CO09. Have a look at OSS note 179947... maybe it will help

aRs

Read only

alex_m
Active Contributor
0 Likes
615

Through BAPI_SALESORDER_SIMULATE u cant find the actual available qty, if u want only actual available qty u no need to use the above BAPI. May be u can use any material availability BAPI or FM.