cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add custom field on Email Assignment Block of Contact Person Overview Page

Former Member
0 Kudos

Hello Friends,

I have a requirement to add custom field on Email Assignment block ( of Work Addresses ) of Contact Person Overview Page.

I have enhanced the Bol Attribute structure CRMST_EMAIL_BUIL and relavant table ADR6 with the Z field.

I also figured out the Genil Class CL_BUPA_IL_CP_ADDRESS to be enhanced to add the logic for saving and retrieving the z field value.

However, i am not aware how to enhance Genil class methods (READ, MODIFY) to add the logic for z field as the MODIFY method is internally using BUPR_CONTP_ADDR_CHANGE bapi to change the email addresses at database level and we have not enhanced the BAPI structures with the z field.

Friends, could you please let me know the approach how to enhance the GENIL class methods so that z field value can be stored and retrieved seamlessly.

Note: AET is not supported for Email assignment block BOL object.

Accepted Solutions (0)

Answers (1)

Answers (1)

hongyan_shao
Active Contributor
0 Kudos

For AET not enabled component, maybe you can try to check

which might do help. I didn't try it by myself.

if you do it manually, yes, it requires a lot of effort. Not so sure whether there is complete guidance regarding this.