Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to add the marketing attributes assignment block to the contact quick create

$
0
0
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

Viewing all articles
Browse latest Browse all 7775