cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager 6.2 Agentry class extension

Former Member
0 Kudos

Hi;

Environment: SMP 3.0 SP09

I am working on SAP Work Manager 6.2, specifically the Notifications portion, I am working on bringing/fetching in 2 additional fields from the backend.

I came across the below post and have tried implementing this with no success :

http://scn.sap.com/thread/3622119

Does the solution provided on this post apply as well for WM6.2, I have tried this solution with no success. So, does this mean that for WM6.2, when fetching new additional fields you have to extend the object, bapi, stephandler and steplet class? In my implementation, when I debug, it only breaks within the Notification extension class default constructor and then that's it, all the other methods that I am overriding do not seem to be getting called. Am I perhaps missing something here?

Thanks and Regards;

Sizo Ndlovu

View Entire Topic
Former Member
0 Kudos

Hi;

Extending only the object class does not seem to do it. What I have done is, I have extended the steplet, stephandler, bapi and object class. I have gone on to change the Agentry fetch steplet class to my custom one. I can see the 2 custom fields on the device now.

Thanks and Regards;

Sizo

Former Member
0 Kudos

Interesting.

can you please confirm here once in standard stephandler class what is the return type?

like

or

My assumption is your stephandler class will be like the 2nd screen shot. If its true than if you enhance only the array type  with your custom class it will work. in that case you no need to enhance all the classes.

Thanks

Ajitesh

Former Member
0 Kudos

Ajitesh;

Please see below code :

Looks like its the first one?

Thanks and Regards;

Sizo Ndlovu

Former Member
0 Kudos

Hey i am trying to extend the classes. Can you advice me on this;

http://scn.sap.com/thread/3832640