cancel
Showing results for 
Search instead for 
Did you mean: 

Create confirmation from confirmation

former_member217741
Participant
0 Kudos

Hi Gurus,

We're using Time ticket confirmation with Goods movement GI/GR (COR6N).

We've a requirement wherein all the succeeding phases of a phase which has User defined filed/ key YP001 should be confirmed on saving confirmation. Say there are 2 phases in a Process order. Phase 1 has User defined filed/ key YP001 maintained in its Master recipe phase details. When the confirmation of Phase 1 happens, system should automatically confirm Phase 2.

We've tried with BAPI_PROCORDCONF_CREATE_TT without any success. Any suggestions, please?

Thanks,

Shoyeb

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member217741
Participant
0 Kudos

Hi Caetano,

Thanks for reply!

I'll look with our ABAP guy in this scenario and see if it works with delay option.

Regards,

Shoyeb

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

BAPI_PROCORDCONF_CREATE_TT is the correct BAPI to trigger an order confirmation. The problem is that you have have problems when triggering this BAPI from the confimation, such for example as a lock in the production.

So the problem here is not which BAPI you should use but when can you trigger the second confirmation. Checking the methods of BAdI WORKORDER_CONFIRM, I cannot find anyone which would be posted after saving.

Maybe you should talk with your ABAP developer and think of a way to delay the second confirmation for a while, in order to avoid a possible locking situation.

Regards,
Caetano