Вы находитесь на странице: 1из 9

SAP BASIS Interview Question and Answers

Question : When I check transaction SM37 and I want to see the spool I get a message that says ?no list available.? Why is this?

Answers:

There are several possible reasons. The spool is sent to a printer and deleted. The spool is too old and the housekeeper deleted it. Also, some test reports simulate a calculation then rollback. It works fine online. When a background job does a rollback then it rolls back the spool as well.

Question : What is the purpose of table USR02?

Answers:

This table stores User IDs and passwords

Question : What is the difference between R/3 and ECC?

R/3 is a term used for SAP Core prior to version 4.7 and after 4.7 and especially 5.0 and above it is called ECC-Enterprise Central Component.

Question : What is meant by the terms L and F access

Answers:

An ?L? access method refers to local printer. It is local to the SAP server, not the user. An ?F? access method refers to front end printer. This uses the user?s Windows printer.

Question : Will a client copy transfer the background job schedules and all client dependent data?

SAP_ALL will copy all client dependent data including schedules to the new client. Remember that ABAP programs are always client independent. Only the masterdata (variant) is client dependent.

Question : How can you tell if a transport entry is in the process of being imported?

Answers:

Check table TRBAT


Question : Will restarting the PRD server every week affect server performance?

When you restart the server, the SAP ABAP program buffer and other buffers are emptied. As far as performance goes, the reports runtime will be a bit longer during the first run. You can restart the system every week without harm. The only reason against it may be the SLA/users demand.

Question : Stop parameter of ORACLE

Answers: 1

Normal: It is not possible <data base> to log it on newly. After all users logoff, the data base is ended. The correspondence of data is maintained and is immediate: Only a current command is executed. The transaction to which all sessions are ended and opened by PMON is done the roll backing and is abort: The transaction which the urgent data base shutdown and opens does not have the correspondence of data that the roll backing is not done. When being start next time, SMON takes the correspondence.

Answers: 1

Oracle database can be stopped in the following mode, Shudtown immediate,normal, abort

1. Immediate: Uncommited changes are written, no further user login in allowed. 2. Abort: Shudown is immediate, no login allowed, no changes saved. 3. Normal. No new users, existing users are allowed to complete their transactions. Can take some time to shutdown the database.

Question : How to know whether a system is Unicode or non Unicode?

Through sm51 t-code we can see whether it is unicode or not. in sm51 t-doe we can find the release notes button in the application tool bar if u click on that u can see the total information like database, os, kernal version and uniicode or non unicode.

Go System >click on Status it will give the server information on SAP SYSTEM DATA it UNICODE SYSTEM field YES or NO

Question : Where to check for system logs of Sap application at os level?

Answers:

The system Logs of SAP Application at OS Level can be checked at SAPMMC -> SAP Systems -> SID -> Syslog.

System logs can be checked in T-Code SM21

Question : What is the importance of the clients 000,001 and 006? Answers:

000 is also called as Master Client or Golden client. It contains cross client data & Companies Hardware configuration, Patches, Add ons Plug ins Etc 001 is the copy of the Master Client. 066 is called as Early Watch Client. If there is any problem with the SAP system then the early watch client throws the alerts.

Question : How to transport users from one client to another? Answers:

1. Goto T-code SCC1 2. Choose the Source client from where the Users to be transferred to other client 3. Chose the SAP_USR profile 4. Transport request NO. is generated 5. Release the Transport request and export 6. Import the transport request into target system

Question : What are common transport errors? Answers:

Return code (4) indicates imported ended with warning. Ex: 1. Generation of programs and screens 2. Columns missing and Rows missing. Return code (8) indicates not imported ended with error Ex: 1. Syntax error. 2. Program generation error. 3. Dictionary activation error. 4. Method execution error. Return code (12) indicates import is cancelled. Ex: 1. Import is cancelled due to object missing. 2. Objects are not active. 3. Program terminated due to job ?RDDEXECL? is not working. Return code (16) indicates import is cancelled. Ex: 1. Import cancelled due to system down while importing. 2. Import cancelled due to user expires while importing 3. Import cancelled due to insufficient roles.

Question : what is the standard program to check the consistency of partner profiles? Answers:

RSECHK07

Question : What JAVA tools to install JAVA Patches?

Answers:

SAP Installer (SAPinst.exe) is used to apply the Java patches.(The program is used to install Instanceas well as ABAP instances by choosing different option)

In latest sap versions tools like SDM and JSPM are used to deploy the Java patches. Even SAP Kernel can be applied using JSPM tool.

JSPM or SDM is used to deploy the JAVA SUPPORT Patchs

