Skip to Content
0
Jun 24, 2023 at 09:55 PM

Update icon subtitle / Campaig Desginer

205 Views

Hello everyone, we use SAP Marketing Onprem (latest version 2020). In the campaign execution, we have stored our own action "Create interaction" with a Z class. This Z class has the superclass CL_CUAN_MKT_EXEC_EXECUTE_ACTN and inherits the interfaces IF_CUAN_MKT_EXEC_EXECUTE_ACTN and
IF_CUAN_MKT_EXEC_ACTION_PARAM.

The action has the action parameters that we supply via the interface IF_CUAN_MKT_EXEC_ACTION_PARAM~SET_ACTION_PARAMETER.
The problem is, when selecting the value of this action parameter in the campaign designer, the value (Details) on the "Create interaction" tile is not updated.

image.png



the initial value of this tile is getted using the CL_CUAN_CAMPAIGN_DATA_PROV GET_SUBTITLE_ICON method.
When the value is updated, the method IF_CUAN_CAMPAIGN_DATA_PROV~ACTN_PARAM_UPDATE_ENTITY is called. In debugger mode I could not see any errors during the update. However, the value is not adopted in the "Create interaction" tile.

According to the SAP documentation, the method IF_CUAN_MKT_EXEC_ACTION_PARAM~SET_ACTION_DETAILS
be possible to enter the icon and details. Unfortunately, the method only has the export parameters for the icon.

Does anyone have experience with how I can update the value of the action parameter on the "Create Interaction" tile?

p.s. if I update the browser then the value is accepted correctly

image.png

Attachments

image.png (29.5 kB)
image.png (25.8 kB)