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 VII. Help with Debugging, Trace, Cache Cleaning, and F4

SAP Netweaver Gateway and OData. Section VII. Help with Debugging, Trace, Cache Cleaning, and F4, We anticipate that by this point, every reader is familiar with the process of creating…

SAP Netweaver Gateway and OData. Section VIII. SAP’s Adoration for OData: A Story of the Amicable ABAPer

Senior SAP OData Solution Architect-EHSM at Blessey Marine, provided assistance. There once was a King who resided in a kingdom far, far away in the past.Oh! I apologize; this is…

CDS Section 3: Using annotation, expose CDS views as an OData service

CDS Section 3: Using annotation, expose CDS views as an OData service , You are probably already familiar with CDS Views if you have been following our series on SAP…

SAP Netweaver Gateway and OData. Section IX. How to Include Several Entities in a Single OData Service Operation

In SAP Netweaver and OData Services, how can I add several entities (relationship data) in a single operation? The background of today’s post: I had to update one of the…

SAP Netweaver Gateway and OData. Section X. How Can an OData Service Be Removed from a Service Catalog?

It never occurred to me that it would be easier to create something than to kill it, until I was asked to DELETE an OData service from the Service Catalog…

SAPUI5 for ABAPers: Accessing OData Services from SAPUI5 Applications – CRUD Operations

The ultimate fate of an OData service is to be consumed by front-end apps. SAPUI5 applications follow the Model View Controller (MVC) architecture. In MVC, View and Controller are the…