Sunteți pe pagina 1din 50

From 20th page basis interview questions are starting.

Where will you defind logon balancing, how


Question would define and Rank Answer Posted By
what strategy will you use?
Question Submitted By :: Mujeebishaqui
I also faced this Question!! ALL Interview .com
Answer use SMLG to define logon load-balancing. 0 R05han
Grouping of App servers should be based on
Application area (HR/FICO/SD) to optimise
the server resources according to usage of
these work groups.
E.g. to avoid cases where buffers of HR
objects gets replaced by FICO and this leads
to performance issues for both HR & FICO
users, if both users are on same server.

Answer In SMLG we will define the logon load 0 Sudhan


balancing. the main
usage of SMLG is reduse the load on the
server.

I've performed table space adjustment while


doing a client
copy in production system.do i need to do
Question that table space Rank Answer Posted By
adjustment in my disaster recovery system as
well?
Question Submitted By :: Vinvk
This Interview Question Asked @ AT&T
I also faced this Question!! ALL Interview .com
Answer No, you dont require to do adjustment again. 0 Ashwin Mane
The attributes has been already set.

Answer no, you dont require to do adjustment again. 0 Abdul Azeez


The attributes has been already default set
and one thing
u have observe that u are not allow to
develop any kind of
customizing in production system because it
is set to not
modifiable and it is for end users
only .....

what is the difference between db01 locks


Question and sm12 locks? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ AT&T
I also faced this Question!! ALL Interview .com
Answer DB01 show Databses locks and deadlocks 2 Beginer
where as SM12 deals with SAP level locks.

Answer db12 is Backup and recovery monitor and DB01 0 Ravi


is performance
of lock waits and Deadlocks

Answer DB01 ---> Analyze exclusive lock waits 0 Jilan


SM12 --> Display delete locks

Question What do will do in OS level monitoring Rank Answer Posted By


Question Submitted By :: Mahesh
This Interview Question Asked @ HCL
I also faced this Question!! ALL Interview .com
Answer To check the High I/O utilization 0 Jilan
sar -d 5 5

in HPUX, execute the glance command it


invoke GUI and
monitor the resouce utilziation( CPU, DISK
and SWAP)

top command to check with processes consumes


more cpu
resource

netstat, vmstat, iostat, uptime,


Answer Hi, 0 S.m.feroz Ahmed
OS level monitoring can be handled with
command PFMON .Goto
Start-----Run -----type pfmon and we can
view the CPU
utilization and other disk monitoring etc.

Answer useing st06 t-code we will do local os 0 Munisankar Naidu


monitoring

Difference between mount point and file


Question system Rank Answer Posted By
Question Submitted By :: Mahesh445
This Interview Question Asked @ HCL , Ibm
I also faced this Question!! ALL Interview .com
Answer file systems will be created on mount point 0 Kmsc

Answer Hi, 5 S.m.feroz Ahmed


Mount Point something when we start dba in
SAP Basis and
the procedure to start Mount Point is goto

cmd---c:/usr/sap/sid/sys/exe:/SAPDBA and
press enter and
type start and when the start is entered the
Sapdba gets
Mounted and one can check for the same by
selecting work
process and it will show the status of Mount
Point as
started.

File System is something related to system


files present in
System32 .

Answer Mount Point 0 Vignesh


in unix/linux/solaris box we used to call as
mount points
and is the place where Files and folders
will be stored.

File system

file system is different.example


NTFS/EXT3/EXT2/ and etc

Each mount point may have different


filesystem based on
requirement.

filesystem can be defined as way(format)the


files are stored
on disk

I am doing a client copy with sap_user


profile in a cua
environment.but the cua doesn't let the user
Question master data be Rank Answer Posted By
over written in the target client.what to
do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer go to scc4 edit the client 0 Rushikesh
change cross-client object changes
allowed,and protection
level 0

I am facing error at the time of background


