Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Memory Management in S4HANA System and Interview Questions
Rating: 2.5 out of 5(1 rating)
4 students

Memory Management in S4HANA System and Interview Questions

SAP Memory Management, Application Memory, Extended Memory, Heap Memory, Physical Memory #sapbasis, #sap, #hana, #linux
Last updated 1/2025
English

What you'll learn

  • Understanding the Memory Aspects of SAP Application and OS
  • Understanding the SWAP Memory and its importance
  • Memory calculation for SAP Application(EM, HEAP, BUFFER etc.) based on RAM, CPU, SAPS of Host
  • Memory allocation sequence of Dialog and Non Dialog Workprocess
  • Understanding SAP Memory dumps and Finetune Memory Parameters in order to Fix the Memory Dumps
  • Changing SAP application memory Dynamically
  • List of SAP Application Parameters and Their usage

Course content

1 section9 lectures1h 3m total length
  • Introduction1:48
  • Host physical memory, swap memory and parameters5:51
  • Understanding Application memory and It's calculation12:13
  • Demonstration of Application Memory in SAP System ( Practical )5:11
  • Tackling Private mode of Dialog Work process5:39
  • Memory dumps in ST22 and Changing Fine tune Memory Parameters Temporarily6:00
  • Memory Tuning Formulae and SAP Buffer10:13
  • Buffer In SAP Application and TCodes for Memory monitoring6:27
  • Memory Management Practice Test
  • Interview Questions & Answers10:00

Requirements

  • Basic SAP Basis and HANA Knowledge, OS knowledge is desirable

Description

SAP Memory Management is a memory management system that enables optimal use of the memory in your ABAP system and therefore ensures high performance.


Functions of SAP Memory Management

When a user logs on to an application server instance (AS instance) in the ABAP system, a user session is opened. Within a session, the user sends a request to Application Server ABAP (AS ABAP). An ABAP program is started that is executed by multiple work processes. A separate memory area is assigned to each user session.


To run an ABAP program within a user session (internal session), the work process allocates memory, which contains user data (user context), as well as program data. Depending on the type of data, it is located in different memory areas. SAP Memory Management decides when and in what order a work process allocates specific memory areas. The order of memory allocation depends on the work process type (dialog or non-dialog) and on the underlying operating system.


Work Processes

An Application Server ABAP (AS ABAP) processes requests from many front ends. Each AS instance has a dispatcher, which forwards the collected requests to the relevant work processes for processing. The work processes then execute the requests (ABAP programs).

Note

You can decide how many work processes of the different types can run in your ABAP system.

SAP Memory Management differentiates between the following work process types:


Dialog work processes


Non-dialog work processes (background, update, spool)

Who this course is for:

  • Applicable for All SAP Basis and HANA Consultants Irrespective of Years of Experience