What if SAP made toasters…
Thursday, April 26th, 2007I like humor about SAP. A Turkish pharase says: “Her şakada bir gerçek vardır.” It means “There is a reality in every joke!“. But don’t forget humor is the humor
If SAP made toasters:
I like humor about SAP. A Turkish pharase says: “Her şakada bir gerçek vardır.” It means “There is a reality in every joke!“. But don’t forget humor is the humor
If SAP made toasters:
I have used BAPI_MATERIAL_AVAILABILITY in iWay project to create CheckMaterialAvailability web service. Firstly let’s look at its documentation:
Using this function module, you can determine the receipt quantity still available for a particular material in a certain plant according to ATP logic (MRPII).
The availability check is carried out on transferring the material number, the plant and the input table (WMDVSX). The scope of the check, that is, which stocks, receipts and issues are to be included in the check is defined by the combination of checking group (material master) and cheking rule. In the function module, the system uses the checking rule defined in Sales & Distribution (A). You can overrule this checking rule by using an interface or a user-exit (exit_saplw61v_001). A similar procedure is also valid for the plant parameters. The customer number in the user-exit means that the plant selection can be controlled via the customer. If no plant parameters are given via the interface, the system uses the parameter ‘WRK’ saved in the user’s fixed values.
The results of the availability check are recorded in the output table (WMDVEX). This table contains dates and available receipt quantities (ATP quantities). The results of the check depends on the following entries:
- If no date and no quantity is transferred, the system displays the ATP situation from today’s date into the future as the result.
- If only a date and no quantity is transferred, the system displays the ATP situation from the corresponding date as the result.
- If both a date and a quantity are transferred, the system calculates the availability situation for the quantity specified.
In the last two cases, the parameter ‘DIALOGFLAG‘ is supplied. This can result in the following:
- ‘ ‘ (blank) <=> quantity completely available
- ‘X’ <=> only partial quantity available or not available at all
- ‘N’ <=> Material not included in the availability check
(Material not relevant to the availability check)The system also displays the end of the replenishment lead time (ENDLEADTME).