New Sap Word
New Sap Word
in it .we can create new users/ clients/ and screen layouts based on
our requirements in the sap applications.
SAP Applications versions
SAP R/3 SYSTEM 1992
DISPATCHER
ABAP INTERPRETER
SQL INTERPRETER
SCREEN INTERPRETER
A Screen Interpreter in SAP translates user actions (like clicks or inputs) into system-
recognized events. It processes these inputs and communicates with ABAP to execute logic.
The result is then displayed on the SAP GUI for the user.
· User Context: Stores session-related data for a user in SAP to maintain continuity.
· Buffers: Temporarily holds frequently accessed data to improve performance and reduce
database load.
Database: The central storage where SAP retrieves and updates data.
Yes, to access SAP through the SAP Logon Pad, you need an SAP system (server) because:
1. SAP Logon Pad is just a client: It does not store or process data but only acts as an interface
to connect to an SAP server.
2. Requires a configured SAP system: The Logon Pad must be configured with system details
(such as hostname, instance number, and client) to establish a connection.
3. Authentication happens on the SAP server: User credentials are verified by the SAP system,
not the Logon Pad itself.
Use an existing company-provided SAP server (if you work for an organization that uses
SAP).
Set up an SAP trial system (SAP provides trial versions of S/4HANA or NetWeaver for
learning purposes).
Use cloud-based SAP access services (some third-party vendors offer SAP system access for
practice
We must run sap system (sap server) to connect to
sap through logon pad
if we have 10 dialog work process's in SAP system then the
parameter is
Example Central Instance
Realtime
SID must be alphanumerical 3 digit word with the character as follows
Log in to SAP.
Enter transaction code SU01 in the command field and press Enter.
5. Assign Authorizations
In the Parameters tab, define system parameters if required (e.g., default company code).
Key Points:
✅ Create and Manage Roles – Define user roles with specific access rights.
✅ Assign Transactions – Add required TCodes to roles.
✅ Authorization Management – Control access levels (read, write, execute, etc.).
✅ User Assignment – Link users to roles for access.
✅ Menu Customization – Configure role-based SAP Easy Access menus.
In simple words, PFCG is the tool used to create and manage user roles and
authorizations in SAP. 🚀
multiple logons are permitted.
PARAMETERS
OPERATION MODES(SHIFTS)
Operation Modes in SAP BASIS are schedules that allow dynamic switching
of SAP system parameters such as the number of dialog, background, update,
spool, and enqueue work processes depending on business needs during the day
(e.g., peak hours vs. night time).
🔧 Understanding sapcontrol Command Syntax
sapcontrol is a command-line utility used to manage and monitor SAP systems. It's especially
useful for administrators working with SAP NetWeaver systems.
🔹 Command 1:
bash
CopyEdit
sapcontrol -nr 07 -function GetProcessList
🔍 Breakdown:
📘 Purpose:
This command is used to check the status of all processes (like Dispatcher, ICM, Message
Server, etc.) running under the SAP instance number 07.
You use this command to monitor if all required processes of SAP are running correctly or
not.
🔹 Command 2:
bash
CopyEdit
sapcontrol -nr 07 -function StartSystem DE7
🔍 Breakdown:
📘 Purpose:
This command is used to start the SAP system with SID DE7 for the instance number 07.
You execute this after system maintenance, OS reboot, or a planned downtime to bring the
SAP system up.
🔹 Command 3:
bash
CopyEdit
sapcontrol -nr 07 -function StopSystem DE7
🔍 Breakdown:
📘 Purpose:
This command is used to gracefully stop all the processes and shut down the SAP system.
Used during planned system maintenance, patch updates, or before rebooting the server.
🧠 Summary Table:
StartSystem DE7 Start the SAP system DE7 Boot SAP system
StopSystem DE7 Stop the SAP system DE7 Shutdown SAP system
⚠️Notes:
You must execute these commands as the sidadm user (e.g., de7adm for DE7).
The sapcontrol tool is located in the kernel directory of the SAP instance (like
/usr/sap/DE7/DVEBMGS07/exe).
You can also use sapcontrol with -host <hostname> and -user <user> -passwd
<password> to control remote instances.
Would you like me to help you practice using these commands, or generate a sample shell
script to automate system startup and shutdown?
So, Mowa, inka chinna recap cheptanu: