SAP Basis Interview Questions



Dear readers, these SAP Basis Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of SAP Basis. As per my experience good interviewers hardly plan to ask any particular question during your interview, normally questions start with some basic concept of the subject and later they continue based on further discussion and what you answer −

The key responsibilities are −

  • System installation and configuration.

  • Load balancing on servers.

  • Performance management of different components.

  • Managing interfaces and integration with servers.

  • Managing servers and different services.

SAP GUI 7.4, the latest version for Windows was released in October, 2014. It supports various features like — it is by default installed with NWBC 5.0 and SAP GUI and GUI shortcuts are launched through NWBC.

When users are working mostly in the SAP system

SAP GUI for Windows or SAP GUI for Java is recommended.

When users are ABAP developers

For ABAP developers, SAP GUI for Windows is recommended.

When users use operating systems other than Microsoft

It is recommended that they use SAP GUI for Java and HTML or they can use SAP GUI for Windows on a remote server

For integrating Dynpro transactions to the Portal

The use of SAP GUI for HTML is recommended. This allows you to integrate classic Dynpro-based applications into the portal easily.

To maintain roles in the SAP system, we use transaction code — PFCG

SAP instance is defined when you install and configure a SAP system. These are used to refer to memory, processors and other resources in the system. SAP instance allows users to login to the SAP system and share the same resources.

A SAP instance is managed by CCMS and is used by users to login.

A SAP system can consist of one or more instances — you can set up a SAP system with a single instance with only one CCMS or you can configure a system with two or more separate instances in client/server environment.

We need to consider the following points to configure a SAP instance −

  • You need to define separate directories for UNIX, AS/400, or Microsoft Windows NT server on which the instance is to be run.

  • You can use a shared file system.

  • For each instance, there are entries created in operating system configuration files (/etc/services, /etc/sapconfig…).

Presentation layer communicates with the application server to perform all the processing. This is known as the brain of a SAP system.

An application server consists of multiple instances and communicates with the database layer of the three-tier architecture.

Bottom layer is called the database layer. This is responsible to store all the data. Database of SAP system is kept on a separate server for performance and security reason.

The Presentation layer consists of different components for ABAP and JAVA that enables the communication and processing of data in SAP system. The key components at Presentation layer also includes — Gateway. This is used to manage communication between SAP system and external systems.

You have to make use of SAP Cloud Appliance Library (CAL). This will help you to directly push SAP ECC software to your cloud environment by entering the Security key.

Go to SAP system data → Click on component magnifying glass.

The following two options will be displayed −

  • Installed Software Component Versions
  • Installed Product Versions

Under installed software component, you can see all the software installed, support package, service pack, description etc. If you want to check the details of each component, you can select the component and go to the details tab as shown above.

Go to Installed Product Versions; it will show you the version of the installed SAP NetWeaver.

A client is used in SAP system for multiple login on a single instance. You can create multiple clients on a single instance. It also provides data security as one user with one client can’t see the data of the other user with another client and also there is no need to install the software again.

The following are the advantages of client administration in SAP system −

  • Using SAP Clients, the same resources can be shared between multiple users.

  • It helps you to manage SAP system landscape as you can create multiple clients for DEV, QA and PROD team.

  • It allows you to share the SAP system with a large number of users.

  • We have standard clients in SAP system

SAP system comes with the following three standard clients −

000 − This is called the master client and is available when you install R/3 system.

001 − This is a copy of 000 and it comes with a test company. Generally, this client is used to create new clients.

066 − This is called the SAP Early watch. This is used for diagnostic scans and monitoring service in the SAP system.

Following are the steps to create a New Client in SAP −

  • To create a new client in SAP system, use transaction code — SCC4

  • To create a new client, enter the following details after clicking on New Entries −

    • Client number and name
    • City
    • Currency, Roles
  • Enter your client-specific data and set permission for the clients as per your requirement and click on save.

You can create multiple users with different access rights in SAP system. Follow these steps to create a new user −

Step 1 − Use transaction code — SU01

Step 2 − Enter the username you want to create, click on the Create icon.

Step 3 − You will be redirected to the Next Tab — the Address tab wherein, you have to enter details like First name, Last name, Phone number, email id, etc.

Step 4 − You will further be directed to another Tab — the Logon Data tab wherein,

  • You have to enter the user type under Logon data tab.
  • Type the first login password – New Password and Repeat Password

Step 5 − You will now be directed to the Roles tab wherein, you have to assign the roles to the user

Step 6 − Now, the next tab is the Profiles tab wherein, you have to assign the Profiles to user.