job(SAP_WP_CACHE_RELOAD_FULLStep 001 started
(program
RWP_RUNTIME_CACHE_RELOAD, variant
SAP&RELOAD_ALL, user ID DDIC)
No component system chosen
Question Job cancelled after system exception Rank Answer Posted By
ERROR_MESSAGE
Step 001 started (program
RWP_RUNTIME_CACHE_RELOAD, variant
SAP&RELOAD_ALL, user ID DDIC)
Message no. 00550
please help me with this
Question Submitted By :: Guest
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Hi, 0 S.m.feroz Ahmed
One can cancel their own jobs with the help
of command SMX.

we do uncar support packs into trans/eps/in


before applying
them through spam to r/3 ecc6.do we need to
Question uncar support Rank Answer Posted By
stacks while we do abap and java stack
upgradations through
jspm to nw2004?
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer First of all you cannot apply support pack 0 Lalit Rana
for ABAP using
JSPM. JSPM is used only for JAVA support
packs. For ABAP
support pack you can use tcode SPAM.
Secondly for applying JAVA support pack you
do not need to
uncar any JAVA support pack. You just need
to copy the
files as it is in the /usr/sap/trans/EPS/in
folder and
apply them using JSPM. But in case of ABAP
support pack you
need to uncar all the support pack and then
apply them
using tcode SPAM.
I hope my answer is clear and correct.

Answer Mr. Lalit Rana 0 Aasmi


Their is t-code like JSPM

Answer Hi for applying JAVA support pack you need 0 Sundar.c


to use JSPM,

From OS level goto --->


/usr/sap/<SID>/DVEBMGS00/j2ee/JSPM

from there you can find the file name "go"

execute the go command then it will display


the new window
for applying the JAVA support pack.
Regards,

Sundar.C

how to know if there are expensive sql


statements
Question running?what will you do then to improve the Rank Answer Posted By
response time?
Question Submitted By :: Vinvk
This Interview Question Asked @ Atos-Origin
I also faced this Question!! ALL Interview .com
Answer Detection of Expensive SQL Statements 0 Yash
Using the
Transaction Profile and the Statistical
Records:
o Using the ST03N transaction profile,
you can
identify transactions that cause a
significant part of
total response time, as well as transactions
with high
database request times. Use of the
Transaction Profile:
&#61607; Sort the Average DB time (ms)
column in descending
order. Transactions with high average DB
request times
might be caused by expensive SQL statements.
&#61607; Sort the Total Database Time
column in ascending
order. Then Total this column. Transactions
causing more
than 5% of this total database time are
worth a closer look
with respect to tuning measures. .
&#61607; Sort the Total Response Time
column in ascending
order. Then Total this column. Transactions
causing more
than 5% of this total response time are
worth a closer look
with respect to tuning measures.
o Use Statistical Records (STAD):
&#61607; On the transaction STAD entry
screen, enter the
following restrictions:
Choose a time frame (remember that
statistical
records are only available for a certain
time).
Select Task Type D.
Enter a relevant value for DB request
time, for
example, 1000 ms.
&#61607; Analyze all available data
for long-running dialog
steps by double-clicking individual entries
in the result
list.
o Using the Database Monitor:
&#61607; On the entry screen of the
database monitor you
should check the following values: .
The quality of the database data
buffer should be
higher than 95%. During .warming up. of the
SAP system the
quality may be lower, but should still be
above 90% (except
during a very early phase).
Check the number of user calls
compared to
recursive calls. There should be less
recursive calls than
user calls.
Check the Reads/User Call. If this
value exceeds 30
(blocks read per user call) then this is a
strong indicator
for expensive SQL statements.
&#61607; Use the Database Process
Monitor:
Enter transaction ST04 and then
choose Detailed
Analysis Menu &#8594; Oracle Session. .
Identify the long-running task by
finding the
corresponding workprocess ID. Compare the
first value in
the Client PID column with the process ID of
a work process
in SM50/SM66. Alternately, you can use the
link to the work
process information by choosing Process
after having marked
one line in the Oracle process overview. .
Check the current action on the
database by
clicking the statement in the SQL statement
column. In the
resulting popup window, you will see the
following options:
o 1. Dictionary information on the
accessed object
o 2. The display of the execution plan
for the SQL
statement (also called Explain)
o 3. A reference to the call point in
the ABAP
program (if possible) .
Analyze the Explain
Answer You can check your Early watch report which 0 Lalit Rana
gives the list
of expensive SQL statement.

Answer ST03 ---> Detailed Analysis--> Transaction 0 Venkatesan K


profile-->
Standard--> Selectb task type as DIA--->
Sort the Totao DB
time in Ascending order

ST04--> detailed Analysis--> Resourse


Consuption--> Oracle
Seeion Monitor--> Identify the long running
task by
comparing that with WP Id.
Double click on the task --> resulting DIA
Box--> Explain
SQL statement-->Analyse

how to check if your r/3 system is 32bit or


Question 64bit? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ Atos-Origin
I also faced this Question!! ALL Interview .com
Answer To check if your R/3 system is 32bit or 0 Lalit Rana
64bit you can get
it by executing "disp+work" file which is
part of your
kernel in /sapmnt/<SID>/exe. Just follow the
following step:

su - <sid>adm
cd /sapmnt/<SID>/exe
disp+work

When you execute this file it will give the


output which
will contain the following line.

disp+work information
--------------------

kernel release 640

kernel make variant 640_EX2

compiled on AIX 2 5
00029F1AD300
compiled for 64 BIT

compilation mode Non-Unicode

compile time May 31 2009


22:26:33

update level 0

patch number 286

source id 0.286

You can see in the above lines stating


"Complier for
64bit". Incase of 32bit it will show 32bit.

Answer Also, you can use 0 Sirish


bootinfo -k

command at OS level in AIX


It will return 32 or 64 value based on your
system

Regards
Sirish

Answer Hi, 0 Syed Mahboob


To know whether the system is 32 or 64 bit
Feroz Ahmed
one should know
that a R/3 system is installed only on NT
based platform
i.e : one can install r/3 system on NTFD
file system and
not on FAT file system.

Answer In window in the command line syscheck or 0 Ravi


system check it
will get all the information

Answer By using DPMON in cmd> prompt 0 Ganesh Varma


Answer we will identify the system 32- bit or 64 - 0 Sudhan
bit in OS level
DISP+ WORK and SAP level system status

Answer In HP-UNIX go to this command uname -a 3 Sunitha Pakala

Question how to change the owner of a file in unix Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer by using chown user:group filename 0 Deepak
deepak.basis.ua@gmail.com

Answer chown <new_owner><new_group> file_name. 0 Lalit Rana

Answer # chown <user>:<group> <filename> 0 Robin Padilla -


Liver Lover

after changing some parameters in rz10 and


Question restart,the Rank Answer Posted By
system doesn't start up?what to do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer check the old parameters in parameter file 0 Deepak
at os level trace
the wrong parameter n bring back to old
values

else rollback all the new values in profile


parameter file
then try to start again
deepak.basis.ua@gmail.com

Answer When you make changes in RZ10 and save it, 0 Lalit Rana
before
overwriting the profile files in
/sapmnt/<SID>/profile
folder the system makes a file with
extention .BAK which is
created just before overwriting the original
file.
So incase if you system doesnt comes up
after making
changes in RZ10. Just backup the current
profile files and
then rename the .BAK with the original file
name which will
bring back the old profile status, then try
starting the
SAP system.
As a best practice you should always back
the profile files
before making any changes to it.

some parameters need to be set whiconnecting


Question EP to R/3 system.what are they? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer Parameters:
Connector:
Application Host : <host.domain>:<port>
Remote Host type : 3
SAP Client : Client
SAP System ID : System ID
SAP SYSTEM NUMBER :00
SYSTEM TYPE : SAP_R3

WAS
WAS Host NAme : <host.domain>:<port>
WAS Protocol : http

how to find if there are an expensive sql


Question statements Rank Answer Posted By
running.if yes,what to do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer You can check your Early Watch report which 0 Lalit Rana
gives you the
list of expensive SQL statements and then
you can
coordinate with you ABAP consultants to get
it fine tuned.

Answer By using ST05 transaction we can find 0 Hameed


expensive sql
statemente.
if found intimate ABAPers to change the
logic or chanege
the sql statement while fetching data from
D/B.

regards
Hameed

Question what do you monitor in st04? Rank Answer Posted By


Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer terminal 0 Yash
time (for execution transaction)
transaction
type
session
user

These information will be there.

Answer In ST4 you can Monitor all details related 0 Lalit Rana
to database like:
1. Cache Quality
2. Disk read
3. Buffer read
4. Read / User calls.

The above parameter helps in concluding the


health of you
database.
Answer Using ST04 we can monitor follwoing areas, 0 Ashwin Mane
1. Backup & recovery
2. Jobs status
3. Performance
4. Space
5. Configuration
6. Diagnostics.

Answer using ST04 we can moniter Database 0 Mohammadazam


Performance like-
database buffer
shared pool
time statistics
redo log details
status of - memory and disk

Answer Database monitering 0 Basis


1. sql profile
2.exclusive deadlocks
3.errorlogs
4.system tables
5.performance history
6.SQL statistics

a transport is imported into QAS in 2


minutes time.the same
Question transport when imported into prd is taking Rank Answer Posted By
more than
20minutes.why?and what to do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer One reason for the above issue could be that 0 Lalit Rana
the QA system
has been defined as domain controller and
since /usr/sap/trans is there in the local
system so the
time it takes to transport in QA is very
less and since in
case of PRD it has to travel over network it
will take more
time. You can check you network also if
incase there is any
issue.

Answer Since in QA there will be less number of 0 R.ashok Kumar


users working, So
it may take less time. Whereas in Production
a huge number
of end users will be working and the
transports take lot of
time to import.

Answer In Quality system contains less number of 0 Ganesh Varma


users so it not
take more time to Transport but whereas in
Production
system huge number of end users are
continuosly working so
it will take time to transport...

Answer To resolve the concern prob. we need to 0 Ashwin Mane


understand
background process of STMS.
There may be several reason depend upon
perticular
configuration at you end for the concern
delayed.

Verify following point to trace the actual


reason.
1. STMS CONSISTANCY
2. LOAD ON THE PERTICULAR SYSTEM
3. NETWORK CONFIGURATION.
4. what is inside in the requests &
configuration
difference between QAS & PRD.

Question sm21 shows the system log for the Rank Answer Posted By
application server you're
currently logged on.I want to see the system
logs of all
appliction servers.what to do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer sm21-->systemlog-->choose all remote system 0 Deepak
logs will give
you all system's logs with that system

deepak.basis.ua@gmail.com

Answer You can go to tcode SM21. In the menu follow 0 Lalit Rana
the following
path:

SystemLog ---> Choose---> All remote system


log.

Question how do you solve oracle archive struck? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer have to increase free space in archiving 0 M K Hazra
directory.

regards,
manas k hazra

Answer 1. (planned)by increasing the space 0 Deepak


2. (planned)taking backup

3. moving files to different location

deepak.basis.ua@gmail.com
Answer The strategy which I follow is that I will 0 Lalit Rana
keep one big
unwanted file (1 GB) size in
/oracle/<SID>/oraarch
directory. So that incase the archive struck
happens I can
immediate delete the 1 GB file and I get 1GB
of space
instanteously for some time and get some
time to think for
a permanentely. Or simple solution is if you
have space on
disk then increase the size of your mount
point /oracle/<SID>/oraarch .

Answer maintain sufficient free space in ORAARCH 0 Dnyaneshwar


directory.
Kadam
for test execute following sql statement.

SQL> alter system switch logfile;

Answer Even you have sufficient free space & you 0 Ashwin Mane
are getting error
regarding oracle archive struck the concern
prob. may be
effect of a catche memory. shutdown the
instance, clear the
temp, prefetch & restart the system. You can
able to
successfully complete the archive.

what are the sap table space names that you


Question see in db02? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer by db02 we can see following tablespace: 0 M K Hazra
SYSTEM
PSAPROLL
PSAPTEMP
PSAP<SID>
PSAP<SID>USR
PSAP<SID><kernal version>
regatds,
manas k hazra

Answer PSAP<SID> 0 Deepak


PSAP<SID>Rel
PSAP<SID>USR
PSAP<SID>DB
PSAPTEMP
PSAPUNDO
SYSTEM

deepak.basis.ua@gmail.com

Answer Till ECC5 it was as below: 0 Lalit Rana


PSAPTEMP
PSAP<SID>
PSAP<SID>640
PSAP<SID>USR
PSAPUNDO
SYSAUX
SYSTEM

From ECC6 onwards it is as below:


PSAPSR3
PSAPSR3700
PSAPSR3USR
PSAPTEMP
PSAPUNDO
SYSAUX
SYSTEM

what are the jspm related logs that you see


Question at os level at Rank Answer Posted By
the time of java stack upgradation?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer JSPM_MAIN.LOG 0 Anand
SCAN_INBOX.LOG
DETECT_SYSTEM_PARAMETERS.LOG
DETECT_SYSTEM_COMPONENTS.LOG
ENGINE_OPERATION.LOG
EXCHANGE_KERNEL_BINARIES.LOG
EXCHANGE_IGS_BINARIES.LOG
what is the name of the xml file that you
place along with
Question support stack at the time of java stack Rank Answer Posted By
upgradation?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer SPSTab.xml 0 Paurnima
Paurnima

what are the semaphore numbers you faced in


Question sm50?what did Rank Answer Posted By
you do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer Hi, 0 S.m.feroz Ahmed
Tcode SM50 will give list of processess
running for that
particular User and one can cancel the
process where as
SM66 will give list of Global Processess
running .

Answer Displays the number of the semaphore on 0 Vin


which a work process
is waiting.This field should be empty. if
any number
appears, its indicating some performance
problems in the
system and might need some parameter changes

when performing client copies what steps you


Question need to take Rank Answer Posted By
from CUA point of view?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer run BTCTRNS1 this holds the background jobs 0 Anand
which are running
lock the users and logged out of the system
perform client copies
perform post processing through scc7 if
needed
unlock the users
run BTCTRNS2.

Answer In CUA Environment, need to take care of RFC 0 Radha Krishna


connections
between parent system and child systems, so
need to take
backup of RFC which are stored in table
RFCDES.

an user schedules a background job.If you


monitor in sm37
that job is shown as being run by a
Question different user.how do Rank Answer Posted By
you find out the actual user who is
responsible for it?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer just go to job logs there in second line u 0 Rushikesh
find
user who triggered

Answer i agree with that answer

What is the importance of early watch


Question client? Rank Answer Posted By
Question Submitted By :: Vithanala007
I also faced this Question!! ALL Interview .com
Answer early watch client(066) is used by SAP 0 M K Hazra
personnel for
preventive maintenance. they carried out
regular
performance check and analyze the system for
potential
problem and help the system manager and SAP
administrator
to tune the system to realize the full
potential.soon after
the early watch session SAP sends the
customer a report
with the result of the analysis and
recomendations for
avoiding potential problem such as
tablespace bottleneck,
shortage of system parameter and buffer
tunning.

Answer After relization phase(ASAP methodolagy)is 0 Purushotham


finished .SAP is
entering to customer system and generates
the early watch
reports priodically.It identifies the bottle
necks of the
system and recomands the work process &
memory parameters

Answer Hi, 0 Syed Mahboob


Early Watch client is SAP Built-in Account
Feroz Ahmed
similar to
SAPUSER,SAP*,DDIC.

Question ecc full form Rank Answer Posted By


Question Submitted By :: Guest
I also faced this Question!! ALL Interview .com
Answer 1.Error Correction Code 0 Sankeerthana
2.Early Childhood Center
3.Elgin Community College
4.E-Commerce Center
5.Evangelical Covenant Church
6.Electronic Climate Control
7.Error Checking and Correction
8.Electronic Communications Committee
9.Early Childhood Caries
10.Emergency Communications Center

My dear pl choose your appropriate one


Answer None of the above 0 Mayank
its ERP (Enterprise Resource Planning)
Central Component

Answer enterprise resource planning central 0 M K Hazra


component.

regards,
manas k hazra

Answer ECC ( ENTERPRISE CENTRAL COMPONENT) 0 Sudhan


ERP (ENTERPRISE RESOURCE PLANING)

Answer ERP - Enterprise Resource Planning 0 Ranjith


ECC - Enterprise Core Component

Answer EXCISE COMMISSIONERATE CODE 0 Arun Sharma

Question how to send an email from EP Portal. Rank Answer Posted By


Question Submitted By :: Pradeep.bele
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer i may wrong 0 Rushikesh
create an iview with any mails service
put this in role and assign to user
user login, click on role it directly
connects to web page
of service
Answer Hi, 0 S.m.feroz Ahmed
To send and receive emails from EP one
[IBM]
should mamke use of
T Code SO01 which will launch EP Inbox from
where one can
send and receive emails.

how to take database backup in oracle ?


Question how to crate a table space in oracle Rank Answer Posted By
database ?
Question Submitted By :: Akashbhong
I also faced this Question!! ALL Interview .com
Answer USING BRTOOLS WE CAN TAKE THE BACKUP IN 0 Sudhan
ORACLE,IN BRTOOLS
FOURTH OPTION DATABASE BACKUP & COPY OPTION
IS THERE USING
THAT OPTION WE CAN TAKE THE BACKUP,IN THAT
WE WILL GIVE THE
BACKUP MODE , TYPE , DEVICE TYPE
,COMPRESSION MODE

how to know the port number of message


Question server? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer You have to log on to the J2EE Engine server 0 Yash
as an
Administrator to access the page:
http://<hostname>:50000 -
> System Information
The VM Parameters link shows the Java
Virtual Machine
(JVM) settings for the selected node. This
is the better
place to see these settings for a running
node.

Answer go to etc/services 0 Rushikesh


there u find seervice sapms<SID>
Answer search "ms/server_port_<xx>" parameter in 0 Jayant
Profile .
it will give you port no.

Answer Go to T-code SMMS and doulble click on 0 Ashish


message server.

Answer we can find the port numbers by going to 0 Anand


drivers/etc/services --- sapms<sid>
the message server always starts with 32##
gateway 33##
dispatcher 32##

Answer for Java Stack 0 Ashuta


You have to log on to the J2EE Engine server
as an
Administrator to access the page:
http://<hostname>:50000/index.html

>system information

For abap stack


rdisp/msserv_internal in default profile

how to check if your R3 system is unicode or


Question non-unicode? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ Atos-Origin
I also faced this Question!! ALL Interview .com
Answer Go to command prompt 0 Sapmaster
type

disp+work -version

OR

use T CODE SM51 and click on release note

you will get an answr for unicode


Answer go to system -> status. in this screen, you 0 M K Hazra
will find(in
SAP system data section)whether it is
unicode or non-
unicode.

regards,
manas k hazra

Answer 1)disp+work in os level 0 Sudhan


