[update] Note that this blog is also applicable to be prepared for the ABAP RESTful Application Programming Model (aka ABAP RESTful Programming Model) which is the evolutionary successor of the ABAP Programming Model for SAP Fiori. Learn more: Get started with the ABAP RESTful Application Programming Model (RAP) |
Figure: ABAP Programming Model for SAP Fiori - Big Picture
AS ABAP 7.50 SPS01 | Read-only SAP Fiori apps Starting with this release, the development of read-only SAP Fiori (Elements) apps thru easy OData exposure of CDS-based data models. Such data model can be enriched with domain-specific annotations – e.g. Analytics, search, SAP Gateway and more. |
AS ABAP 7.50 SPS05 | “Batch-input”-like SAP Fiori apps Starting with this release, simple transactional SAP Fiori apps can be built using the CDS-BOPF integration where the CDS-based BOPF framework handles for the transactional processing. |
AS ABAP 7.51 SPS02 | Interactive SAP Fiori apps with draft handling Starting with this release, you can build more complex transactional SAP Fiori apps using the CDS-based BOPF framework for the transactional and draft handling (incl. locks). |
YOU SHOULDFollow the programming model and best practices and use… | |
ABAP Core Data Services (CDS) ABAP CDS provides a powerful data modelling infrastructure enabling advanced view building in the ABAP stack. It is the go-to infrastructure for view building in ABAP and plays a central role in SAP S/4HANA - especially for the CDS-based virtual data model and the ABAP programming model for SAP Fiori. Availability: ≥ AS ABAP 7.40 SPS 05 | Documentation | Getting Started with ABAP CDS ABAP CDS Access Controls ABAP CDS has its own data control language (DCL) which provides a declarative approach for the access control on CDS entities.Such an authorization access is declared once for a given CDS view and automatically used every time the view is consumed – everywhere. Availability: ≥ AS ABAP 7.50 SPS10 | Documentation ABAP CDS Metadata Extension (MDE) CDS MDE are used to enrich CDS-based data models with UI-specific semantics which are UI technology agnostic, i.e. @UI annotation.It offers a separation of matters by separating UI metadata from the back-end relevant metadata. Availability: ≥ AS ABAP 7.51 SPS 02 | Documentation | Compact Intro Classic Business Object Processing Framework (BOPF) If you’re working on ABAP releases ≤ 7.50, the classic BOPF in transaction BOBX or in the eclipse-based BOPF modelling editor will allow you to modularize your custom business object logic similarly to what is done within the ABAP programming model for SAP Fiori using determinations, validations and actions.Note that a lightweight, CDS-based BOPF is used within the ABAP programming model for SAP Fiori where the BOPF business objects are automatically generated out of the given CDS-based data models. BOPF concepts like actions, determinations, validations and authorization checks are still valid. Availability: ≥ SAP ERP 6.0 EHP5 (SAP_BS_FND 7.02) | Documentation | BOPF Feature Availability Matrix SAP Gateway integration of CDS or BOPF Regarding the code-based implementation of OData service in transaction SEGW, we strongly recommend the use of the mapped data source option in ABAP 7.40 and referenced data source option as of ABAP 7.50, together with CDS entities.For these service implementation options, the SAP Gateway runtime offers generically the read-only OData calls including goodies like sorting, filtering and text search for CDS views out of the box. The reference data source (RDS) option is the option used within the ABAP Programming model for SAP Fiori and is also the valid approach for the use of legacy write APIs – like BAdIs/Function modules – when building new SAP Fiori apps since this scenario is not yet supported by the ABAP programming model. This option is also to be used for cross BO scenarios. Whenever possible make use of the SEGW RDS together with CDS. Availability: ≥ AS ABAP 7.40 | Documentation | OData service development options | SAP Gateway Foundation Developer Guide Floorplan Manager (FPM) Integration of CDS or BOPF In case you have to build new Web Dynpro ABAP-based applications, then use CDS and the FPM SADL integration or the FPM BOPF Integration. Availability of FPM SADL Integration: ≥ AS ABAP 7.40 | Documentation Availability of FPM BOPF Integration: ≥ SAP EHP 5 for SAP ERP 6.0 (SAP_BS_FND 7.02) | Documentation |
DO NOTImplement things that are already solved: | |
Manual implementation of read-only OData calls to Database Instead of implementing yourself the read-only OData calls again and again when building SAP Gateway service in transaction SEGW, use the mapped data source or -better- the referenced data source option instead. The advantages of these two options are already explained in the DO’s section. Business logic mixed with technical aspects (e.g. locks, authority-check, LUW handling, persistency) This is nothing new, but just the re-emphasizing of a general good development style which is to encapsulate the different business logic paths of a given application and decouple them from surrounding technical aspects such as locks, authority checks, LUW handling and persistency. For example, BOPF offers dedicated exits for authority checks.By doing this, you’re able to easily reuse your custom business logic at different places with less effort – i.e. in different scenarios/applications. Business logic mixed with protocol specific APIs (e.g. PBO/PAI modules)Similarly to the previous recommendation, when manually implementing your SAP Gateway services in transaction SEGW, do not put your custom business logic directly in the predefined SAP Gateway extensions classes (ending with DPC_EXT), but instead decouple it, so it can be reused easily somewhere else. |
BENEFITSReuse / Prepare your skillset and custom coding for the future – i.e. SAP S/4HANA | |
Reuse CDS-based data models and access controls in SAP S/4HANA CDS is a cornerstone technology in the Digital Core and offers the basis for the ready-to-use, semantically enriched, CDS-based virtual data model (VDM) on top of which the applications are built in SAP S/4HANA. [Read more in this blog about VDM] Thus starting working with CDS – both, the data definition language (DDL) and data control language (DCL) – as soon as possible will be of advantage for you in the “new world”. Easy reuse of modularized and decoupled custom business logic for implementing business object behaviours in different applications and scenarios. Lower TCD for the future: Minimal investment on technical protocol level The ABAP RESTful Programming model will be supporting the OData V4 protocol and the application runtime will be switched to the new protocol under the hood. |
Enhancement of the ABAP Language to provide a native support of the business object concepts (BO as first-class ABAP citizens) Support of typed APIs for default business object implementation tasks Avoidance of code generation Support the integration of legacy write APIs End-to-end OData V4 support Optimization of the end-to-end development flow Improvement of testability and supportability Enablement for the definition of UI semantics in the SAP Web IDE |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
11 | |
10 | |
10 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 |