Step 7 −Click on Save and you will get a confirmation.

The following are the five different types of user types −

  • Dialog user — This user is used for interactive system access from GUI.

  • System user — This user is used for background processing and communication within a system.

  • Communication user — This user is used for external RFC calls.

  • Service user — This user is created for a larger and anonymous group of users.

  • Reference user — These are reference users with no logon possible, non-person related users that allow the assignment of additional authorizations.

The different ways to lock/unlock users are −

  • Manually/Forcefully
  • Automatically

Manually or Forcefully

You can lock a user forcefully/automatically using the following transaction codes −

  • Transaction- SU01 for single user
  • Transaction –SU10 for multiple users

You can set the number of incorrect login attempts and then system can end the session or can also lock the user account if parameter value is set by Administrator. There are two types of parameters used −

Static − This parameter doesn’t apply immediately and the system needs a Restart for this.

Dynamic − This parameter can be applied directly and the system does not need a Restart.

To set the value of parameters, use transaction code — RZ11s

To set the number of failed attempts, use parameter — login/fails_to_session_end.

Likewise, you have other parameters such as login/fails_to_session_end, login/fails_to_user_lock

The following are the password policy parameters −

  • login/min_password_lng
  • login/password_expiration_time

Passwords are maintained in table USR40 and transaction code — SM30 is used for this purpose.

There are two wildcard characters −

  • ?- stands for a single character
  • *- stands for a sequence of any combination characters of any length.

If you select 123* in table USR40, it means that any password that begins with the sequence "123." is prohibited.

If you enter *123*, it prohibits any password that contains the sequence "123."

If you select AB?, it indicates that all passwords that begin with "AB" and an additional character are not allowed. For example, "ABB", "ABF", etc.

Class A (High Priority) − This is used for urgent or critical tasks. These tasks must be scheduled with class A priority job. Class A job reserves one or more background work processes.

Class B (Medium Priority) − These jobs are executed after the completion of Class A high priority jobs.

Class C (Low Priority) − These jobs run once class A and class B jobs are completed.

To schedule a background job you must specify the conditions that will trigger the job to start.

The different types of start condition you want to use are −

  • Immediate
  • Date/Time
  • After Job
  • After Event
  • At Operation Mode

The different types of status are - Scheduled, Released, Ready, Active, Finished, Cancelled

You can’t unschedule a job if it is active. You need to wait for the completion of the job to unscheduled it.

Commit value is proportional to program performance. If the commit value is high, then job deletion will run faster. Recommended value is >= 1000.

DOMAIN.CFG file is created under usr/sap/trans/bin directory which stores TMS configuration and is used by systems and domains for checking existing configurations.

A Transport Request contains number of changes to be implemented in the development system. It consists of the type of change, purpose, change category, target system and other details.

Transport Requests are named in a standard format — <SID>K<Number>

For example, in <SID>K<Number> −

  • SID represents System ID
  • K stands for fixed keyword/alphabet
  • Number can be anything from a range starting with 900001

There are two type of request types that can be created in SAP system −

Workbench Request − This request type contains repository and cross-client customizing objects. Workbench requests are used to make changes to the ABAP workbench objects.

Customizing Request − This request type contains objects that belong to client-specific customizing. These requests are created in system automatically when a user performs customize setting and a target system is automatically assigned as per the transport layer.

There are two types of logs that are available in Transport Management System

Transport Logs − This keeps track of transport log files which have been moved in a transport request.

Action Log − This includes the details of action logs that have been performed in a Transport Request. This also includes exports, import, etc.

One of the important functions provided by the logs are the following return codes −

  • 0 — This value represents that export was successful.

  • 4 — This value represents that a warning was issued and objects were transported successfully.

  • 8 — This represents that a warning was issued and at least one object could not be transported.

  • 12 or higher — This value represents an error in Transport Request and this normally does not result because of objects in TR and probably occurs because of system failure.

Transport directory /usr/sap/trans should have enough space.

Kernel is an executable program that exists between SAP Applications and operating system. It consists of executable program under the path — "/sapmnt/<SID>/exe" for UNIX and \usr\sap\SID\SYS\exe\run Windows. It starts and stops application services such as message server, dispatcher, etc.

In Kernel upgrade, new .exec files replace old executable files in SAP system. To check the current version, use Transaction SM51 and go to Release Notes.

To check the status, go to System → Status tab → Other Kernel info

  • Job Processing and Scheduling
  • User Management
  • SAP system configuration and Client Administration
  • Installation and Patch Upgrade
  • Installation and Patch Upgrade
  • Managing interfaces and integration with servers