2)system-> status in sap level

3)sm51 -> release notes

Answer Go to -->system-->status-->it will show 0 Dipankar


syatem is unicode
or not.

once a request is imported,is there any way


Question to undo it? Rank Answer Posted By
how about version management?
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer No we can't undo it if it gives any error we 0 Sp Basis
can transport
the correction request and again retransport
it.

Version management is used for transport of


table,report,programs for checking if the
previous version
is transported or not else the current
version gives error
in the target client.

Question how to uninstall a snote? Rank Answer Posted By


Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer In exceptional cases, you may want to 0 Yash
deimplement
(Uninstall) an SAP Note that you have
implemented. You can
do this by choosing Cancel SAP Note
implementation. If you
do this, the changes that have been
introduced with the
implementation of the SAP Note are reset and
the SAP Note
is reset to the status that it had before
you implemented
it.

Answer u can reset using snote transaction 0 Jacks


.....there is a option to reset sap note ..

in oracle how to find whether archive mode


Question is enabled or not? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer check the parameter 'log_archive_start' in 2 M K Hazra
init<SID>.ora
file, if it is set as 'true' then archive is
enabled.

Answer go to os level and connect to sqlplus 0 Ramana


and type command archive loglist then it
shows archive
logmode enabled or disabled.

Regards
Ramana

