cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict the Save of a Campaign if any error messages are raised/there?

Former Member
0 Kudos

Hi All,

    How to restrice the save of the Campaign if any error messages are called/raised.

Now, I am using conditions in the Save method but it is not working now.

find the Attachment for the error message.

I am assuming this error is calling from some where not from my code.

Please suggest me any Badi or other way to restrict the save of the Campaign.

Thanks in Advance....

Regards

vam's

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

issue solved

following wrong step's

Former Member
0 Kudos

Hi,

try to use CRM_MKTPL_OL_OBJ BAdI, method CHECK_BEFORE_SAVE.

Giacomo

Former Member
0 Kudos

Hi I am actually trying to prevent the saving by using the BADI and putting

ev_reject_save = abap_true.

Nevertheless the campaign is saved with errors...any idea how to prevent this ?