Hi team,
I am posting production order confirmation from external system to SAP through BAPI "BAPI_PRODORDCONF_CREATE_HDR" on real time basis.
As per standard design of BAPI "BAPI_PRODORDCONF_CREATE_HDR", it posts the confirmation in SAP using the approach " Immediately Update program". In this approach, it may be possible that we can get the error in CO1P due to "Lock Situation". In order to process these lock entries which are posted into CO1P, we need to schedule the program "CORUPROC" every 5 hours so that the lock entries in the CO1P will be cleared.
Scheduling this program BLINDLY every 5 hours will have any negative impact on logistics (MM,PP,SD) side or FICO side?
Thanks