SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

RAP Action Input Parameters with Abstract Entities

An instance action in ABAP RESTful Application Programming Model (RAP) is a behavior definition concept that a developer uses to implement custom operations on individual business object instances. Unlike standard CRUD operations, instance actions allow developers to trigger specific business logic — such as status changes or validations — on a selected entity instance. They are defined in the behavior definition and implemented in the behavior handler class of the business object.

Tutorials that teach this

Prerequisites