Hi Tom,
In the method CL_BP_DATA_ACCOUNTCONTAC1_IMPL->DO_PREPARE_OUTPUT,
check the view area internal table 'lt_children' and find the corresponding entry for the MktAttributes view.
Then as i mentioned above, add the following statement. Instead of 'MKTPermissions', give the corresponding view name for MKTAttributes.
IF ls_child-viewname = 'MKTPermissions'.
lv_replacement_viewname = ls_child-viewname.
ENDIF.
just before the statement
CHECK ls_child-repview IS BOUND.
Thanks & Best Regards,
Leon