Hi guyes,
We are now have a problem while enhancing a customer component view, that is:
This problem will not occur while enhancing a standard component. I checked the class CL_BSP_WD_ENHANCEMENT_AP, method CHECK_TARGET_CLASSES, the
if CHECK_CLASS_CHANGE_PERMISSION( CV_CONTROLLER_CLASS ) = ABAP_FALSE or
CHECK_CLASS_CHANGE_PERMISSION( CV_CONTEXT_CLASS ) = ABAP_FALSE.
return false, so the system will not create CUST_CONTROLLER and CUST_CONTEXT in table BSP_WD_EXT_HIST, and the error occurs.
I tried to insert the value manully, but after that, the controller class after enhanced is the same as none enhanced, see the following:
Does anybody knows the solution?
Thank you!

