Help Classes for Administration of Customizing and Personalization
Features
Using the following methods, obsolete configurations in customizing and personalization can be identified in the program code.
The following methods are available:
-
cl_chip_page_conf_check=>check_customizing( )
-
cl_chip_page_conf_check=>check_personalization( )
Using the following methods you can find out which pages exist on the different layers:
-
cl_chip_page_conf_util=>get_pages( ).
-
cl_chip_page_cust_util=>get_pages( ).
-
cl_chip_page_pers_util=>get_pages( ).
Using the following methods you can delete pages in the different configuration layers:
-
cl_chip_page_conf_util=>delete( ).
-
cl_chip_page_cust_util=>delete( ).
-
cl_chip_page_pers_util=>delete( ).