JAVA tools to install SAPinst.exe tools"SDM and JSPM" are used JAVA Patches.

Question : How many transport request types are there? Answers:

Four types of transport requests 1. customizing request 2. Workbench request 3. transport of copies 4. relocation

Question : What is Bex? Answers:

BEx (Business Explorer) is the reporting tool used to work with data in the BW database. BEx has a Web-based user interface and is made up of two components, the BEx browser and the BEx analyzer. The BEx browser provides an organized interface where a user can access and work with any type of document assigned to them in the Business Information Warehouse, such as workbooks, links, and BW Web reports. The BW database itself is segmented into discrete data areas called InfoCubes that are made up of data and associated metadata. The BEx analyzer allows the user to examine segmented data in a variety of useful combinations, for example when comparing financial data for different fiscal years.

Question :

What SAP tools you use to install SAP patches? Answers: 1

SPAM is the sap tool used to install sap patches But if patches is less then 10MB at that time you will Run transaction SPAM , if patches greater then 10 MB at that time you hav to UN car by using SAPCAR File name and after UNCAR put the file in /user/trans/directory.

Answers: 1

And Put Those File in/USR/Trans/Eps/In

Answers: 1

SPAM JSPM can also used to apply SAP patches, But mostly used to Patch Java.

Question : What is Consolidation route and delivery routes? Answers:

The route between development to quality is called consolidation route. The route between quality to production is called delivery route. It is used to transport data dev-->qua-->prod.

Only in Consolidation route the objects can be changed and we can transport to one system toanother system but in Delivery route changing the object is not possible and we can't transport it. Simply we can say objects are change and transport is possible in Consolidation and it is not possible in Delivery Route

Consolidation Route is moving the Objects from Development system to the Quality system Delivery is Moving the objects from Development to Quality . This route is only used by the SAP when the get in to our Landscape.

Question : what is the full name of SAP Default user DDIC. Answers:

DDIC stands for DATA (D) DICTIONARY(DIC)- DDIC

Question : How can i check the user login details activity in a month. Answers:

Through SM20 we can check the user login details.

Question : How to transport from uses from one client to another? Answers:

First export the objects for transport from the table AQLDB to the transport table AQTDB. This creates a transport request for the transport system that includes all entries created by theexport from table AQTDB (transport dataset). The request covers all the entries from table AQTDB (transport dataset) generated by the export and has a name which corresponds to transport system conventions (sysKnnnnnn). In the table AQTDB, the transport dataset is stored under a key which matches the name of the transport request. If you are transporting within one SAP system (that is only from one client to another), you can also import the transport dataset from the target client. In this case, you use the name of the transport request which is specified during the export and matches the key of the transport dataset in the table AQTDB. During this import, the system reads the transport dataset from the transport table AQTDB into the table AQLDB. At the same time, it performs numerous checks which ensure that no inconsistencies occur in the table AQLDB.

first ralease or export the object on target system. now login parent clients and hit T.code- stms -> import overview now add the request from extra-> other requests->add select the request and click the import the request now fill the client no. and then continue... Now your object is import to another clients.

first ralease or export the object on target system. now login parent clients and hit T.code- stms -> import overview now add the request from extra-> other requests->add select the request and click the import the request now fill the client no. and then continue... Now your object is import to another clients.

Question : How can we creat a Z authorization object and what the procedure and the T-code for the same?

Answers:

Tcodes for Creating z authorisation onject - su20,su21. su20 - create the authorisation field list. su21 - Create a object class,include the added authorisation object.select the tcode assignment and assign to the needed tcode. Go to the User profile and add the object manually give the authorisation .

Question : How you will do client copy? If SAP * user is not available at all in your system then how u will do client copy? Answers:

Just goto RZ04 and increase the number of background processes in the specified operation mode.We do a system copy using SCCL transaction. If SAP* is not available, login at OS level as SIDADM and sqlplus /nolog connect /as sysdba; delete sapsr3.usr02 where mandt='<client no.>' and bname='SAP*'; goto /usr/sap/SID/SYS/profile and change the default profile. Add the parameter ogin/no_automatic_user_sapstar=0 0R goto RZ10,select default profile and extended maintenance and change. add the parameter ogin/no_automatic_user_sapstar=0

Question : What is the difference between Synchronous and asynchronous transports? Answers:

Dialog or batch process is blocked until import has ended in synchronous transport. Dialog or batch process is released after import is started in asynchronous transport.

Two programmer(Threads) at a Same Time is call synchronous and Two Programmer At different time is call Asynchronous. example: audio and Video at Same time is synchronous audio and Video is different time is Asynchronous.

Вам также может понравиться