737 SAP Basis Interview Questions Answers Guide

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

SAP Basis Job Interview

Questions And Answers

Interview Questions Answers


https://interviewquestionsanswers.org/
About Interview Questions Answers

Interview Questions Answers . ORG is an interview preparation guide of thousands of Job


Interview Questions And Answers, Job Interviews are always stressful even for job seekers who have
gone on countless interviews. The best way to reduce the stress is to be prepared for your job
interview. Take the time to review the standard interview questions you will most likely be asked.
These interview questions and answers on SAP Basis will help you strengthen your technical skills,
prepare for the interviews and quickly revise the concepts.

If you find any question or answer is incorrect or incomplete then you can submit your question or
answer directly with out any registration or login at our website. You just need to visit SAP Basis
Interview Questions And Answers to add your answer click on the Submit Your Answer links on the
website; with each question to post your answer, if you want to ask any question then you will have a
link Submit Your Question; that's will add your question in SAP Basis category. To ensure quality,
each submission is checked by our team, before it becomes live. This SAP Basis Interview
preparation PDF was generated at Saturday 6th February, 2021

You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter for latest Jobs and interview preparation guides.


https://twitter.com/InterviewQA

If you need any further assistance or have queries regarding this document or its material or any of
other inquiry, please do not hesitate to contact us.

Best Of Luck.

Interview Questions Answers.ORG Team


https://InterviewQuestionsAnswers.ORG/
Support@InterviewQuestionsAnswers.ORG
SAP Basis Interview Questions And Answers
In
te

SAP Basis Interview Questions And Answers Guide.


rv
ie
w
Q

Question - 1:
When will the table get automatically updated in the database IN ABAP?
ue

a) activating the table


b) saving the table
Ans:
st

a) activating the table


View All Answers
io

Question - 2:
What type of files are created during the export?
ns

Ans:
control file
<sid>ko<no>-for client indipendant objects(cross client)
<sid>kt<no>-for client specific objects
<sid>kx<no>-for client specific texts
A

View All Answers


ns

Question - 3:
Suppose we are not login in to the newly created client with any of the following passwords -pass, defalut pass, 06071992,19920607?
Ans:
w

in Ecc6, Please set the profile parameter:login/no_automatic_user_sapstar=0,then restart the sap system and logon with password 'pass'.
View All Answers
er

Question - 4:
how to find the modifications or changes which are done by the particular user with in particular time period?
s.

Ans:
in the SUIM t-code we have option called Change document,
O

use this option or you can use use trace in ST01 to trace
user activities.
R
View All Answers

Question - 5:
G

What is check point in the database of oracle & what return code 247 in TMS mean?
Ans:
check point is a process of db which runs for every 60
sec... when ever check point occurs all the processes of db
like log writer, db writer, smon, pmon will get
activated.......
in tms return code 247 is related to buffers i think so...
any body plz correct dis if it is wrong
View All Answers

Question - 6:
How to assign a object to 100 roles at a time?
Ans:
Go to se11 T-Code..from there go to the table agr_agrs. You will be asked to provide the Access key ..then enter the object that needs to be added to 100 roles...then
Select the range of roles in which the objects needs to be added and then save or Activate whatever option is given.

Copyright © https://InterviewQuestionsAnswers.org Page 3/7


SAP Basis Interview Questions And Answers

View All Answers

Question - 7:
In

What is the function of garbage collector, explain?


Ans:
garbage collector automatically frees the variables and objects from the memory when they are not in use. user program can't directly free the object from memory
te

instead it is the job of garbage collector to automatically free the objects which are no longer referenced by the program.every class inherits finalize() from
java.lang.Object finalize() is called by garbage collector when it determines no more reference to object exist.
View All Answers
rv

Question - 8:
ie

What are the 2 systems in Solution Manager Landscape?


Ans:
w

development and production!!


View All Answers
Q

Question - 9:
What is the difference between transactional rfc and regular rfc?
ue

Ans:
There are mainly 4 types of RFC communication in SAP. They are
1.Synchronous RFC
2.Asynchronous RFC
st

3.Transactional RFC
4.Queued RFC
Synchronous RFC (sRFC) : In this type of RFC communication,
the calling program waits until the requested processing
io

step on the remote system has ended and then continues to


work locally.
In other words, both the systems involved must be available
ns

at the time the call is made.


Asynchronous RFC (aRFC) : In this type of RFC communication,
the calling program gives the request to the remote system
and immediately continues to work locally. The requested
processing step is executed on the remote system in isolation.
A

If the remote system cannot be reached at the time of the


