SAP Program COM_PRDCT_XPRA_VIEW - Umsetzung der Sichtendefinitionen in die neue Customizingtabelle

Title
Transfer Defined Product Views to Table COMC_PRVIEW

Purpose
Up to and including CRM 2.0B, new views were defined and maintained inthe area menu using the menu option Maintain Product Views. Thedata was saved in the application tables COMM_PRVIEW and COMM_PRVIEWT.
As of CRM 2.0C, views for the product master are defined withinCustomizing and saved in the Customizing tables COMC_PRVIEW andCOMC_PRVIEW_T (language-dependent name of the views).
The report therefore reads the data from the two application tablesCOMM_PRVIEW and COMM_PRVIEWT and writes it to the Customizing tablesCOMC_PRVIEW and COMC_PRVIEW_T respectively. It then deletes the data inthe application tables.

Prerequisites
Product views have already been maintained in table COMM_PRVIEW.
However, if no views have been maintained in this table, the reportstill completes processing with a success message. Further action isnot 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 COMMPR03 (Maintain Product Views) from the error messagelong text.

Activities
If views were maintained in a particular client in table COMM_PRVIEWwith the same view IDs, they must be renamed before the report is run.The view IDs must be unique in each client. You can make the necessarychanges using the old transaction COMMPR03 (Maintain Product Views).Then run the report.