Some of the main transaction code that I use in CCS.
Hope this helps. Click here to find the transaction code for any modules.
Common way to get the T-CODE Information (user table TSTC)
E*EDM* — This will give all about the EDM in TSTC
WE* – All about IDOC in TSTC
SW* — All about Work Flow in TSTC
(more…)
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…)
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…)
In SAP if you want to know about the transaction codes easily let me walk you thru this.
Transaction Code :
This is the code which is used in SAP modules to go to a certain program and execute that code easily instead of going thru the menu. This is very helpful if certain people are doing a certain set of jobs then they can go to the process by this code.
The short form of this is T-Code.
(more…)
If you want to change the abap editor setting you need to go to abap work bench.
Use any of the following transaction and go in to the abap work bench.
SE38 –> Report
SE37 –> Function Builder
SE24 –> Class Builder
SE80 –> you can edit all programs from report to class module.
First on in to any one of the above transaction and click on the utilities–>Settings. See the following screen shot for old and new version.
(more…)