cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Campaign Custom Logic - SAP Marketing CLoud

former_member576423
Participant
483

Hello Experts,

I want to add validation in Campaign - For status In preparation of the campaign, I want to know the assigned action assigned to campaign. Ex. If the assigned action is Create Task then i want to validate one of the campaign field is filled or not. I browse the views but couldn't find anything which can get me the action name/id from a campaign Id.

Can anyone help me in this regard? How can i get the action assigned to the campaign from the campaign id? It is an urgent request.

kabras / anton.peters / schneidert / jayce.wang : Any assistance here please

Regards,

Mayank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi mitmayank_bluleader ,

There is a CUAN_CAMPAIGN_CHECK badi which is triggered before campaign save please see below the url.

https://help.sap.com/viewer/13d84c47bb6749a188fd53915c256516/1908.500/en-US/2dcf6292f1564910b297a609...

This should help you with your case, however I do not have access to cloud so it will be a bit difficult to comment what methods will be available. I can help you with the tables if required but not with the implementation method.

former_member576423
Participant
0 Kudos

vineet.kaul Thanks Vineet. I have the table names and the BADI method with me. But on the cloud version, i cannot use the tables, there must be a view available to use, and i couldnt find any view which meets my requirement . Therefore seeking assistance here.

Former Member
0 Kudos

Hi mitmayank_bluleader

Did you explore the option of using the custom logic Badi in the Custom logic app under business context. You can check if this method is triggered during campaign save/submission.

MKT_INITIATIVECUAN_CAMPAIGN_CHECK
former_member576423
Participant
0 Kudos

Hi vineet.kaul

Yes, i have planned to write the code in the BADI itself, The issue is i am unable to get the views which can get me the information of the action assigned to the campaign.any help on this?