Hi,
We are having one requirement to scrap an SFC after logging an NC against that SFC so that the SFC report can show the details about the reason as to why the SFC ha been scrapped. Now from the SAP ME standard POD we are able to achieve the same using the Add-Done button after applying the NC code against the selected SFC. We are also maintaining the NC Code in SAP ME where the SCRAP Disposition function is already applied against the NC Code.
However we need to achieve the same using a SAP ME PAPI service. I have found one PAPI service NCProductionService and the corresponding createNC method which is successfully applying the NC code against the SFC, however not scrapping the same at one shot. Please let me know if there is any PAPI service that will apply the NC code and then scrap the SFC.
Or else do we need to take the two way approach like first apply the NC code using the createNC method and then use some other PAPI service for scrapping the SFC.
Thanks
Anirban