SAP Program COM_PRDCT_XPRA_SCHEME - Convert View Definitions to New Customizing Table

Title
Transfer Defined Category Numbering Schemes to Table COMC_SCHEME

Purpose
Up to and including CRM 2.0B, new category numbering schemes weredefined and maintained in the area menu using the menu optionMaintain Category Numbering Schemes. The data was saved in theapplication tables COMM_SCHEME, COMM_SCHEMET, and COMM_SCHEME_SEG.
As of CRM 2.0C, category numbering schemes are defined and maintainedwithin Customizing and saved in the Customizing tables COMC_SCHEME,COMC_SCHEME_T (language-dependent name of the category numberingschemes), and COMC_SCHEME_SEG (definition of scheme segments).
The report therefore reads the data from the three application tablesCOMM_SCHEME, COMM_SCHEMET, and COMM_SCHEME_SEG and writes it to theCustomizing tables COMC_SCHEME, COMC_SCHEME_T, and COMC_SCHEME_SEGrespectively. It then deletes the data in the application tables.

Prerequisites
Category numbering schemes have already been maintained in tableCOMM_SCHEME.
However, if no category numbering schemes have been maintained in thistable, the report still completes processing with a success message.Further action is not required.

Features

Output
Information, warning, and error messages are logged.
If an error message is issued, the inconsistent entries in the oldtable should be corrected using the log. You can go directly to the oldtransaction COMMPR05 (Maintain Category Numbering Schemes) from theerror message long text.