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 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…
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 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…
OData and SAP Netweaver Gateway. Section XII. Managing Media with OData Gateways
SAP Netweaver Gateway , The dilemma (difficulty/confusion) associated with managing media via gateway services has been resolved. You can transmit photos or audio over the gateway or display PDFs if…
OData and SAP Netweaver Gateway. Section XIII. SAP OData Gateways’ Entity Tags
Since concurrency management in SAP Netweaver Gateways via OData is vital to workflows and businesses in general, there is much opportunity to investigate and apply such notions. Locks and ETag-Based…
OData and SAP. Part V-CRUD Operations in OData Services
Learn to perform Create, Read, update, and Delete (CRUD) operations using OData services. Understand HTTP methods, data formats, and best practices In today’s digital age, efficient data management is paramount…