Answer Hi, 0 S.m.feroz Ahmed


To check whether the Archive Mode is Enabled
or not goto
path:
DriveName (C or D):/Oracle/ora81/and type
command Archive
and it will show whether it is enabled or
disabled.

Answer 1ST: T-CODE DB03-----CLICK ON INIT<SID>.ORA 0 Srinivas (apcpdcl)


TAB
Here 'log_archive_start' set to TRUE, Then
it is in
archive log mode

2ND: Login as ora<sid> and check the


init<sid>.ora file
check the parameter 'log_archive_start' in
init<SID>.ora
file, if it is set as 'true' then archive is
enabled.

3rd :SQL>archive loglist then it shows


archive logmode enabled or disabled.

describe the procedure for java stack


Question upgradation. Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer use jspm/sdm 0 Swathi

Answer If you want to apply java stack from SP06 to 0 Purushotham


SP09 we fallow
this procedure

There is a new feature in nw04s for applying


java patches.

It is JSPM (java support package manager).

Via that you can upload support package


stack in a single
run.

Also no need to apply patch 7 and patch 8


for applying
patch 9.

You can directly apply patch 9 .

1) download the sp9 stack from service


market place and
uncar the files using sapcar.exe and put the
files in the
directory usr\sap\trans\EPS\in

A complete Support Package Stack must


contain a mandatory
Support Package Stack definition XML-file
which can be
downloaded in the Step 3 of the Support
Package Stack
Download with the button 'Save As File' when
adding the
selected Support Packages to the download
basket. Fore more
information, refer to the SAP Note 884537.

put this xml file in the


usr\sap\trans\EPS\in

2) Start the JSPM by executing the go.bat


file from
directory \usr\sap\<SID>\JC<Instance
No.>\j2ee\JSPM

3) Enter the SDM password in the screen


window and click
logon.

4) Select a package type to be applied and


the NWDI role if
any. Click Next.

5) Choose the Support Package which you want


to apply from
the Queue ,the screen also displays the
current SP level and the target SP level.
Click Next.

6) Click Next after verifying the SP you


have chosen to
apply.

7) Check the status of the SP,if it shows


Deployed it means
the SP has been successfully applied.
Click New Deployment for applying another
SP else Click
Exit to Finish.

as a basis consultant,what all tasks you've


Question done on unix? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer 1.file moveing 0 Swathi
2.remove the file

3.os level process monotoring

4.check logs

5.file size increase , permissions,remove


the logs, tp, r3
versions check , uncare the file in kernal
upgrade,

6.kill the process

Question how do you register developers? Rank Answer Posted By


Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Subal
This is Subal from Accenture.

Goto service.sap.com [service marketplace]


you need to have S-user id and valid
password to enter.
-----------------------
click on Keys & Request-->
click on SSCR keys
in box service corner --> click on "register
developer"
enter the sap user ID [Id of developer]
choose installation No
click on register
it will generate developer access key for
that particular
user.
-----------------------------

Regards,
Subal

a user says he couldn't login.his account


Question isn't locked,not Rank Answer Posted By
expired,no network issues.what will you do?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Subal
Check if the server is Up or not.
If Up then see if the user is using right
password.
If down then make the system up first then
login.

Regards,
Subal

Answer login to correct client 0 Rushikesh


or may be blocked too many incorrect
password
reset password by different user

Answer send a request to security consultant the 0 Ravi


unlock the user
then log in

Answer 1. May be someone might be deleted his user. 0 Sparkle


2. He might be trying in different client as
user is client
dependent.

Answer First ask the user what the exact error 0 Qwerty
message is.
And at what step is the error message
coming?

Answer 1)first we will check the server is up or 0 Sudhan


not
2)the password is wrong or locked the user
or user was expired.
3)this is the main issue the work process
are not free
Answer check from os level whether work process are 0 Chandrashekar
free or not
and we need to check brarchieve is running
or not

Answer its an senseless question. there should be 0 King S


some reason why
user is not able to login. an error is
always displayed on
the status bar.

first basis guy should know what is the


error then only to
proceeed further. til that no basis guy can
do anything with
assumptions

Answer Hi, 0 S.m.feroz Ahmed


Check whether Disp+Process is running by
going to command
promt /Usr/sap/mms/sys/exe/run path and type
dpmon and
check whether application server is
active .First check at
OS level and then at application level.As
you have
mentioned your account is not locked but ,If
someone else
tries to access your account with
unsuccessful logon under
your absence there will be minimum 8 hits
for unsucessful
logon and at 9th unsuccessful logon the
account
automatically gets locked out without your
knowledge.

Usually unsuccessful login attempts will


lead to account
lockout or if the application server is down
you will not
be able to login into application server.

Answer Hi dudes , the question itself says that


application server
is up and running . and user account was not
locked and
expired and also says there are no network
issues.

as a basis admin we need to reed the error


message.

the possible reasons for the above scenario


is work process
conjunction.
if the archive stuck situation occurs then
also we will get
the above situation.

during client export(scc8),what type of


Question requests are Rank Answer Posted By
created,customizing or workbench?
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer client copy request is created 0 Ss

Answer Customizing request. 0 Yashpal

Answer there are four type of TR are available 0 Ns


1. workbench request
2 customizing request
3. transport of copies
4 relocation

during the client export it creates client


transport
request. tcode se01 will provide more
info.

Answer customizing request 0 M K Hazra


Answer Kt,Kx and Ko 0 Jasnanda
Kt - Client dependent
Kx - Client independent
Ko - documentation

Answer <SID>KO<number>: this file is for client- 0 Chaitanya


independent data
<SID>KT<number>: this file is for client-
specific data
<SID>KX<number>: this file is SAPscript
texts

Answer 1. In /usr/sap/trans/cofiles directory 0 Kanwal


following files are
created
<SID>KO<num> - client independent
<SID>KT<num> - client dependent
<SID>KX<num) - sap script text

2. In /usr/sap/trans/data directory
following files are created
RO<num><SID> - client independent
RT<num><SID> - client dependent
RX<num><SID> - sap script text

Answer customizing 0 Jitender Dixit

how do you lock users if CUA is


Question configured? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer We can lock/unlock users in either central 0 Anil Annapureddy
system or target
system, depending on configuration. You
can configure lock/
unlock in CUA system with the following
option:

1. Lock/unlock only in central system


2. Lock/unlock only in client system
3. Lock/unlock in both systems
is a transport route bidirectional?can you
transport
Question requests generated during client Rank Answer Posted By
copy(scc8)from production
to dev?
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer Transport route is not 0 Hameed
bidirctional,because in STMS
transport route configuration is always
from DEV to PRD not
vice versa....

Answer @hameed, 0 Vinvk


then how can you do client copy from prd
to dev using
export-import method.(scc8)

