Hi All
I want create SFC in SDK by Using following API,but an Exception had happened when I get the Service.
CreateSfcServiceInterface createSfcSvc = Services.getService("com.sap.me.production", "CreateSfcService");
CreateSfcRequest d = new CreateSfcRequest();
d.setDateTime(XXXX);//current time
d.setItemRef(XXXX);
d.setOperationRef(XXXX); //First Operation
d.setQuantity(XXXX); // SFC Qty
d.setResourceRef(value); //the resource to the first operation
d.setSfc(XXXX) // gennerated SFC Number
CreateSfcServiceInterface.createSFC(d);
EXCEPTION:
「An exception occurred: com.visiprise.frame.proxy.ServiceInitializationException」