In this post let us see how we can create a campaign in batch process. If you want to create the campaign process online click here.
Create Campaign Function / Class Moduel in Batch process:
If you have a text file or the data in a table read the information in a internal table and now we need to loop thru the internal table(this is regular abap coding I am not going to explain that over here).
Inside this loop you need to use the following class and method to create the campaign.
check if the campaign is already created , if there is no campaign then do the following
Class name cl_crm_mktpl_appl_base->ELEMENT_CREATE.
(more…)