cancel
Showing results for 
Search instead for 
Did you mean: 

campaign management - Change contents while exporting

Former Member
0 Kudos

Hi Experts,

I have below requirement regarding Campaign mgmt. Please help me to find solution.

  1. Add custom fields while exporting file member list of target group.
  2. Target group has a list of BPs and I want to update it at the time of execution
    through code. is it possible? Also is it possible to have multiple entries for 1
    BP under same target group.
  3. Attach multiple contracts to activity getting created at the time of campaign
    execution

I have tried BADIs like CRM_MKT_MODIF_ORDER, CRM_MKTTG_SEG_MEM_EX. but these are not
triggered at the time of execution. 

Does anybody know which BADI to use?

Best Regards,

Tejas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tejas,

Put external debugger in class CL_EXITHANDLER method GET_INSTANCE and execute your transaction from web UI.

You will find all the BADI's which are being called during transaction.

Regards

Preeti

Former Member
0 Kudos

Thanks Preeti.

I found that this badi CRM_MKT_MODIFY_ORDER is triggered through the report created for activity creation.

Best Regards,

Tejas.

Answers (0)