Skip to main content

SAP ABAP NW Application Architechture

One of the Best Architecture diagram for understanding SAP ABAP NW in detail especially the work process.



Do you know ?

The Kernel of the Application server ABAP is implemented as set of executable files and share libraries.

Smallest Separately installable unit of the kernel consist of three executable files :

1. disp+work : a single executable file for both the dispatcher and the work processes.

2. gwrd : The gateway reader or the RFC Gateway for shot

3. icman : the internet communication manager

The RFC Gateway, the ICM and the dispatcher are the communication hubs used for input/output for the work processes. Shared memory is used for inter process communication. Therefore they need to be updated as whole , the set of shared libraries such as dw_xml.so.

Source : the diagram is not based created by us but just downloaded from search engine anyone who is the real owner please comment your name and we will mention the credits







Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...