SAP Basis
SAP Basis
SAP Basis
000 - This becomes available when the R/3 system is installed. The master client is another name for
this.
001 - 001 is essentially a duplicate of 000. It comes with a test copy. This is employed in the creation of
new customers.
066 - SAP Early Watch is the name given to this client. This is utilized in the SAP system if diagnosis and
monitoring services are necessary.
SSC4 is the transaction code that should be used to create a new client.
Click on New Entries and fill in the data such as City, Client number and name, Currency, Roles, and so
on.
Client-specific data must be input, and permissions must be specified.
Select save.
ST02 / ST03 / ST04 / ST05 / ST06 You could delve into the entire Work Process via table buffers,
including roll-in, roll-out, heap (private) memory, and so on. However, as every Unix or DBA administrator
knows, you look this up when you need the precise details.
4)
There are 7 types of work processes ?
1. Dialogue work process 2. Update work process 3. Spool work process 4. Enque work process 5.
Background work process 6. Gateway 7. Message server
5)
What is the procedure to disable import all option from STMS in SAP?
Go to STMS T-code
Go to menu option overview
Select System
Choose SAP System
Go to transport tool tab
Create parameter “No_Import_All” with the value set as 1
Save it
6)
What is the difference between support package, kernel and SAP note?
Support package: A support package is a bunch of corrections for the previous version or package, which
can be implemented using SPAM. Kernel: It is the core component of the application, where it contains
the executable (.exe) files.
SAP note: which is a simple document which contains data to correct an error or solution to resolve an
error.
7)
How to import transport into an SAP system ?
go to transaction STMS_IMPORT
Find the Transport by doing Ctrl +F
select the transport and press truck button to import the request
Then Pop up will come , Select Immediate & Select options and Click on Yes
9)
How to post system message in SAP ?
Go to Transaction SM02 and click on create button & In that window, you will have to provide details like
client number, server name, logon language, expires on, delete on fields as shown below.
This is used when we are going to perform any activity Like Refresh or System Upgrade or System Down
10)
What is the difference between System refresh and System copy?
SAP system refresh. An SAP system refresh is a refresh of an existing target SAP system with data from
a source SAP system
SAP system copy. An SAP system copy is a setup of a new target SAP system with data from a source
SAP system. The new target system could be, for example, an additional test system with data from the
production system
13)
What are the different statuses of a background job and their significance ?
Scheduled : This means that the steps that are required to make up the job are already completed but
the start condition is not yet specified.
Released : This means that all the steps that are required to make up the job including start condition are
defined. A job cannot be released without a start condition. A job can be released only by the
administrator or by the user who has proper authorisations.
Ready : This means that the job is ready for execution. It is kept in the wait queue by the job scheduler
and is waiting for the next free background workprocess to assign the same.
Active : This means that the job is currently active. In this state, job cannot be deleted or modified.
If the active job is not running correctly, either it can be terminated or it can be canceled in a background
workprocess in debugging mode, analyse it and can be released again.
14)
How to extract a SAR file in SAP
Navigate to the path where the SAR file is located and use following command
Stop System :
StopSap R3
ps -ef | grep startsrv - these services need to be killed
Kill -9 PID
cleanipc <IN> remove
Start SAP:
Startsap R3
Identify the user who has set the respective lock and end the user session using SM04 transaction code
18)
How to activate automatic sap* user in ABAP stack of sap?
In SAP, there is a parameter login/no_automatic_user_sapstar whose default value is 1. If the value is set
to 1, automatic login of sap* into SAP system using password PASS won’t be allowed.
SAP license key can be requested from Service Market Place from the following link :
Please download license key for a SAP system and store in your local desktop.
SLICENSE
Select each license and delete license by navigating as shown in above screen
22)
What are the advantages of SAP HANA over other databases?
SAP HANA offers several advantages over other databases, including column stores, parallelism,
projections, real-time analysis, and SQL script. The architecture of HANA is designed from scratch,
allowing for better performance and flexibility in business scenarios. It is inspired from Eclipse
Hana Database
Oracle Database
SQL
Max DB
SCC4 : This transaction is used to list all the clients that are present in the SAP system. This also
includes details like
SCCL : This transaction is used to perform local client copy in SAP system
SCC9 : This transaction is used to perform remote client copy in SAP system
SCC7 : This transaction is used to perform client import post processing activities
25)
How to perform System Refresh activity in SAP ?