cancel
Showing results for 
Search instead for 
Did you mean: 

How to release an pp order regardless availability check

jrgkraus
Active Contributor
0 Kudos

Hi all,

i am trying to process the release of an order in batch input. The system is set up to process an avail. check with the release. If the check fails in interactive processing, a popup is raised where the user is being asked how to proceed ("release anyhow", "do not release").

I would like to process the "release anyhow" option in batch input. But this popup is not being processed in batch input mode - the release is just being rejected with no possibility to influence it. Now I'm looking for a function module or any other solution to release the order by abap coding regardless of the result of the availability check.

Joerg

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check in the Prodcution Scheduling profile if you have maintained availability check, Use CORY to access this and maintain the settings for Material Availability Check and then try to release the process order.

Hope this helps you.

jrgkraus
Active Contributor
0 Kudos

No, I don't want to change the behaviour of the pp orders. I just want to leave them as they are and release them even if availability is not provided. It's possible in dialog mode but not in batch input. THIS is the problem...

Former Member
0 Kudos

Hello,

Go to transaction OPJK. Here you can tick no check and also do not define the checking rule for your plantt and order type.

So that for the particular order type there will be no availability check carried out.

Hope this helps.

Rajesh Jain

jrgkraus
Active Contributor
0 Kudos

Sorry, this does not help. We do need the popup in dialog mode. I only want to override it in batch input mode.