Creating IAM Apps in SAP BTP ABAP Environment (Eclipse)
Tutorials that teach this
Prerequisites
- Concept SAP Fiori Launchpad BSP Application Deployment
- Concept ABAP Authorization Fields and Objects An **authorization field** is a named attribute used to define the conditions under which access to a resource is granted, while an **authorization object** groups one or more authorization fields together to represent a complete access-control check in an ABAP system. Developers [define authorization fields](https://help.sap.com/docs/btp/sap-business-technology-platform/a151c7524a0c445eb2c6dbbbc7666b71?locale=en-US&state=PRODUCTION&version=Cloud) to restrict access based on specific field values — such as a particular data category or activity — and then combine them into an [authorization object](https://help.sap.com/docs/btp/sap-business-technology-platform/2d758f7acc064e3c90a0b3a4fa907874?locale=en-US&state=PRODUCTION&version=Cloud) that can be checked at runtime to protect services and data from unauthorized access. This mechanism allows developers to implement fine-grained read and write protections, ensuring that business users can only access the data and operations permitted by their assigned authorizations.
- Concept Creating ABAP Packages in Eclipse ADT
- Concept Custom Business Catalog and Role in SAP BTP ABAP Environment
- Concept SAPUI5 Adaptation Project Creation and Configuration