cancel
Showing results for 
Search instead for 
Did you mean: 

Workmanager Class Extension Error

Former Member
0 Kudos

Hey all,

I am trying to  extend some classes on workmanager but i m facing an error  when i transmit,

Error;

Is there anything that i missed

1. First i refer to my new steplet;

2. My extended steplet.

3. Extended StepHandler

4. Confg Panel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you help me out of this

Former Member
0 Kudos

Adem,

Looks like in 1st step while calling steplet class from Agentry you are passing wrong Java class. from your screen shot i can see it is pointing to LaborAddStepletEx. I think you have to change this to your customized ComponentIssueStepletEx class.

2nd in your stephandler class you have imported com.syclo.sap.workmanager.user class which doesnot contain init() method. while initializing stephandler class it search for init() method. which is not present in your class. In this case instead of importing com.syclo.sap.workmanager.User class you have to import com.syclo.sap.User class. This User class contains init() method.

Hope this helps you.

Thanks

Ajitesh

Answers (0)