SAP Architecture


What is SAP Architecture?

SAP Architecture is the technical requirements of your system landscape and the applications that you need for that. SAP’s major step forward in architecture came when it introduced SAP R/3 — the three references a three-layer architecture — in the late 1990s. SAP ERP applications ever since, including SAP S/4HANA, still follow these basic architectural layers:

  1. The Presentation Layer is the component specialized in interacting with end-users, the user interface. SAP GUI is the traditional SAP interface, but newer SAP applications utilize SAP Fiori design principles.
  2. The Application Layer is the component that specializes in processing the SAP application — such as SAP S/4HANA. Development at the SAP application layer has been done traditionally with the ABAP coding language. The HTML5-based UI5 is growing in importance as a language for building applications that can run on a variety of devices.
  3. The Database Layer is the software component that specializes in the management, storage, and retrieval of data. The key difference in SAP S/4HANA vs. previous ERPs at this level is a simplified data model that is specifically designed to run on the SAP HANA in-memory database.

What is SAP Architecture?

SAP Architecture is the technical requirements of your system landscape and the applications that you need for that. SAP’s major step forward in architecture came when it introduced SAP R/3 — the three references a three-layer architecture — in the late 1990s. SAP ERP applications ever since, including SAP S/4HANA, still follow these basic architectural layers:

  1. The Presentation Layer is the component specialized in interacting with end-users, the user interface. SAP GUI is the traditional SAP interface, but newer SAP applications utilize SAP Fiori design principles.
  2. The Application Layer is the component that specializes in processing the SAP application — such as SAP S/4HANA. Development at the SAP application layer has been done traditionally with the ABAP coding language. The HTML5-based UI5 is growing in importance as a language for building applications that can run on a variety of devices.
  3. The Database Layer is the software component that specializes in the management, storage, and retrieval of data. The key difference in SAP S/4HANA vs. previous ERPs at this level is a simplified data model that is specifically designed to run on the SAP HANA in-memory database.

There’s a wide range of vendors that support at least part of the SAP Architecture. Red Hat and SUSE specialize in the Linux operating system, on which the SAP HANA database runs. SAP architecture needs a foundation, and a vendor such as Dell Technologies can provide on-premise hardware such as servers. Microsoft is one of the hyperscalers that can set up cloud environments for SAP applications. Companies like Deloitte offer consulting services to assist companies in building out their SAP Architecture.

Key Considerations for SAPinsiders:

  • ABAP coders are still important to SAP Architecture. If your company is looking to adopt SAP S/4HANA and other SAP applications with consumer-grade user experiences, then you will likely need UI5 and SAP Fiori skillsets.
  • Legacy SAP ERP systems typically have heavy customization at the application layer and potentially complex data models. Many customers that are adopting SAP S/4HANA are choosing to eschew customization and instead are adapting their processes to the technology to provide cleaner data and easier upgrades.
  • SAP HANA’s in-memory capabilities are meant to speed up data retrieval significantly. However, with the rise of low-cost and open-source data storage, many companies are storing their data in “hot” and “cold” locations. Hot, or frequently accessed, data may be stored in-memory, but cold, or sporadically accessed, data may be stored in a Hadoop Distributed File System (HDFS) or cloud storage.

936 results

  1. Performance Tuning Strategies to Optimize Your SAP Data Services Environment

    Published: 30/May/2012

    Reading time: 13 mins

    Step beyond traditional database tuning concepts, such as indexing and partitioning, and get expert tips to move toward a parallel approach for code design and job construction. Examine parallel execution within SAP Data Services to see how it distributes operations and uses the strengths across your system. Get expert advice on leveraging the pushdown capabilities...…

  2. 18 Techniques for Locating the Underlying Data of a Screen Field

    Published: 15/September/2000

    Reading time: 2 mins

    SAP’s three-tiered architecture is the backbone of an R/3 infrastructure. It’s what makes an R/3 system flexible, reliable, and open, all at the same time. It’s also what makes locating underlying data, at times, so inherently difficult. For example, when you need several fields from a transaction for a report or an enhancement, you will...…

  3. Is It Time to Revisit Your SAP Security Infrastructure?

    Published: 15/September/2000

    Reading time: 2 mins

    All too often SAP implementation projects don’t take security beyond the application level, where security and authorization are often regarded as one and the same. To ensure adequate protection, security measures must be factored into all layers of the SAP infrastructure. With their client/server architecture, SAP systems include many components that exchange information, each of...…

  4. Consignment Process in Enterprise Asset Management Reduces Spare Parts Inventory

    Published: 18/January/2012

    Reading time: 13 mins

    Vendor consignment, a standard functionality in materials management within Enterprise Asset Management (EAM), enables companies to reduce their inventory of spare parts. Learn how to execute vendor consignment using your own stock as well as materials from multiple consignment vendors. Key Concept Vendor consignment is a standard functionality in materials management (MM) wherein you purchase...…

  5. Ready to Build Your First MiniApp? It’s Quick and Easy with the ABAP Workbench!

    Published: 15/May/2001

    Reading time: 2 mins

    MiniApps are “smart,” stateless, role-specific Web applications that are fully integrated in the mySAP Workplace. SAP delivers a variety of MiniApps that offer access to various SAP component systems, and also provides ample opportunity for developers to create their own using HTML, DHTM, JavaScript, Active Server Pages, and Java. With Release 4.6C, you can now...…

  6. Build Flexibility and Control into Your ABAP Programs with Dynamic Programming Techniques

    Published: 15/November/2001

    Reading time: 2 mins

    Unlike languages that are intended primarily for building software tools, the ABAP programming language is driven by the needs of business application development. Consequently, ABAP offers some unique features, such as dynamic programming. Dynamic programming enables you to use data features and operations at runtime that cannot be determined at compile time, making your ABAP...…