Techskills

August 23, 2008

SAP CRM — Marketing — Create Campaign in Batch mode

Filed under: SAP, SAP CRM — Tags: , , , — kumar @ 9:08 am

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…)

SAP CRM — Marketing — Create Campaign process

Filed under: SAP, SAP CRM — Tags: , , — kumar @ 9:06 am

In this post let us see how we can create a Campaign using the WEB-IC.

You have to have a role of Marketing Position assigned to your profile, then only you can able to see the marketing information on the screen. Look at the following screen for the Menu on the web-ic for campaign creation.


(more…)

SAP CRM — Marketing — Create a campaign using WEB-IC

In this post let us see how we can create a campaign using the Web IC.  You need to have Marketing Position attached to your user role, Then only you can see the menu. If you are agent you cannot see this menu.

The screen is under Marketing -> campaign. See the following screen shot.
(more…)

Powered by WordPress