cancel
Showing results for 
Search instead for 
Did you mean: 

Error V_V2 collective ATP process

former_member232086
Participant
0 Kudos

Hi All,

I was trying to do collective ATP using V_V2 transaction but am facing the below error ...even after i run V_V2 system is not reserving the quantity against the available open production order.But when am running the program manually, system reserve the quantity against the open production order.

thanks to help me to solve the error.

Regards,

VIjesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member232086
Participant
0 Kudos

solved it...removed the check mark in simulation and worked

thanks all for the support

former_member223981
Active Contributor
0 Kudos

That doesn't make any sense. "Simulation" just means that it is being run in test mode; so it should display the same result. If it shows a different result in unsimulated mode, then it is indicative of another issue.

Answers (2)

Answers (2)

former_member232086
Participant
0 Kudos

Please find the below selection window..should i make any changes here??

former_member232086
Participant
0 Kudos

pls help

former_member223981
Active Contributor
0 Kudos

Before you execute V_V2, check if there are any locks in table ATP_ENQ in SM12. Maybe there is a lock on the ATP quantity.

former_member223981
Active Contributor
0 Kudos

Can you post a screenshot of the V_V2 result?

former_member232086
Participant
0 Kudos

Hi Noel

Pls find the below result of V_V2

former_member223981
Active Contributor
0 Kudos

Can you tell me the following?

- What is the value in the "Avail. check rule" field in OVZJ?

- What is the value in the accumulation field in OVZ2?

- What support pack are you on?

former_member232086
Participant
0 Kudos

Hi Noel,

Please find the details.

former_member223981
Active Contributor
0 Kudos

I am a little out of ideas here. I set up an example exactly like yours but cannot get the same result. Some questions for you:

- Is the order on credit block?

- Have you implemented custom code in exit EXIT_SAPLATPC_001 or EXIT_SAPLATPC_002?

- If you are able to debug, set a breakpoint on function AVAILABILITY_CHECK_CONTROLLER:

CALL FUNCTION 'AVAILABILITY_CHECK'


       EXPORTING


            P_SCHEDSH     = P_SCHEDSH


            P_SCHEDTR     = P_SCHEDTR

When the breakpoint reaches CALL FUNCTION 'AVAILABILITY_CHECK', hit F6, check the values of internal tables P_ATPCSX and P_MDVEX and post these values here (blanking out the material like you did in your earlier screenshots).

former_member232086
Participant
0 Kudos

Hi,

is there any other transaction available for mass ATP process?

thanks,

Vijesh

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

Check this V_V1