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

Availability check - MB22

Former Member
0 Likes
1,083

Dear Experts,

As per the requirement, i need to use BADI - MB_DOCUMENT_BADI in MIGO transaction to do the availability check (MB22). MIGO will have the Material number and plant, and by taking these 2 as inputs to the BADI and i need to extract the data from RESB table based on the Material number. Then i will get the list of Reservations. All these reservations need to do Availability check. Any function module is available to do this?

thanks in advance.

Dear Experts,

As per the requirement, i need to use BADI - MB_DOCUMENT_BADI in MIGO transaction to do the availability check (MB22). MIGO will have the Material number and plant, and by taking these 2 as inputs to the BADI and i need to extract the data from RESB table based on the Material number. Then i will get the list of Reservations. All these reservations need to do Availability check. Any function module is available to do this?

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
781

Hi,

Use the below function modules as required.

1. MD_KOMPONENTENVORSCHLAG_WE

This one will fetch all the component or child materials with respect to the main material based on the reservation created already.

2. MB_CHECK_MATERIAL_STOCKS

This function module is responsible for cross checking the stocks available for materials is as per the requirement or not.

3. VB_BATCH_DETERMINATION

Based on the batch, material, storage location etc.. it will calculate and tell you the stock availability.

4. MB_CREATE_GOODS_MOVEMENT

This is the main function module which holds every thing. You can see the functionality availability here.

In addition there are many function modules.

Read only

Former Member
0 Likes
781

Hi Santhosh,

Thank you very much. I will work on those function module and let you know.

i have one more query....in CO09 transaction, where the totals display subscreen values will appear? (Receipts, Issues, Confirmed issues).

also in which table the data of the 'ATP situation' table control will available?

Read only

Former Member
0 Likes
781

this has been fixed by self.