cancel
Showing results for 
Search instead for 
Did you mean: 

Work Manager - add a Custom Field

Former Member
0 Kudos

Hi together,

I've a problem: I'm currently developing an Agentry application to be more exact I'm extending the Work Manager 6.4. While adding a new field to the notification object I've extended the Java classes and have also made the changes in configpanel. When I'm now trying to sync I always get the following error:

Also in the logs no further helpful information:

As per my understanding I've nothing to change except the configuration for the SABOBJECT in configpanel (and of course the BAPI configs, but the changes BAPI doesn't cause this issue).

Maybe one of you can help me, would be appreciated.

Thanks & Regards,

Jörg

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194451
Active Participant
0 Kudos

Hi Jorg,

Take a look at this link see if help identify your issue.

How-to Build an Agentry Based Mobile App from Scratch Connecting to an SAP Back-end Part 1

https://archive.sap.com/documents/docs/DOC-47550

Thanks,

Chung

Former Member
0 Kudos

Hi Chung,

thanks for your response. I've checked that already, definitely the changes are correct. It seems that some Class Reflection don't work. So there is some bug in the SAP Java Coding...

No Idea how to fix that. When I override the standard POJO it's working. But normaly I won't use this override approach, guess inheritance would be more appreciated 😉

BR

Jörg