on 2023 Jun 16 11:18 PM
Hi all,
we have a plugin with a functionality for creation and update of customer in CCO (this is because of restrictions on the number of fields in the standard form). In the update action we used the method "updateFromDTO" of the "BusinessPosService" (of course, this is for the local update of customer data). In FP 12, 13 and 14 it works fine but testing this functionality in FP16 we get this error:
java.lang.NoSuchMethodError: com.sap.scco.ap.pos.service.BusinessPartnerPosService.updateFromDTO(Lcom/sap/scco/ap/pos/dto/CustomerDTO;Z)Lcom/sap/scco/ap/pos/entity/BusinessPartnerEntity;
We believe this could be a bug in that FP in some internal method, as you can see the path shows Lcom/sap/scco... but no package starting with Lcom is present in ENV.jar
Are we right? or what could be the reason of the error? How to solve it?
Thanks in advance.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.