Programme SAP CRM_MKTTGGRP_XPRA40 - Program CRM_MKTTGGRP_XPRA40

Purpose
Parallelisation of campaign execution is carried out to optimizeperformance.
To do this, you need to convert table CRMD_MKTSTATUSTG.
New in table CRMD_MKTSTATUSTG for CRM 4.0:
Additional field (END_FLAG_PACK) = new field
Additional key field (PACKAGE_NUMBER) = Attribute change for a fieldthat is already available

Example
Example for conversion:
old: ,,package_number = 5 end_flag = '' (At the 6th package, processingis canceled; Packages 1 - 5 ,,,,,,,,,,,,,, have been processed withouterrors)
new: ,,package_number = 1 end_flag = '' end_flag_pack = 'X'
,,,,...................
,,,,...................
,,,,...................
,,package_number = 5 end_flag = '' end_flag_pack = 'X'
If a campaign is canceled during processing (manually, Dump,....), adata record is written by converting several new data records.
In the above example 5 new data records are written and the old one isdeleted.