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

Functionality of bapi_material_availability

rupeshchouhan
Explorer
0 Likes
834

Hi SAP Expert ,

I want to know the Exact functionality of BAPI - bapi_material_availability functional module as per the user requirement to know the using the fuction module how they are calculating the Commited quantity and Available Quantity based on Material no , Plant and Unit (EA).

Please help me to give the functionality wise ,  i (SAP ABAP Consultant) have already provide the solution for technical point of view but they require as functional point of view.

Thanks,

Rupesh Chouhan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
720

Dear Rupesh,

Take tcode CO09.

When you execute the above tcode you can see detailed data for the material like, how much stock is in hand and how much you have promised to your customers to deliver and when is your shipment going to arrive and Sales orders for which the stock is reserved.....

So you can see all the above data in this tcode and while writing the code in Program if you want a function module which can get this all information then we use this Function module bapi_material_availability and also go through Function module AVAILABILITY_CHECK.

Regards

Shaik

1 REPLY 1
Read only

Former Member
0 Likes
721

Dear Rupesh,

Take tcode CO09.

When you execute the above tcode you can see detailed data for the material like, how much stock is in hand and how much you have promised to your customers to deliver and when is your shipment going to arrive and Sales orders for which the stock is reserved.....

So you can see all the above data in this tcode and while writing the code in Program if you want a function module which can get this all information then we use this Function module bapi_material_availability and also go through Function module AVAILABILITY_CHECK.

Regards

Shaik