SM04:

To check number of users are logged into the system and in which client and how many session each user is generated and in each session what transaction is being executed.

PFCG:

This is used to maintain roles in SAP system.

SAP GUI is known as client tool which is used to access remote central server and runs on different operating systems like Microsoft Windows, UNIX, Mac, etc. This is used to manage and access SAP applications like SAP ECC and SAP Business Intelligence system.

SAP GUI for the Windows environment

SAP GUI for the Java(TM) environment

SAP GUI for HTML / Internet Transaction Server (ITS)

SAP Blue Crystal is a new visual design theme which succeeds Corbu. It provides a consistent design that allows users to seamlessly experience SAP GUI and NWBC elements. It is the standard theme of Fiori applications and comes with a new color palette and icons which are better scalable.

To download SAP Products. Service.sap.com to login to SAP Market Place

Sandbox server

When a project is implemented, at the initial stages a sandbox server is used where all the customization, configuration is performed.

Development Server

Next is to save the configuration in development server and saved in workbench requests and this has to be transported to Production server.

Production Server

You can consider it as last or most refined stage where the work is done when project is in production/go live. All the changes that are requires by client are performed in DEV environment and later and the request is transported to production.

To create an instance, you should first define an operation mode. To create an instance, go to CCMS > Configuration or use Transaction code RZ04.

Presentation layer communicates with the application server to perform all the processing and which is known as brains of an SAP system.

An application server consists of multiple instances and communicates with the database layer of the three-tier architecture.

Bottom layer is called database layer which is responsible to keep all the data. Database of SAP system is kept on a separate server for performance and security reason.

At Presentation layer you consist of different components for ABAP and JAVA that enables the communication and processing of data in SAP system. Key components at Presentation layer includes −

Message Server

This is used to manage communication between distributed Dispatchers in ABAP system.

Message Server

This is used to manage server processes and JAVA dispatchers. It is used to manage communication within JRE.

Dispatcher Queue

This is used to store multiple work process types.

Dispatcher

It is used to distribute the requests to the work processes.

Memory Pipes

This is used to manage communication between ICM and ABAP work processes.

Enqueue Server

This is used to handle logical locks set by the executed Java application program.

Java Dispatcher

JAVA dispatcher is responsible to receive the client requests via presentation layer and forward to the server process.

Gateway

It is used to manage communication between SAP system and external systems.

ABAP Work processes

It is used to execute dialog steps in R/3 applications separately.

You can download SAP ECC 6.0 free trial from SAP Market place. It is also possible to integrate SAP ECC 6.0 trial using SAP Cloud Appliance Library ACL to AWS or other cloud environment service provider by providing user public cloud key.

SAP NetWeaver is known as open technology software component that provides you a platform to run critical business applications and integration between people, processes and information. It allows the composition, provisioning, and management of SAP and non-SAP applications across a heterogeneous software environment.

SAP NetWeaver is one of central component of entire SAP software stack and provides you a platform for other components and JAVA and ABAP applications.

SAP Application server consists of multiple several application server instances and also database servers. With use of dialog instance, it also contains message server and an enqueue server.

Internal Communication Manager

It is used to process both client and server web requests. It supports protocol – HTTP, HTTPS, SMTP

Dispatcher

Dispatcher is used to distribute the user request to different work processes. If all the work processes are busy, requests are stored in Dispatcher queue.

Work Processes

These are used to execute Java or ABAP programs.

SAP Gateway

This provides RFC interface between SAP instances.

Message Server

Message Server

SAP NetWeaver Administrator (NWA) is a Web-based tool that allows you to perform configuration, advanced administration, monitoring, troubleshooting, and diagnosing a SAP NetWeaver system.

You can use NWA tool in these working modes −

  • Online
  • Local and remote

A client is used in SAP system for multiple login on single instance. You can create multiple clients on a single instance. It also provides data security as one user will client can’t see data of other user and also there is no need to install the software again.

  • Using SAP Clients, you can share the same resources between multiple users.

  • It helps you to manage SAP system landscape as you can create multiple clients for DEV, QA and PROD team.

  • It allows you to share the SAP system within large number of users.

  • Standard Clients in SAP system.

  • You can create clients in SAP system from 000-999.

It is always recommended to use import/export option for client copy when database size is large.

Steps to export a client −

Log on to Target system and create an entry for new target client using Transaction SCC4. To perform export for transferring data files to target system import buffer use Transaction SCC8.

