This is the next part for the blog series .If you have not checked the overview and previous part, Please refer : My Journey of building FIORI apps from BOPF to RAP - Part 1
In this blog, we will see the use cases to enable/disable the standard CUD...
Introduction:
ABAP Restful Programming model is the latest programming model which SAP has introduced and It's a successor of ABAP programming model in FIORI. In this series of blog posts, I would like to highlight comparison between BOPF Model an...
This is the continuation of the Part-1 in the series "Practical use of BRF+ Application in SAP"
https://blogs.sap.com/2020/06/27/practical-use-of-brf-application-to-design-the-rules-in-sap/#
In this blog, we will discuss about another practical exa...
What is BRF+ and the importance in S/4HANA?
BRF+ is an ABAP based framework and part of the NetWeaver stack. BRF+ stands for Business Rule Framework Plus and it provides a comprehensive application programming interface and user interface for definin...
This is a continuation of my previous blog related to E-mail template concept and usage in S/4 HANA. If you haven't checked that, please refer :
https://blogs.sap.com/2019/10/12/e-mail-templates-in-s4-hana/
In this article, I will provide the steps...
You can also check Managed with Unmanaged save .It will only expects your own logic for CREATE, UPDATE, DELETE and rest of the handling will be taken care by RAP framework
We can use CL_ABAP_BEHAVIOR_SAVER_FAILED to be inherited for local saver class in behaviour implementation. It will have access to FAILED and can ROLLBACK the transaction.P.S. Recommend way is still to identify failed scenario and handle it in valida...
Thanks for your comments.Glad that you liked it.
RAP is the recent programming model in ABAP for rapid FIORI application developments. Offcourse the previous programming model using BOPF and CDS was also fulfilling the same purpose for creating FIOR...