ABAP Programming Model – 4 – OData Service Generation for SAP Fiori

Through the SAP FGateway hub system, business data and metadata may be sent between ABAP backend systems and client applications using OData, a REST-based data standard. Client applications for OData…

ABAP Programming Model – 5 – OData Service Generation for SAP Fiori

We constructed the OData service in the last tutorial. We will turn on the newly constructed OData service in this part. The steps are (not literally) illustrated in our prior…

ABAP Programming Model – 3 – Creating CDS Views in SAP Fiori

SAP Fiori : ABAP developers should no longer be surprised by or limited to Core Data Service. Developers of ABAP and CDS ought to get along like water and milk.…

ABAP Programming Model for SAP Fiori – 7 – BOPF – Introduction

ABAP Programming Model for SAP Fiori – 7 – BOPF – Introduction : Working with Business Objects (BO) is facilitated by the BOPF (Business Object Processing Framework). Tools and services…

SAP Fiori – 8 ABAP Programming Model – Creating Transactional Applications – CRUD Operations with BOPF

SAP Fiori – 8 ABAP Programming Model – Creating Transactional Applications – CRUD Operations with BOPF There are three Composite Interface views derived from our airline data model that we…

Bopf in SAP ABAP Programming Model – 10 – Utilizing Actions in BOPF for SAP Fiori

In bopf in sap abap, “action” has a literal meaning. Take action. The following actions can be taken to create an Action to an existing business object node: Launch the…

ABAP Programming Model for SAP Fiori – 11 – Enabling Draft Functionality for Transactional Apps

SAP Fiori , In the earlier chapters on using BOPF to enable CRUD activities, we learned how to directly fetch, create, update, modify, and delete data from databases.However, there won’t…

SAP Netweaver Gateway and SAP OData. Section 3. Options for Queries in OData Service URL

We built our first functional SAP OData Service in the last course. Just one method has to be re-defined in order to obtain POHeaderSet, making it the most basic form…

SAP Netweaver Gateway and SAP OData. Section IV. OData Service Association and Navigation

As of our third tutorial in the series on SAP Netweaver Gateway and OData, our data models are built to independently retrieve item data from EKPO and header data from…

SAP Netweaver Gateway and OData. Section VI. Commonly Asked Questions

The SAP Netweaver Gateway and OData Tutorials’ five earlier sections included practical exercises along with some technical insights. Those lessons would be helpful and sufficient for ABAPers, but in order…