Hello Phaniteja,
Few points on Deactivating Authorization Checks
- You can globally deactivate authorization checks with Transaction AUTH_SWITCH_OBJECTS.
- The system does not execute any authorization checks for deactivated authorization objects.
- You cannot globally deactivate authorization objects that begin with "S_" (Basis) or "P_" (HR) in Transaction AUTH_SWITCH_OBJECTS.
- To save or activate deactivated authorization objects, you require authorization for object S_USER_OBJ.
- The option to globally deactivate authorization checks is controlled by system parameter auth/object_disabling_active.
The Deactivation applies system wide. So, if the deactivation is enabled globally, then though the object has check proposal as YES, still it wont be checked as the procedure of authorization checks is disabled completely.
Regards,
Deepak M