cancel
Showing results for 
Search instead for 
Did you mean: 

material availability check in background ?

Former Member
0 Kudos

Dear Experts,

Is it possible to run material availability check automatically in background for maintenance orders in periodic basis like daily night or weekly as we do in IP30 ?

Please do the needful.

Thanks and best regards,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

paul_meehan
Advisor
Advisor
0 Kudos

Hi,

There is none in standard.

You could possibly develope something using BAPI_ALM_ORDER_MAINTAIN

method ATPCHECK to run the check for selected orders.

Transaction IWBK provides an availability report but does not perform any ATP check itself.

-Paul

Former Member
0 Kudos

Hi Paul,

Thanks a lot for your response.

Please tell me, if material doesn't exist during creation of order and arrived to unrestricted stock on next day. In this case how the material will be committed to the order.

Should I check it manually? Even though I have made order control setting such that material availability check should be done while saving the order. I save the order in change mode but it didn't check for material availability. it works only if I do it manually.

what may be the problem?

Please do the needful.

Thanks and best regards,

Praveen

former_member187991
Active Contributor
0 Kudos

hi

It will work only when you change something and the save.if you just go in iw32 and press the save button the material will not be committed. since nothing has changed. just try to change some other thing and save the system will commit your quantity .there is some practical hic-ups is there but as per experts suggestion you can try

regards

thyagarajan

paul_meehan
Advisor
Advisor
0 Kudos

Hello Praveen,

As mentioned above the automatic avalibility check is only done if you change something. It is based on the status setting at order header level - a change to material relevent date will set the status MANC (material availability not checked).

Only when this status is set will the material check be run automatically at time of saving the order.

I can see it is not always practical to go into various orders and perform a material check after stock receipts. It should be relatively easy to develop a routine to update the orders - using the BAPI mentioned earlier. Depending on your situation this might input a range/selection or orders or run for all 'active' orders.

-Paul

Former Member
0 Kudos

Hi Paul,

Thank you so much for valuable suggestion.

Best Regards,

Praveen

Answers (3)

Answers (3)

peter_atkin
Active Contributor
0 Kudos

Paul's sugestion works.

So does IBAPI_ALM_ORDER_ATP_CHECK

PeteA

Former Member
0 Kudos

Hi

for PM orders as per my knowledge there is no any t-code..

-ashok

Former Member
0 Kudos

Dear Praveen

It is not available in standard SAP functionalities. We need to check whether it is possible programatically.

Regards

Makarand Gurjar