call, the asynchronous calls of the RFC client are lost
Transactional RFC (tRFC) : This type of RFC communication is
ns

similar to asynchronous RFC but by allocating a transaction


id(TID) it guarantees that if a request is sent several
times because of network problems it is processed only
once. Unlike asynchronous RFC, in Transactional RFC the
w

remote system does not have to be available at the moment


the RFC client program start the call. The data is held in
the source system until the target system is available.
er

The report program RSARFCSE is called in the background at


regular intervals and tries to place the unsuccessful
requests, identified by their transaction id again.
Queued RFC (qRFC) : This RFC communication is an extension
s.

to the transactional RFC. In this method, all the requests


are queued up(inbound queue and outbound queue) and are
processed in a sequence only if it is certain that all
O

preceding calls are processed correctly. This method


guarantees that all the requests are processed in the
sequence in which they are received.
R

This type of RFCs will be used in SCM (APO) systems for CIF
queues etc where requests have to be processed in an order.
G

View All Answers

Question - 10:
How does portal communicate with the ABAP stack?
Ans:
Via Webdynpro.
View All Answers

Question - 11:
What is the default file for TMS?
Ans:
domain_sid.pfl file
View All Answers

Copyright © https://InterviewQuestionsAnswers.org Page 4/7


SAP Basis Interview Questions And Answers

Question - 12:
What is MCOD?
Ans:
In

MCOD - Multiple components on one database.


we can install multiple components on single database.
View All Answers
te

Question - 13:
What types of security problem you will get?
rv

Ans:
1.user date expire 2.t-code not authorized 3.organization
ie

level not maintain 4.user do't have authorizsation


View All Answers
w

Question - 14:
What is saint update?
Q

Ans:
SAINT - for updateing SAP-Addon like componets ST-PI, ST-
API etc
ue

SPAM - for updateing SAP support packs like basis,abap, ST-


PI patches etc
View All Answers
st

Question - 15:
What to do when we cannot login to a dialog server?
io

Ans:
When we are not able to login into Dialog Server we can
goto command prompt to following path :
ns

c:/Usr/sap/mms/sys/exe:and type NIPING -t to self test the


SAP system is working properly or not.If the self test is
ok then we can check for DISP+WP whether it is running or
not in console or else to goto Services and rerun oracle
services.
A

View All Answers


ns

Question - 16:
What is the link between roles profiles and projects?
Ans:
w

role is created
profile is generated after role
role contain authorazations and objects
er

profle contain combination of roles


View All Answers
s.

Question - 17:
Explain What is ECC? what is the main difference between ECC and other older versions of SAP?
O

Ans:
In ECC6 and older version the major difference is of table
R

space in older version the table space were with NO AUTO


EXTEND feature but in ECC6 table space are with AUTO EXTEND
feature.
G

View All Answers

Question - 18:
What is logical system? How to create and why?
Ans:
Logical system is required for communication btw systems
within the landscape.
Logical system enables the system to recognize the target
system as an RFC destination
TCODE used is SPRO
View All Answers

Question - 19:
Are any other tools other than SAP used to manage transport?

Copyright © https://InterviewQuestionsAnswers.org Page 5/7


SAP Basis Interview Questions And Answers

Ans:
Revtrac--many in the market
View All Answers
In

Question - 20:
What is the common storage file for oracle?
te

Ans:
ora arch
rv

View All Answers

Question - 21:
ie

what is ECC? what is the main difference between ECC and other older versions of SAP?
Ans:
w

ecc- enterprise central componemnt, and ecc is version


ex:- 4-6c and ecc6.0
erp--- enterprise resources planning
View All Answers
Q
ue
st
io
ns
A
ns
w
er
s.
O
R
G

Copyright © https://InterviewQuestionsAnswers.org Page 6/7


Enterprise resource planning Most Popular & Related
Interview Guides

1 : SAP MM Interview Questions and Answers.

2 : SAP SD Interview Questions and Answers.

3 : SAP Security Interview Questions and Answers.

4 : SAP Business Workflow Interview Questions and Answers.

5 : SAP PM Interview Questions and Answers.

6 : SAP ALE IDocs Interview Questions and Answers.

7 : SAP B1 Interview Questions and Answers.

8 : SAP QM Interview Questions and Answers.

9 : SAP PP Interview Questions and Answers.

10 : SAP APO Interview Questions and Answers.

Follow us on FaceBook
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter
https://twitter.com/InterviewQA

For any inquiry please do not hesitate to contact us.

Interview Questions Answers.ORG Team


https://InterviewQuestionsAnswers.ORG/
support@InterviewQuestionsAnswers.ORG

You might also like