Programme SAP CRM_MKTPL_COND_CUST_XPRA - Mktg Condition Generation Customizing - Populate Rebate Appl.

Purpose
In CRM 4.0 it was only possible to generate R/3 (ERP) rebate agreementsfrom the Marketing Planner.
As of CRM 5.0 it will be possible to generate either R/3 rebateagreements or CRM rebate agreements.
So you can generate CRM rebates for some trade promotions and R/3rebates for other trade promotions. You will be able to choose adifferent rebate application per condition generation type. A conditiongeneration type is, in turn, assigned to a campaign type and sales area.
At the point when rebate agreements are generated, table CRMC_MKTPL_REBwill be read to determine which rebate application should be used.
During the upgrade, table CRMC_MKTPL_REB will be filled with all thecondition generation types defined in the system in table CMR
C_MKTPL_CGTYP. Since in CRM 4.0, only R/3 rebates were used, all theentries in CRMC_MKTPL_REB will automatically be set up for using R/3rebates.

Selection
All the records from table CRMC_MKTPL_CGTYP will be read and used to addentries in table CRMC_MKTPL_REB.

Output
There will be one entry in table CRMC_MKTPL_REB for each record in tableCRMC_MKTPL_CGTYP.
The records in each table will have the same key (MANDT, APPLICATION,CGEN_TYPE).
Each record in table CRMC_MKTPL_REB fwill contain the value 'ERP' infield REBATE_APPL.