by Barry Allen | Oct 15, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction SAP has always been all about data. Since its evolution, SAP has deployed so many ways to play around data. It is also important for any business to access, transfer and store... by Barry Allen | Oct 15, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction Every year SAP provides a new update to its platform. All the SAP standard programs are designed in such a way that it meets almost all the requirements of a user of a... by Barry Allen | Oct 14, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction SAP OOABAP provides different types of classes to handle different types of scenarios. Some of the classes are the part of SAP Design patterns to perform a specific type of... by Barry Allen | Oct 13, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction Every year SAP provides a new update to its platform. All the SAP standard programs are designed in such a way that it meets almost all the requirements of a user of a... by Barry Allen | Oct 12, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction In previous article we have discussed the difference between Cursor and Select Statements. In this article we will focus upon the differences between Open Cursor and Fetch... by Barry Allen | Oct 7, 2020 | ABAP Differences
Preface – This post is part of the Differences in ABAP for Interviews series. Introduction Before discussing the differences between a Singleton method and Static method, let’ have a quick introduction. A method is a block of codes that defines behaviour of an object...