cancel
Showing results for 
Search instead for 
Did you mean: 

How to read or get Current Status of Campaign

dhruv_mehta
Active Contributor
0 Kudos

Hi All,

I am working in CRM Marketing Campaign. I have a requirement to send mail on change of status in campaign.

I need to know how do i fetch current status of my campaign. I dont need status from database so is there any method or function module by which

i can get status . And another problem is that campaign is not a part of one order framework so i am not able to use crm order read too.

I used a class CL_CRM_MKTPL_APPL_BASE and its method STATUS_READ and ELEMENT_READ i did not get the the current status. in status i got the status as 'updated' not the current status like in my case 'approval by marketing manager' and all so how do i fetch it.

this is a live object so quick help is highly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dhruvin,

STATUS_READ method of class CL_CGPL_STATUS_MANAGEMENT will give you the current status, pass campaign id in the method.

Campaign belong to CGPL Framework.

Rgds,

Shobhit

dhruv_mehta
Active Contributor
0 Kudos

Hi Shobhit,

thanks for reply.

I just now got the solution,

i needed to use status_read_extern method of class cl_crm_mktpl_appl_base this method

give current active User Status..

Answers (0)