SAP BASIS Interview Questions with answers
Question.1 What is SAP R/3? R/3 stands for?
Answer: System Application and Products. R stands for real-time environment version 3.
Question.2 What is T_Code?
Answer: If we want to perform any operations that can be performed with T_Code. T_Code stands for a collection of dialog steps.
Question.3 What is the Instance?
Answer: It is group of R/3 services which are started and stopped together,
Question.4 What is the central instance?
Answer: Where the message server arta dispatcher staying together that instance will be called as central instance.
Question.5 What is the Dialog instance?
Answer: If all work processes are dialog then it is called as a dialog instance.
Question.6 What are the Message Server and Dispatcher?
Answer: Message Server can communicate all the dispatchers that are existing in a system. Dispatcher is used for receives the information from the Presentation server and dispatches to work processes.
Question.7 What is the T_Code for checking the R/3 installation?
Answer: SICK or SM28.
Question.8 What is the T_Code to activate the objects after installation?
Answer: SGEN.
Question.9 Can I script the starting and stopping of Ft/3?
Answer: Definitely. You can use the SAPSTART, SAPSRVKILL and SAPNTWAITFORHALT executables.
Question.10 Where can I get a list of all transaction codes in SAP?
Answer: The following tables hold all SAP transactions: • Table TSTC stores all transaction codes and their respective ASAP program. Table TSTCT stores the text (or description) for each transaction. Table THSTC has also documentation for all transaction. It is a copy of TSTCT. Table TSTCP stores the possible parameters for each transaction.
Question.11 Where can I get a list of all tables in SAP?
Answer: Table 00022 stores all tables in SAP.
Question.12 What happens if I start a dialog instance but the database and SAP services are down on the central instance?
Answer: The SAP<SID>_xx and SAPOSCOL services will start. However, the work processes will end soon after being started.
Question.13 What happens if I start a dialog instance but only the database services are up on the central instance?
Answer: The SAP services will start and so will the work processes. However, because the message server is down on the central instance users will get the message “No logon possible (no hardware ID received by message server) when trying to log on. No user logins will work. The “Process List” in the SAP MMC will stay in yellow.
Question.14 using Single Sign-On, do the passwords in SAP and Windows have to match?
Answer: No. Only the user IDs must match for single-on to work.
Question.15 Can SAP be installed on FAT or FAT32 partitions?
Answer: No. SAP needs to be installed on NTES partitions only
Question.16 What is SAP MMC good for?
Answer: The SAP MMC has multiple uses. Among them: starting/stopping instances and viewing/analyzing the developer traces (dev_disp, dev_ms, dev_ w*).
Question.17 After a new installation of R/3 Enterprise, the system has a temporary license. How long does this license last?
Answer: This temporary license lasts up to four weeks. After that, nobody can log into the system except SAP. Therefore, users must request a permanent license at the early stages of an installation.
Question.18 How does an SAP instance read logs?
Answer: For every lock entry the pointer to the lock is maintained in a separate table. All the instances look into this table to detect lock entries.
Question.19 how can I see all the available icons in SAP?
answer: Execute transaction BIBS and select Elements -> Icon Overview. You can use the code that appears on the last column in order to put icons in system messages (5MO2).