SAP R/3

Last updated

SAP R/3 is the former name of the enterprise resource planning software produced by the German corporation SAP AG (now SAP SE). It is an enterprise-wide information system designed to coordinate all the resources, information, and activities needed to complete business processes such as order fulfillment, billing, human resource management, and production planning. [1]

Contents

The current successor software to SAP R/3 is known as SAP S/4HANA.

History of SAP S/4HANA

Earlier versions

SAP R/2 was a mainframe-based business application software suite that was very successful in the 1980s and early 1990s. It was particularly popular with large multinational European companies that required soft-real-time business applications, with built-in multi-currency and multi-language capabilities.

R/3

With the advent of distributed client–server computing, SAP SE brought out a client–server version of the software called SAP R/3 (the "R" was for "Real-time data processing" and "3" was for "3-tier": 1) database, 2) application server, and 3) client (SAPgui)). This new architecture is compatible with multiple platforms and operating systems, such as Microsoft Windows or UNIX. This opened up SAP to a whole new customer base.

SAP R/3 was officially launched on 6 July 1992. Various releases of the software were made through the 1990s.

A newer version of the software, with revised technical architecture, was released in 2004, and renamed as SAP ERP Central Component (ECC). SAP came to dominate the large business applications market. [2] The newest version of the product is SAP ECC 6.0 Enhancement Pack 8.

SAP ECC is the core component within the SAP's Business Suite (a collection of applications including SAP CRM, SAP SCM and others, alongside the ECC component). SAP ECC contains different, but integrated, functionality within its "modules" e.g. Finance module, HR module, Warehouse Management etc. all within the ECC). The combined complexity of the Business Suite, along with newer in-cloud competitors, has in recent years led SAP to invest heavily in simplification and massively improved system response times, culminating in the announcement of the S/4 Simple Suite in February 2015. S/4 has a single tenant architecture and is being built upon SAP's in-memory database technology stack (HANA) and will be available in a choice of in-cloud and on-premises deployment. The classic three-tier and database-agnostic architecture of R/3 is replaced with a two-tier architecture.

Releases

Software organization

SAP R/3 was arranged into distinct functional modules, covering the typical functions in a business organization. The most widely used modules were Financials and Controlling (FICO), Human Resources (HR), Materials Management (MM), Sales & Distribution (SD), and Production Planning (PP). [11]

Each module handled specific business tasks on its own, but was linked to the other modules where applicable. For instance, an invoice from the billing transaction of Sales & Distribution would pass through to accounting, where it will appear in accounts receivable and cost of goods sold.

SAP typically focused on best practice methodologies for driving its software processes, but more recently expanded into vertical markets. In these situations, SAP produced specialized modules (referred to as IS or Industry Specific) geared toward a particular market segment, such as utilities or retail.

Technology

SAP based the architecture of R/3 on a three-tier client/server structure:

  1. Presentation layer (GUI)
  2. Application layer
  3. Database layer

Presentation layer

SAP allows the IT supported processing of a multitude of tasks which occur in a typical company. The newer SAP ERP software differs from R/3 mainly because it is based on SAP NetWeaver: core components can be implemented in ABAP and in Java and new functional areas are mostly no longer created as part of the previous ERP system, with closely interconnected constituents, but as self-contained components or even systems.

Application server

This server contains the SAP applications. In systems with two layers, this server forms part of the database server. Application server can be set up for online users, for background processing, or for both.

An application server is a collection of executables that collectively interpret the ABAP/4 (Advanced Business Application Programming / 4th Generation) programs and manage the input and output for them. When an application server is started, these executables all start at the same time. When an application server is stopped, they all shut down together. The number of processes that start up when you bring up the application server is defined in a single configuration file called the application server profile. Each application server has a profile that specifies its characteristics when it starts up and while it is running. For example, an application server profile specifies:

The application layer consists of one or more application servers and a message server. Each application server contains a set of services used to run the R/3 system. Not practical, only one application server is needed to run an R/3 system. But in practice, the services are distributed across more than one application server. This means that not all application servers will provide the full range of services. The message server is responsible for communication between the application servers. It passes requests from one application server to another within the system. It also contains information about application server groups and the current load balancing within them. It uses this information to choose an appropriate server when a user logs onto the system.

The application server exists to interpret ABAP/4 programs, and they only run there. If an ABAP/4 program requests information from the database, the application server will send the request to the database server.

Security

Server-to-server communications can be encrypted with the SAP cryptographic library. [12] With the acquisition of relevant parts of SECUDE, SAP was able to provide cryptographic libraries with SAP R/3 for Secure Network Communications and Secure Sockets Layer.

See also

Related Research Articles

PeopleSoft, Inc. is a company that provides human resource management systems (HRMS), financial management solutions (FMS), supply chain management (SCM), customer relationship management (CRM), and enterprise performance management (EPM) software, as well as software for manufacturing, and student administration to large corporations, governments, and organizations. It existed as an independent corporation until its acquisition by Oracle Corporation in 2005. The PeopleSoft name and product line are now marketed by Oracle.

ABAP is a high-level programming language created by the German software company SAP SE. It is currently positioned, alongside Java, as the language for programming the SAP NetWeaver Application Server, which is part of the SAP NetWeaver platform for building business applications.

<span class="mw-page-title-main">SAP</span> German multinational enterprise-software company

<span class="mw-page-title-main">SAP Business One</span> Business management software (ERP)

SAP Business One is an enterprise resource planning (ERP) application designed for small and medium-sized enterprises, and marketed by the German company SAP SE. Its goal is the automation of key business functions in finance, operations, and human resources.

