Introduction to Web Technologies for ABAPers

In the recent years you may have noticed SAP is adding new softwares to its cloud offerings. SuccessFactors, Hybris, Ariba etc … Which I think is the need of the time, because current business challenges have changed as compared to the earlier decade when infrastructure and computing power was limited. Now the challenges are geared …

MVC Architecture in SAPUI5

In Software Development there are various Architectural Patterns you can follow to develop a program/module. Architectural Patterns help us understand, manage, develop and maintain complex high level code better. Model View Controller is one such Architectural Pattern. SAPUI5 applications are mostly build on this pattern. In Model-View-Controller ( MVC ) Architecture Model is a class …

What is Odata – Part 2 – REST Approach to HTTP

Introducing REST approach to Leverage HTTP — This is the second blog in this ODdata series. You can read the first part of this blog here. – What is OData. ( Again Disclaimer : I am not a guru on protocol business. But following is my practical understanding and others may oppose this view but …

What is OData – Part 3 – Why we need it

SOOOOO THE BIG QUESTION — IF REST Works — WHY TO SHAKE THE BOAT ??  In this blog we will explore this question   This blog is part 3 in out series on understanding OData. These are the basics which will help you move ahead with your understanding of SAP Netweaver Gateway. You can access earlier …