ABAP Database

80-803625_restful-api-logo

23 Oct: What is REST?

REST, or REpresentational State Transfer, is an architectural style for providing standards between enterprise systems, making it easier for systems to communicate with each other. REST-compliant systems, often called RESTful systems, are characterized by how they are stateless and separate the concerns of client and server.

10 Tips For a Successful Migration To HANA

21 Oct: 10 Tips for a Successful Suite on HANA Migration

When correctly implemented, SAP HANA conveys outstanding results and performance, analytic intelligence, integration capabilities, data processing, and improved ROIs of the SAP landscape with swift time-to-value. Planning and executing a successful transition to the SAP HANA platform is crucial, and this article provides a detailed overview of ten tips that will help mitigate risks during your business’s migration to SAP HANA.

SAP CAL

20 Sep: What is S/4 Hana and How Is It Different Than Suite on Hana

SAP S/4HANA delivers massive simplifications (customer adoption, data model, user experience, decision making, business processes and models) and innovations (Internet of Things, Big Data, business networks, and mobile-first) to help businesses Run Simple in the digital economy

10 Jan: ABAP Database SQL Analysis Using The Performance Trace – Part 2

ots of factors can give rise to slow execution of a transaction or a report. Sometimes there are general system problems. Sometimes users use the program in a way it was not designed for. Sometimes the nature of the application and workload calls for parallel processing. And sometimes the source of the performance issue can be traced back to your ABAP code, mainly the construction of your OPEN SQL.

While there are many reasons other than database performance that could be causing the performance problem, this blog series will focus on just this aspect. If you’ve ruled out deficiencies in the system setup, mishandling by users, or the need for parallel processing, then you need to revisit your code and see if the source of your performance problem is hiding there.