What is SAP Basis?
SAP basis acts as an operating system or a platform for SAP applications to run. It supports the entire range of SAP applications.
What is the difference between Developer Trace, System Log and System Trace?
System Trace: When you want to record internal SAP system activities, system trace is used. The trace is useful in diagnosis internal problems within SAP system and the host system.
System Log: To know the recent logs for application server and CI, System log is referred.
Developer Trace: In the event of problems, developer trace, records the technical information about the error or problem.
For problem analysis and system monitoring Developer trace or System log is used.
What is private mode?
In private mode, the heap data is exclusively allocated by the user and is no more shared or available across the system. This occurs when your extended memory is exhausted.
What is OSP$ mean?
Two users “OPS$adm” and “OPS$SAP” Service are created in your SAP system and to connect and communicate with database internally this user mechanism is used.
Before your upcoming job interview, take a moment to review our meticulously prepared collection of frequently asked SAP Basis interview questions and answers, tailored specifically for freshers. It’ll help you feel more confident and prepared for the interview process.
What are the different types of RFC?
RFC (Remote Function Call) is a mechanism to communicate and exchanging the information between other SAP systems.
There are four types of RFC’s system
- Synchronous RFC (S RFC)
- Asynchronous RFC (A RFC)
- Transactional RFC (T RFC)
- Queued RFC (Q RFC)
How to perform a SAP-export and import tables in SAP from OS level?
To export or import tables in SAP from OS level you have to follow three steps and by using R3trans utility in SAP
Step 1: Collect all list of tables to be exported
Step 2: Check whether enough disk space is available in the directory where you going to export.
Step 3: Create two control files for R3trans which will be used for import and export.
What is the difference between – support package, kernel and SAP note?
SAP Note: An error in a single transaction or program is removed by implementing a SAP note.
Kernel: Kernel contains the executable files (.EXE) like other applications and when a Kernel upgrade is done a new version of the EXE file replaces the older versions.
Support Package: SAP support packages is a bunch of corrections, this can be used by applying transaction SPAM
What is the purpose of table TADIR?
Table TADIR contains object directory entries.
What is the difference between SDM and JSPM?
JSPM (Java Support Package Manager) is used to apply support packages on deployed software components. In other words, it’s a tool that allows you to install the components and support packages.
SDM (Software Delivery Manager) is used for importing Java Support Packages. To deploy and manage software packages received from SAP, SDM tool is used.
What is the procedure to disable import all option from STMS in SAP?
To disable import all option from STMS in SAP, steps are:
- 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 value set as 1
- Save it
What is the different type of users in SAP?
Different types of users in SAP are
- Dialog Users
- System Users
- Communication Users
- Service Users
- Reference Users
What is the use of reference and service user in SAP?
Service User: For “service user” initial password or expiration of password are not checked. Only admin has rights to change the password, users cannot. Multiple logins are possible.
Usage: Service users are for anonymous users. Minimum authorization should be given to such type of users
Reference User: For this kind of user’s GUI login is not possible.
Usage: In case of emergency, with the help of reference user, it is possible to provide one user authorization to another user.
What is SAP single stack system?
A single stack system is defined by SAP system either with JAVA as runtime engine or SAP Netweaver as ABAP.
What are the tools to install JAVA patches?
To use the JAVA patches, SAP installer (SAPinst.exe) is employed. SDM and JSPM are the latest versions of tools used to deploy Java Patches.
What is “Data Sets” in SAP?
To solve queries which cannot be solved by using the method interfaces, a set of information is used. This set of information is known as “Data Sets”.
What is LUW (logical unit of work)?
A list of steps among t-code in known as logical LUW
What is heterogenous system copy and homogenous system copy?
Homogenous system copy = Same OS + Same Database
Heterogeneous system copy = Different OS + Different database or same database
What are the functional modules used in sequence in BDC?
Using BDC programming a data can be transferred successfully.
There are 3 functional modules which can be used in a sequence.
- BDC _OPEN_GROUP: Name of the client, sessions and user name are specified in these functional modules.
- BDC_INSERT: It is used to insert the data for one transaction into a session.
- BDC_CLOSE_GROUP: It is used to close the batch input session.
What is a background processing batch scheduler?
To check the schedule background jobs and to execute them parameters like rdisp/btctime is used. These parameters define background processing batch scheduler.
What is SAP IDES?
SAP Internet Demonstration and Evaluation System or SAP IDES, this system demonstrate the functionality of various SAP solutions used by important customers.
What is the purpose of TDEVC?
The purpose of TDEVC contains development classes and packages.
What are the types of work processes in SAP?
- Dialog
- Enque
- Update
- Background
- Spool
- Message
- Server
- Gateway
What is the role of “Application Server”?
Application Server takes the request from the user and if the request requires data then it connects to the database server and gives output.
What are the types of transport queries?
- Customising Request
- Workbench Request
- Transport of Copies
- Re-location
What is business KPIs?
Business KPIs are Key Performance Indicators. It indicates the performance of a company at a strategic level. They help in leading the company on the desired track by comparing company’s previous performance with the market leaders in the same market.
What is the importance of table T000?
Table T000 contains a list of defined clients, where we can maintain transaction code SCC4.
What is SAPS?
SAPS stand for SAP Application Performance Standard, which is a hardware independent unit which describes the performance of a system configuration in SAP environment.
What is the difference between Central Instance & Application Server?
Central Instance has message server and dialog, update, spool, enque, gateway, background work processes.
Application server has dialog, update, spool, gateway and background work process.
What are the different types of transport requests in SAP BASIS?
Four types of transport requests are there
- Customizing request
- Workbench request
- Transport request
- Relocation
What is the difference between asynchronous and synchronous transport?
Synchronous Transport – Dialog or batch process are blocked until import is ended
Asynchronous Transport – Dialog or batch process is released after import is started.
What is the difference between Consolidation and Development route?
In consolidation route – objects can be changed and they can transport from one system to other. This is the route between development to quality
In Development route – Objects cannot be changed and they cannot be transported from one system to other. This is the route between quality to production
What is supplementation language?
Default SAP systems are pre-installed with English and German.
SAP does support many other languages which may not full translate from the default English and German. To fill this gap, Supplementary language (a program) is installed.
What is ASAP?
It’s an old term for an implementation strategy.
Blueprint -> prototype -> goLive (if you want to say it in one sentence).
Could you plz provide sap security interview question