BRF+ application - Changeability of of object was restricted by application Exit
BRF+ application - Changeability of of object was restricted by application Exit: When trying to change and delete BRF+ application above error is coming. The reason for this is because of restrictions on standard application exit class "CL_APOC_BRF_SETTINGS" parameter "CV_CHANGABLE". In order to get change or delete BRF application, this class can be enhanced for the particular BRF application. This class CL_APOC_BRF_SETTINGS with interface IF_FDT_APPLICATION_SETTINGS implemented will give you control of the change recording and changeability via method GET_CHANGEABILITY. By setting parameter CV_CHANGEABLE, you can control if the current object should be changeable or not.