Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
belen_ramirez
Explorer
How to deactivate an enhancement set:

- BADI COMPONENT_LOADING  (UP TO CRM7.0 SP3)

- NOTE 1311966 --> USER PAREMETER: WCF_IGNORE_ENHANCEMT (FROM CRM7.0 SP3)
 

1) Up to CRM7.0 sp3 the enhancement set can be deactivated by debugging, setting a breakpoint inthe implementation of BADI "COMPONENT_LOADING:

Transaction SE18:

BADI  : COMPONENT_LOADING

 

 

 

Set an external Break Point in RV_RESULT = LS_ASSIGMENT-ENHANCEMENT_SET.

And clear the assigned value to RV_RESULT field:

 

 

2) From CRM7.0 SP3: note 1311966

User parameter WCF_IGNORE_ENHANCEMT to value 'A'  in transaction SU3.

This will disable all customer enhancements in these areas:                       
                                                                        
    o  Enhancement Sets                                                 
                                                                        
    o  UI Configurations                                                
                                                                        
    o  UI Personalizations                                              
                                                                        
    o  Field labels in text repository                                  
                                                                        
    o  Changes in Design Layer (design objects and assignments)         
                                                                        
Keep in mind to remove this user parameter once you are done with the   
analysis!!!!                                                              

2 Comments