cancel
Showing results for 
Search instead for 
Did you mean: 

Updated Material availibility - without entering each order

former_member237699
Participant
0 Kudos

Hello

We have CS orders that have status MSPT (Material shortage) and they have red lights in transaction IWBK. When the materials are recived in the Warehouse after a few days ( due to MRP runs)  the status is not updated until someone has been into the order and checked the availibility.

Is there a possibility to do this as a background job? Cant find anything else than a description to use IW38 which i didnt'get to work.

Regards

Ivar

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Ivar,

Use function module BAPI_ALM_ORDER_MAINTAIN and method ATPCHECK

PeteA

former_member237699
Participant
0 Kudos

Thanks, we have now added this BAPI to the GR process and the Bapi runs at GR. And it seems to work fine. By adding the bapi to the GR process we dont need to have a background job, and the actual orders are updated at once.

regards

Ivar

Answers (1)

Answers (1)

rakesh_mane
Active Contributor
0 Kudos

Hello

Please use below Function Module develop program and schedule the Back ground job which will run and update the Material availability for variant (Which contains selected Parameters for selecting list of work orders)

CO_ZA_AVAILABILITY_CHK_ORDER

CO_ZA_AVAIL_CHK_ORDER_MULTI

CO_ZA_AVAILABILITY_CHECK

BAPI_ALM_ORDER_MAINTAIN

Br

Rakesh

Message was edited by: RAKESH MANE