‎2015 Dec 07 4:37 AM
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.
‎2015 Dec 07 6:46 AM
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
‎2015 Dec 07 6:46 AM
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