Skip to content

Commit f95caf9

Browse files
authored
Enhance RAP documentation with abap2UI5 details
Added information about abap2UI5's compatibility with RAP and clarified the RAP programming model.
1 parent 2cf8315 commit f95caf9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/cookbook/eml_cds_sql

docs/cookbook/eml_cds_sql/rap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ outline: [2, 4]
33
---
44
# RAP
55

6+
abap2UI5 is OData/RAP-agnostic — it doesn't care where data lives. You get all RAP goodies (validations, determinations, actions, draft tables) for free; you only re-implement the view.
7+
68
### RAP is a Programming Model — abap2UI5 is Not
79

810
**RAP (RESTful Application Programming Model)** is a full-stack programming model. It prescribes how you design, expose, and consume business objects: you define entities with CDS views, declare their behavior in Behavior Definitions (BDEFs), implement handlers in Behavior Implementation classes, and expose everything as an OData V4 service consumed by a Fiori Elements frontend. Every layer is part of the model.

0 commit comments

Comments
 (0)