on 2009 Sep 02 9:33 AM
Hi,
I have to create Campaigns in CRM for Legancy Data. Can anyone give me the appropriate FM or Classes for Mass Upload of Campaigns in CRM.
Thanks and Regards,
H.Krishnan
Request clarification before answering.
Here is some pseudo code
check if the campaign already exists , if not, then do the following
Class name cl_crm_mktpl_appl_base->ELEMENT_CREATE
then call cl_crm_mktpl_appl_base->save
and cl_crm_mktpl_appl_base->commit of this class.
If you have BW and want to sync with the system then
call cl_crm_mktpl_appl_base->after_commit.
if the campaign exists already, then
Read the campaign using cl_crm_mktpl_appl_base->Element_read
then cl_crm_mktpl_appl_base->Element_change to make updates to data
then call cl_crm_mktpl_appl_base->save
and cl_crm_mktpl_appl_base->commit of this class.
If you have BW and want to sync with the system then
call cl_crm_mktpl_appl_base->after_commit.
Probably you will do this in a loop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.