SAP NetWeaver is a software stack for many of SAP SE's applications. The SAP NetWeaver Application Server, sometimes referred to as WebAS, is the runtime environment for the SAP applications and all of the mySAP Business Suite runs on SAP WebAS: supplier relationship management (SRM), customer relationship management (CRM), supply chain management (SCM), product lifecycle management (PLM), enterprise resource planning (ERP), transportation management system (TMS).

Enterprise software, also known as enterprise application software (EAS), is computer software used to satisfy the needs of an organization rather than individual users. Such organizations include businesses, schools, interest-based user groups, clubs, charities, and governments. Enterprise software is an integral part of a computer-based information system.

SAP NetWeaver Application Server or SAP Web Application Server is a component of SAP NetWeaver which works as a web application server for SAP products. All ABAP application servers including the message server represent the application layer of the multitier architecture of an ABAP-based SAP system. These application servers execute ABAP applications and communicate with the presentation components, the database, and also with each other, using the message server.

Remote Function Call is a proprietary SAP interface. Remote Function Call (RFC) is the standard SAP interface for communication between SAP systems. The RFC calls a function to be executed in a remote system. Remote function calls may be associated with SAP software and ABAP programming and provide a way for an external program to use data returned from the server. Data transactions can get data from the server, and can insert data into server records as well. SAP can act as the Client or Server in an RFC call.

<span class="mw-page-title-main">SAP ERP</span> Enterprise software

SAP ERP is an enterprise resource planning software developed by the German company SAP SE. SAP ERP incorporates the key business functions of an organization. The latest version of SAP ERP (V.6.0) was made available in 2006. The most recent SAP enhancement package 8 for SAP ERP 6.0 was released in 2016. It is now considered legacy technology, having been superseded by SAP S/4HANA.

SAP Solution Manager is a product developed by the software company SAP SE. It offers end-to-end application lifecycle management to streamline business processes and proactively address improvement options, increasing efficiency and decreasing risk within SAP customers' existing maintenance agreements and managing the application lifecycle.

SAP Composite Application Framework is a composition tool in NWDS and runtime on SAP Web Application Server Java for developing, testing, deploying, running and configuring composite applications. It is tightly integrated in the NetWeaver stack and is currently the tool of choice of SAP customers for developing an enterprise application's business logic layer, along with the pure JEE development tools provided in NWDS. The CAF IDE tool has a strong model-driven architecture approach to development, resulting in rapid development of a system 's business logic layer.

<span class="mw-page-title-main">SAP CRM</span> CRM technology software

The SAP CRM applications were initially integrated on-premises customer relationship management (CRM) software manufactured by SAP SE which targeted business software requirements for marketing, sales and service for midsize and large organizations in all industries and sectors. The first SAP CRM release 2.0 has been made generally available in November 2000. The current release 7.0 has been updated with quarterly enhancement packs (EHPs) since 2009.

SAP Logon Tickets represent user credentials in SAP systems. When enabled, users can access multiple SAP applications and services through SAP GUI and web browsers without further username and password inputs from the user. SAP Logon Tickets can also be a vehicle for enabling single sign-on across SAP boundaries; in some cases, logon tickets can be used to authenticate into 3rd party applications such as Microsoft-based web applications.

1С:Enterprise is a development platform designed by 1C Company for the creation of easily customizable business automation software.

<span class="mw-page-title-main">SAP HANA</span> Database management system by SAP

SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP SE. Its primary function as the software running a database server is to store and retrieve data as requested by the applications. In addition, it performs advanced analytics and includes extract, transform, load (ETL) capabilities as well as an application server.

ERP Security is a wide range of measures aimed at protecting Enterprise resource planning (ERP) systems from illicit access ensuring accessibility and integrity of system data. ERP system is a computer software that serves to unify the information intended to manage the organization including Production, Supply Chain Management, Financial Management, Human Resource Management, Customer Relationship Management, Enterprise Performance Management.

<span class="mw-page-title-main">SAP S/4HANA</span> Enterprise resource planning by SAP SE

SAP S/4HANA is an enterprise resource planning software for large enterprises developed by SAP SE. It is the successor to SAP R/3 and SAP ERP and is optimized for SAP's in-memory database SAP HANA.

A human resources management system (HRMS) or Human Resources Information System (HRIS) or Human Capital Management (HCM) is a form of Human Resources (HR) software that combines a number of systems and processes to ensure the easy management of human resources, business processes and data. Human resources software is used by businesses to combine a number of necessary HR functions, such as storing employee data, managing payroll, recruitment, benefits administration, time and attendance, employee performance management, and tracking competency and training records.

References

  1. Esteves, J., and Pastor, J., "Enterprise Resource Planning Systems Research: An Annotated Bibliography", Communications of AIS, 7(8): 2–54.
  2. Columbus, Louis. "Gartner Supply Chain Management Market Share Update: SAP Dominates With 25.8% Share". Forbes . Retrieved 2016-09-26.
  3. "SAP S/4HANA on premise edition: FPS versus SPS | SAP Blogs".
  4. "SAP S/4HANA 1610 Release & Innovation Summary | SAP Blogs".
  5. "Introducing SAP S/4HANA 1709 | SAP Blogs".
  6. "SAP S/4HANA 1809 Release – Preview | SAP Blogs".
  7. "Intelligent ERP: SAP S/4HANA 1909 Release | SAP Blogs".
  8. "SAP S/4HANA 2020 Release | SAP Blogs".
  9. "SAP S/4HANA Cloud and SAP S/4HANA 2021 Product Release | SAP Blogs".
  10. "SAP S/4HANA Cloud, Private Edition, and SAP S/4HANA | 2022 Release | SAP Blogs".
  11. "List of SAP ERP Modules" . Retrieved 2018-06-21.
  12. SAP Cryptographic Library (SAPCRYPTOLIB