Hey all,
I tried to extend the labaraddsteplet class.
First, i change the java class references to => com.syclo.sap.customworkmanager.bapi.LaborAddStepHandlerEx
Then i wrote custom code LaborAddStepHandlerEx.java and export the jar and put this jar into the java folder and also write this jar into the agentry.ini file.
Finally, i change the stephander value, reference to the new handler in the config panel. Restart the agentry server.
Now i got an error ; JavaBackEndError (java.lang.ClassNotFoundException: com.syclo.sap.customworkmanager.bapi.LaborAddStepHandlerEx), |