Answer Transport routes are configured to 0 Anil Annapureddy


automate population to
transport queues in the path. When you
configure transport
routes, it will create a map for
populating the queues
automatically, and create mapping to OS
level directories
such as /trans/buffer,.trans/bin etc.
However, in practice
transport routes are omni directional.
There is no control
which prevents you to add the transport to
any queue of any
system with in the transport domain. Only
real control is
the security authorization to transaction
STMS and the
field values there in the target system,
you are planning
to import the transport.

Answer Dear VinVk, 0 Hameed


To do a client copy from PROD to DEV then
we need to
configure RFC between these system.

Import Export is diffrent concept.

Answer No Transport route is uni-directional. The 0 Dhklai


reason for
transport is to implement adjustment and
modifications(Cross-Client and Repository
objects). That
should only go from Dev to Prod system.

If you are thinking about copying Prod to


Dev, you could use
client copy, however, it is only for
Client specified objects.

It is depend on what you want, you may


need to create
another system in between, that is the QA
system. That is
why SAP recommended 3 system landscape. I
learned all these
from my BASIS/NetWeaver training.

Good Luck

Answer dear hameed , 0 Vinvk


let me explain what exactly is my doubt.
I think we can do client copy from prd to
qas using client
export-import.I dont want to use remote
method.
the procedure is to export the prd client
through scc8 and
import these requests into qas client
through stms.
now isn't it transporting request in th
opposite way?

Question If have 5 years of experience with JD Rank Answer Posted By


Edwards (ERP), would
it be like starting from scratch to learn
SAP (ERP)?
I have been told that my experience with
JDE is not relative
to working with SAP.
Question Submitted By :: Mark Baker
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Guest
It is like JD Edwards create their own ERP
package and SAP
has its own ERP package where there is no
consistency
between JD and SAP.As of JD Edward has
very few modules in
ERP and where as SAP ERP has got more than
140 modules.

Answer Hi, 0 S.m.feroz Ahmed


As you have asked for Suggestion on this
issue i am
presenting my opinion as there is lot of
difference in
JDEdwards ERP package and SAP ERP Package
one should
proceed from scrap as of SAP ERP package
has got more than
140 modules and JDEdwards has got less
than 10 ERP packages
and more over the scenario in SAPERP
package is different
from JDEDWARDS;PeopleSoft and BAAN.

where can you do user maintenance for a


Question java engine? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer The User Management Engine (UME) provides 0 Chryselda Lewis
a centralized
user management for all Java applications
and can be
configured to work with user management
data from multiple
data sources.

if somebody changes printer configuration


Question or say,deletes Rank Answer Posted By
printer,how do you find who did it?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Unless, log was enabled, there was no 0 Anil Annapureddy
precise way of
finding the user details who deleted the
printer in SAP.
But you can shortlist the users by below
steps:

1. Look for system log when the printer


was deleted.
2. Run STAT transaction for that
time/date, and see who
executed the SPAD transaction in SAP

You can be reasonably sure that one of the


users listed
executed the delete. Usually only few
people in Basis team
will have transaction access to SPAD, and
so should not be
hard to pinpoint.

However one thing you should be highly


cautious about
is 'the information with you is not 100%
system provided,
and include some guess work like pin
pointing the user with
in this shortlisted users'.

if a user says he couldn't print more than


Question 312 records,what Rank Answer Posted By
will you do?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer check the SAP user setup,print que at OS 0 Hameed
level and SPAD
transaction.

Answer check SPAD setting for user and check 0 Vijay


spool queue if it is
full then you may need to delete old spool
request via
t-code sp01 or sp02.
of the two client copy methods remote and
export-import
which method lets you copy to different
Question r/3 version? Rank Answer Posted By
which method requires both systems to be
on same support
pack level?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer REMOTE CLIENT COPY METHOD ALLOWS TO 0 Shahid
PERFORM COPY AT
DEFFERENT R3 VERSIONS. FOR EXPORT-IMPORT
METHOD YOU HAVE TO
HAVE STMS CONFIGURED AND TO CONFIGURE STMS
AL THE SYSTEMS
SHOULD BE AT THE SAME SUPPORT PACK LEVEL.
NOTE: FOR CLIENT TRANSPORT,SYSTEM NEED NOT
BE IN NETWORK OR
SAME LAND SCAPE, YOU CAN COPY THE COFILE
AND DATAFILE TO THE
TARGET SYSTEM MANUALLY AND IMPORT THE
REQUEST.

Answer both the method requires same r/3 version+ 0 Subal.love@gmail.co


patch level
m

Answer Hi, 0 S.m.feroz Ahmed


As you are stressing on word Version it is
export and
import as of remote client copy copies the
same data on
remote system and export and import
changes the version of
client copy.

while installing ecc6 which oracle files


Question need to be Rank Answer Posted By
maintained on different disks?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer exporters files need to be maintain in 0 Hameed
diffrent disks.

Answer Recommended to have redo logfiles A and B 0 Jasnanda


need to be on
seperate disks

Answer Log files and data files need to be 0 Dipankar


maintained on different
disk.

If you don't have authorization for


executing suim tcode,how
Question do you get user reports?can you access Rank Answer Posted By
usr* tables in se16
without authorizations for suim?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Subal
You may not have access to tcode SUIM.
but please see if you have access to Roles
by complex
selection criteria and so on.Like
following:

S_BCE_68001425 - Roles by Complex Criteria


S_BCE_68001420 - By transaction assignment
S_BCE_68001439 - For user
S_BCE_68001429 - Transactions for User

If your role is security Admin then you


should have atleast
following access.Just check with that.

Moreover,If you have access to SE16 you


can get the report
easily for that you need to which table
holds which data.
Say you need to know what all tcodes are
there in
particular role:
You can see the table: AGR_TCODES.

Regards,
Subal

Answer Hi, 0 S.m.feroz Ahmed


If you are not having access to SUIM code
then it is highly
impossible to gather information for a
particular User
unless you are master in SAP,for this you
will have to know
about backdoor entries and in the same way
try to access T
code
:OY20,OY21,OY22,OY24,OY25,OY27,OY28;Usuall
y these T
codes are not known to your Administrator
and they are not
Locked try to access these codes and
gather Information
related to User this is called as Backdoor
entry to access
User reports.

