RAP Dynamic Instance Feature Control
Tutorials that teach this
Prerequisites
- Concept RAP Global and Instance Authorization In the ABAP RESTful Application Programming Model (RAP), global and instance authorization is a mechanism developers use to protect business objects against unauthorized write activities. **Global authorization** controls whether a user is generally permitted to perform a given operation (such as create, update, or delete) on a business object, while **instance authorization** restricts access at the level of individual entity instances. Developers model these authorization checks in the behavior definition and implement them in the behavior handler class to enforce fine-grained access control. For more details, see [Modeling a Protection Against Unauthorized Write Activities](https://help.sap.com/docs/btp/sap-business-technology-platform/d807183367a34038bbc11218c71ef339?locale=en-US&state=PRODUCTION&version=Cloud).
- Concept ABAP RESTful Application Programming Model (RAP) Overview
- Concept RAP Behavior Definition Enhancement
- Concept Implementing RAP Actions in Behavior Pool (FOR MODIFY FOR ACTION)
- Concept EML MODIFY and READ ENTITIES in RAP Business Object
- Concept ABAP Behavior Implementation