Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error due to object delegation

Former Member
0 Likes
530

A subobject type ZPLEQUI is created for EQUI to have additional events 'deleted' & 'undeleted'. before object delegation events "created" & "changed" are being raised but after delegation they are not being raised. Action is 'exception' and error message in event trace is 'event CREATED is not defined for the object type 'EQUI'. i.e. the events defined in equi are not being recognized after delegation. Why this is happening? and how to solve it?

A subobject type ZPLEQUI is created for EQUI to have additional events 'deleted' & 'undeleted'. before object delegation events "created" & "changed" are being raised but after delegation they are not being raised. Action is 'exception' and error message in event trace is 'event CREATED is not defined for the object type 'EQUI'. i.e. the events defined in equi are not being recognized after delegation. Why this is happening? and how to solve it?

2 REPLIES 2
Read only

Former Member
0 Likes
505

Did you make sure that Object ZPLEQUI extends object EQUI ?

Read only

0 Likes
505

After delegation of ZPLEQUI to EQUI, on calling EQUI, ZPLEQUI is getting generated. What is not clear to me is why created and changed events which are part of EQUI are not getting generated after zplequi delegation. Why the delegation prevents original events generation also?.