It is also possible to define password policy for users in SAP system. This includes −

  • User has to set minimum password length
  • Password expire policy
  • Password complexity, etc.

Background jobs are jobs in SAP system that run in the background without effecting normal operations in the system. Background jobs are used to reduce manual effort and to automate the process. They can run in the background without any user input and can be scheduled to run when system load is low.

Released

Transaction Code: SM37

Use * in job name column and select the status to see all the jobs created by this user. Also enter the date range as per the requirement → Execute

TMS is one of the key component in SAP system and used to control the new requests, to monitor the changes- who has implemented the changes, defining and configuring system landscape in SAP environment.

Change and Transport Organizer CTO

Transaction: SE01

This is used to manage, configure the changes in SAP repository and other objects. This provides you a central environment for development and configuration projects.

Transport Management System

This is used to manage, control and copy development objects and for customization to perform in SAP system landscape using transport routes configured with RFC Connections. This includes exporting the objects from one SAP system and importing to target system.

Tools

Tools are part of SAP Kernel and are used to manage R3 trans and transport control program.

Log on to SAP system that you want to add to system, use client 000 and start transaction STMS. If system is not added, TMS will check configuration file DOMAIN.CFG and will ask to join the domain. Click on -Select the proposal and save. System will remain in ‘Waiting’ status initially.

To complete the task → login to Domain Controller System → Transaction STMS → Go to Overview → Systems.

You can see new system that will be available. Go to SAP System → Approve

Transport routes are defined as routes that are defined by SAP Administrator to transmit the changes between different SAP systems.

You can define two types of transport routes −

  • Consolidation (From DEV to QAS) – Transport Layers are used
  • Delivery (From QAS to PRD) – Transport Layers not required

You can also check the logs once the transport request is completed. To check the logs, Transaction SE01 → GoTo → Transport Logs

In SAP system, when a bug is found you have to use patches to fix the bug. There are different types of patches that can be used in SAP system. All patches start with SAPK followed by patch type.

ABAP (SAPKA620XXXX)

ABAP (SAPKA620XXXX)

ABAP (SAPKA620XXXX)

ABAP (SAPKA620XXXX)

Patches are also called support packs and they should be applied in this sequence −

BASIS (SAPKB620XXXX)

ABAP (SAPKA620XXXX)

ABAP (SAPKA620XXXX)

APPLICATIONS (SAPKH470XXXX)

You can download support package from SAP Service Market place. Open the link- service.sap.com and login with your SID.

System monitoring involves proactive monitoring of Application servers, CPU Utilization, Database space, monitoring log files, etc.

System monitoring also includes −

  • Batch Jobs monitoring
  • Batch Jobs monitoring
  • Monitoring Application Users
  • Spool Request Monitoring
  • Print Requests

To monitor SAP system, use Transaction SM51

To communicate between SAP systems, there is a need to define a mechanism. One of the most common way is to define Remote function Call RFC connection between two systems. By creating a trusted RFC connection between two, it allows you to create trusted-trusting relationship between systems and you can communicate and exchange information and data.

Type 3

This connection type is used to specify connection between ABAP systems. As mentioned in next article, you need to mention host name and IP address of source system and also the logon information. This is applicable for both type of RFCs, between ABAP systems and external calls to ABAP systems.

Type I

It is used to specify ABAP systems connected to the same data base as the current system.

Type T

It is defined as connection for destinations to external programs that use the RFC API to receive RFCs. This can be activated using start or registration.

Creating a Trusted RFC Connection −

On your source SAP system AA1 you want to setup a trusted RFC towards target system BB1. When it is done it would mean that when you are logged onto AA1 and your user has enough authorization in BB1, you can use the RFC connection and logon to BB1 without having to re-enter user and password.

Using RFC trusted/trusting relationship between two SAP systems, RFC from a trusted system to a trusting system, password is no required for logging on to the trusting system.

Open SAP ECC system using SAP logon. Enter transaction number sm59 → this is transaction number to create a new Trusted RFC connection.

What is Next?

Further you can go through your past assignments you have done with the subject and make sure you are able to speak confidently on them. If you are fresher then interviewer does not expect you will answer very complex questions, rather you have to make your basics concepts very strong.

Second it really doesn't matter much if you could not answer few questions but it matters that whatever you answered, you must have answered with confidence. So just feel confident during your interview. We at tutorialspoint wish you best luck to have a good interviewer and all the very best for your future endeavor. Cheers :-)

sap_basis_questions_answers.htm
Advertisements