cancel
Showing results for 
Search instead for 
Did you mean: 

V_V2 - what checking rule is used

was_wasssu
Participant
0 Kudos

What checking rule is used when you run V_V2? Has something to do with "Checking rule for updating backorders" (in customizing)? Or is related to t-code OVZ9 (Availability check control) were you assign a checking rule to the availability type and make the setting related to Stocks and In/Outwords movements?

The idea is to take into account also Quality Stocks, Stock Transfer. and to include Purchase Orders when v_v2 is running.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

jpfriends079
Active Contributor
0 Kudos

Please read/refer & understand SAP Transaction Help on TCode V_V2:

If you still specific query on the same, please let us know.

Thanks, JP

was_wasssu
Participant
0 Kudos

As i can see the checking rules are these:

"Checking rule 'A' is used as a basis for rescheduling sales orders (exceptions to this are rush orders  they use checking rule B, and orders with individual customer stock; they use checking rule AE)."

And are taken internally and cannot be changed.

Is this correct?

Thanks

jpfriends079
Active Contributor
0 Kudos
And are taken internally and cannot be changed.

Yes.

To change this behaviour, there is no standard way out. So, if want any changes, then you have to go for enhancement.

Thanks, JP

former_member223981
Active Contributor
0 Kudos

As you have found, Checking Rule "A" is used.

Essentially, the same checking rule used in the sales order is used in V_V2. Remember, V_V2 reschedules the orders.

To change it, you can use user exit EXIT_SAPLATPC_001. In here, you can insert logic that changes T_ATPCSX-PRREG (checking rule). For example, you could have a logic like:

IF SY-TCODE = V_V2.

T_ATPCSX-PRREG = ZZ.

ENDIF.

However, usually this would not be logical. A logical approach would be to use the same checking rules that is used VA01/VA02.