I am looking for a way to change the ROUTING master using BAPI.
BAPI:BAPI_ROUTING_CREATE was registration only, so I searched elsewhere and found BAPI:/SAPMP/BAPI_ROUTING_PROCESS.
This is written to support changes.
However, the change process does not work.
CPCC_DT 210 No routing entry for further processing
The following method CP_CL_S_TSK_PROVIDE found the cause of the problem
Originally, it is necessary to get the task data of the registered ROUTING.
However, since nothing is retrieved, the change process does not pass as a violation.
This is the same for both manual routing and BAPI registered routing.
Translated with DeepL.com (free version)
Does anyone know how to do something about this?