cancel
Showing results for 
Search instead for 
Did you mean: 

Campaign Id related tables or Function Modules

Former Member
0 Kudos

Hello,

I have some doubts related to Campaign. My requirement is to get the Campaign Id from

E-selling to CRM using Badi and do some validations for an Order/ Quotation.

First check if this Campaign id exists and is valid for the current date.

How to check if this Campaign Id exists? Is there any table in which all the Campaign id get stored?

Second Check is to check if the Sold-to-party belongs to the target group link to the campaign.

How to get the Target group details for a campaign any table or Function Module available?

Third Check is to check if the entered product belongs to the campaign (managed at item or COS level (product hierarchy)). How to find this?

Any help will be highly appreciated.

Thanks & Regards,

Jayanthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Use transaction MKTPLSHOW. enter a campaign ID and hit execute (F8).

Now you see a list of tables used by campaign management. For example, CGPL_PROJECT contains Marketing Project ID, CRMD_MKTPL_TGGRP contains the link to the target group.

Table CRMD_MKTTG_TG_I contains the Target Group Items. Using CRMD_MKTTG_TG_H (Target Group Header) and CRMD_MKTTG_TG_T (Target Group Text) you can select the contents of the target group you want to check.

Cheers,

Jeroen