when user sends su53 report how do you


Question which of his roles Rank Answer Posted By
you need to modify?
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Subal
This is Subal from Accenture.

steps:Goto SUIM-->roles by complex


selection criteria
Enter the authorization object name in
object field:
enter those auth fields with values that
are showing on red
shadow in SU53 report.
click on execute
this will show all the available roles
that are holding the
missing authorizatin.
It's a best practice to see if there is
already role
available or not before modifying a role.
----------------------
Role modification:

First see if the access[tcodes] belongs to


which functioanl
module/area then reach out to relevant
Business Process
Owner and ask them which parent role to
modify.
After they suggest /approve you can go
ahead and modify the
role.

what is the difference between user buffer


Question and table buffer? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Table buffer : The table buffer exists 0 Shybunny
between the database
and the application server. It caches on
the application
server so it can reduce the workload on
the application
server.

User buffer: When a user login to the


system, the database
creates a buffer with the user
authorization. This is
called as user buffer

what is the use of tcode pfud?what is it's


Question advantage? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer PFUD is used to perform User Master data 0 Subal
comparison
Massively.

Advantage is it can do the comparison


massively as compared
to the PFCG [Though from PFCG we can go to
PFUD].

Answer PFUD is used to compare User Master data. 0 Anand


It is used to ensure that valid
authorization profiles are
contained in user master record. we need
to run
PFCG_TIME_DEPENDENCY as a background job
periodically.

wha is the purpose of parameters tab in


Question su01? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer Hi, 0 Subal
This is subal from Accenture.

The frequently keyd data can be stored by


using parameter.
for Eg: If you are running Va01,in its
initial screen you
need to put all field value every day like
sale
org,distribution channel,sales area etc.
We can reduce this hectic job by storing
the parameter
value in SU01--> parameter tab for that
particular user.
Enter Pid and value there and save.
from next time onwards if the user hits
Va01 he will get
all the values automatically coming in
initial screen.
similar like "variant".
if issue in understanding call me :
09246275973

Regards,
Subal

Answer Hi, 0 S.m.feroz Ahmed


The Purpose of Parameter tab in SU01 is to
define
particular user to access or deny T
codes .Usually a user
in SU01 parameter is define SAP_ALL or
SAP_NEW parameters
or will be defined with limited access to
T codes.If a
paramter is defined as SAP_ALL then user
can access all the
Tcodes without any restrictions .
Answer Hi, 0 S.m.feroz Ahmed
The purpose of Parameters tab in SU01 is
to define
parameters such as SAP_ALL and SAP_NEW and
any of the newly
define TCode for user to access
specifically.

Answer HI,
Parameters Tab in SU01 is used to assign
user with
particular permissions on T Code if any
new T code is
created and user is assigned with granted
permissions to
that particular Tcode then the new tcode
is addded in
Parameters tab and assigned with
permissions to user.

what are the pre-requisites for java stack upgradation in


Question bulk?and which EP components you have to upgrade first?

Answer You r applying Java patch in Bulk so use JSPM.


# 1 SDM is used to apply java patch one by one not
in Bulk.
some prerequisites for applying java patches
through JSPM
(as you want to apply java stack in bulk)is

1.Make sure you having Admin Rights.


2. Don't do any modification or change in dir
or subdir of
kernal /usr/sap/<SID>/SYS/exe/run and
profile /usr/sap/<SID>/SYS/profile otherwise
it will not
recognized the Kernal and profile dir .
3.JSPM use SDM to apply java patch so no other
thing is
connected with SDM

what do you do with solution manager in an R/3 support


Question project?
Question Submitted By :: Vinvk
I also faced this Question!! Answer Posted
Rank
By

Re: what do you do with solution manager in an R/3 support project?


Answer With help of maintenance 0 Anand
# 1 optimizer of solution manager
we
can download support packages
and enhancement packages. We
can generate Early watch report
for performance monitoring.

Re: what do you do with solution manager in an R/3 support project?


Answer I agree withe 1st ans, and also
# 2 solution manager is
mandtary for ecc 6.0 , if you
want to install any systems
in land scap(dev,qas,prod)for
ecc, bi,ep,grc, these
systems we have to to regester
in the solution manager in
installation phase.

Question how to open remote connections to R/3 system?


Question Submitted By :: Vinvk
I also faced this Question!! Answer Posted
Rank
By

Re: how to open remote connections to R/3 system?


Answer Hi,
# 1 To Open Remote Connections to
R/3 System one should
configure RFC connection
between systems through T code
(BD54 or SALE).

Answer
Through SM59
#2

what are the pre-requisites for java stack


upgradation in
Question bulk?and which EP components you have to Rank Answer Posted By
upgrade first?
Question Submitted By :: Vinvk
This Interview Question Asked @ iGate
I also faced this Question!! ALL Interview .com
Answer You r applying Java patch in Bulk so use 0 Anil Kumar Patel
JSPM.
SDM is used to apply java patch one by one
not in Bulk.
some prerequisites for applying java patches
through JSPM
(as you want to apply java stack in bulk)is

1.Make sure you having Admin Rights.


2. Don't do any modification or change in
dir or subdir of
kernal /usr/sap/<SID>/SYS/exe/run and
profile /usr/sap/<SID>/SYS/profile otherwise
it will not
recognized the Kernal and profile dir .
3.JSPM use SDM to apply java patch so no
other thing is
connected with SDM

Regards,
Anil Patel

what do you do with solution manager in an


Question R/3 support project? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer With help of maintenance optimizer of 0 Anand
solution manager we
can download support packages and
enhancement packages. We
can generate Early watch report for
performance monitoring.

Answer I agree withe 1st ans, and also solution 0 Srinivas


manager is
mandtary for ecc 6.0 , if you want to
install any systems
in land scap(dev,qas,prod)for ecc,
bi,ep,grc, these
systems we have to to regester in the
solution manager in
installation phase.
how to open remote connections to R/3
Question system? Rank Answer Posted By
Question Submitted By :: Vinvk
I also faced this Question!! ALL Interview .com
Answer Hi, 0 S.m.feroz Ahmed
To Open Remote Connections to R/3 System one
should
configure RFC connection between systems
through T code
(BD54 or SALE).

