ABAP programming model has evolved with time- Initially the focus was on GUI, Webdynpro based transaction. Later it was CDS, BOPF, SEGW for oData and
Author: coderobbot

Provider Contract Rev Accounting
In SOM- a subscription contract is created- The subscription contract is transferred to CI as a provider contract and the revenue accounting details like the
V1 & V2 Update FMs
The post shows the sequence of execution of different FMs i.e V1 update FMs, V2 update FMs & background RFC FMs during the COMMIT WORK
COMMIT WORK & SYSTEM EVENTS
When a transaction is finished the data is either persisted or rolled back using the commands- COMMIT WORK ( & WAIT) or ROLLBACK WORK. Now
Sales Order App using RAP – Part 1
The below post shows step by step , on how to create a very basic sales order app. In this part-1 will see how to
RAP- CRUD Operations
Let’s get started with the post where we will design a Fiori App with basic CRUD operation on flight model data. What are the steps