Answer Through SM59 0 Basis

Question How often u do the SSO Cofiguration... Rank Answer Posted By


Question Submitted By :: Devru
This Interview Question Asked @ IBM
I also faced this Question!! ALL Interview .com
Answer SSO, SINGLE SIGN ON,IS A ONE TIME ACTIVITY. 0 Shahid

Explain about system refresh and system copy


Question ? Rank Answer Posted By
Question Submitted By :: Contact2kumar
This Interview Question Asked @ Accenture
I also faced this Question!! ALL Interview .com
Answer SYSTEM REFRESH: THE PROCESS OF COPYING ONLY 0 Shahid
DATA FROM ONE
SYSTEM TO ANOTHER IS CALL SYSTEM REFRESH.
SYSTEM COPY: IN THIS YOU WOULD TAKE THE BACK
UP OF COMPLETE
SYSTEM. IN OTHER WORDS YOU WOULD CREATE A
REPLICA OF THE SYSTEM.
Answer Hi , 0 Rose
system copy:copying the data one system to
another new
system entire data.

system refresh:copying the dataa one system


to already
existing data.

for any quries send me mail


rosebasis@gmail.com

Question what is the monitoring tool you're using? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS , Tcs
I also faced this Question!! ALL Interview .com
Answer use t-code rz20 or t-code ssaa 0 Brindavan

Answer Hi, 0 S.m.feroz Ahmed


DPMON and PFMON are the 2 monitoring tools
when you install
SAP,and the path to monitor is

c:/cd usr/sap/SID :dpmon

through which one can see the instances


running and can do
changes.

Question where do you see the transport logs? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS
I also faced this Question!! ALL Interview .com
Answer you can see the logs in /usr/sap/trans/logs 0 Anil Patel
in Os level

Answer use t-code se03, and se01. when transporting 0 Brindavan


is failed see
the t-code stms u can see the log
Answer AT OS LEVEL YOU CAN FIND THE TRANSPORT LOGS 0 Shahid
AT,
USR/SAP/SID/DVEBMGS00/WORK.CHECK FOR SLOG,
ALOG AND ULOG..
FOR CHANGE REQUEST LOG YOU CAN VIEW AT SAP
LEVEL WITH
TRANSACTION SE01.

Answer IN Transaction STMS only we are having the 0 Ganesh Varma


option Logs

Answer Hi, 0 S.m.feroz Ahmed


One can see trace logs in A-Log and U-Log.

Answer Hi, 0 S.m.feroz Ahmed


One can see Transport Logs in A-log ,U-log
and S-log.

what are the subdirectories of


Question usr/sap/sid/jc<00>/?and their Rank Answer Posted By
significance?
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS
I also faced this Question!! ALL Interview .com
Answer sub dir are /usr/sap/sid/jc<00> 0 Anil Patel
some are as below

/usr/sap/<SID>/JC00/SDM/program/RemoteGui

/usr/sap/<SID>/JC00/j2ee
/usr/sap/<SID>/JC00/SDM
/usr/sap/<SID>/JC00/work
Answer JAVA Instance file path 0 Bobby

while using jspm /sdm the user is


Question locked.what will you do? Rank Answer Posted By
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS , Tcs
I also faced this Question!! ALL Interview .com
Answer Reset the PED in VisualAdmin tool 0 Bobby

Answer for dual stack systems you can unlock the 0 R05han
user from ABAP tcode SU01.

for Java only systems follow Note 669848:


- open configtool
- goto Global server config > Services >
com.sap.security.core.ume.services
-
Property : ume.superadmin.activated
Value :true
This activates the SAP* user.

Property : ume.superadmin.password
Value: <password>
Enter any password of your choice. This
defines the password for the SAP* user.

- restart AS Java
- SAP* is activated and all other users are
deactivated

while applying patches with jspm java engine


Question restarts while Rank Answer Posted By
the jspm is still running.how?
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS
I also faced this Question!! ALL Interview .com
Answer jaspm is a tool it is not related to the 0 Jayant
system whther
system is up or down.
Answer No Chance of running when the java engine is 0 Ganesh Varma
stopped.

Answer Hi dudes , when we apply kernal patches in 0 Rajesh Chowdary


java stack using
Pendyala
jspm we will get this situation.jspm
restarts the server
while applying kernal patches in java stack.

simple transport request is taking so much


Question time to get Rank Answer Posted By
impoted.what will you do?
Question Submitted By :: Vinvk
This Interview Question Asked @ TCS
I also faced this Question!! ALL Interview .com
Answer Hi 0 G2
There are lot of reason, why simple
transport request is taking so much time to
get impoted ........The common one is
Once We will trigger the request, in backend
batch Job RDDIMPDP will also trigger same
time. If all the batch WP are in
running/Hold Mode then also a simple
transport request will take long time. Once
RDDIMPDP job will complete then the
respective transport request will execute
successfully. If the all the batch WP are in
running mode for a long time , we can
monitor the batch WP status & in case of
urgency we can convert the some DIA WP to
BATCH & after execution , the default
setting will be restored back.

Other one is TP program (Hang)

Answer hai 2 Rahman Sk


database space issue(enough space is
avilable or not
Which program is used to check whether
Question partner profiles are Rank Answer Posted By
consistent?
Question Submitted By :: Hakeem
I also faced this Question!! ALL Interview .com
Answer RSECHK07 0 Bharathreddy

Explain the process of installing multiple


Question central instances on a machine? Rank Answer Posted By
Question Submitted By :: Hakeem
I also faced this Question!! ALL Interview .com
Answer WHAT......MULTIPLE CENTRAL INSTANCES ON A 0 Shahid
MACHINE???..CENTRAL INSTANCE WOULD JUST BE
ONE AND THERE ARE MULTIPLE DIALOGE
INSTANCES(IF YOU WANT THEM), THAT TOO NOT
ON SINGLE MACHINE, DIALOGE INSTANCES ARE
INSTALLED ON DIFFERENT MACHINES.

Answer Multiple CIs may be of different SIDs. It is 0 Santosh


possible. We have to assign different
Message server port numbers, system number

Answer Create a filesystem/mountpoint with


/sapmnt/SID and other
file systems and install SAP.

S-ar putea să vă placă și