ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
WHAT IS PEFORMANCE TUNING?
 Question Submitted By :: Tharun
I also faced this Question!!     Rank Answer Posted By  
 
  Re: WHAT IS PEFORMANCE TUNING?
Answer
# 1
performance tuning is used to see the status of object 
means make that object portable and effcience, and replace 
with new suitable statements,  method for the performance 
tuning is sql tracer,....
 
Is This Answer Correct ?    0 Yes 0 No
Abapchaitanya
[Infosys]
 
  Re: WHAT IS PEFORMANCE TUNING?
Answer
# 2
we can analyze performance of any program by using t.code
se30( runtime analysis). there we can see performance of
database server , application server and processor  . If
database is taken more time , try to modify select staments.
Hence performance of program can be improved.
 
Is This Answer Correct ?    0 Yes 0 No
Hariabap
 
 
 
  Re: WHAT IS PEFORMANCE TUNING?
Answer
# 3
Performance tuning is something related to incresing the 
performance of the program ie not giving the full load to 
the application server.
this can be done in following methods,
1. using corresponding buffering.
2. not using SELECT *
3. maximum usage of WHERE condition
4. using VIEWs
5. mentioning exactly 'occurs n' 
and so on
 
Is This Answer Correct ?    0 Yes 0 No
Mohamed
 
  Re: WHAT IS PEFORMANCE TUNING?
Answer
# 4
Performance tuning is a technique used to fine tune your 
ABAP programs when they have complex select statements and 
huge set of data to be accessed from database.

Performacne of a scelect statement or a program can be 
tested using tools like  SE 30- Runtime analysis and SQL 
Trace ST05.

Other than this there are  set of thumb rules that can be 
followed:

1)	Keep the data selection small.
	Avoid unnecessary data across the network
	Always use the where clause
	Avoid selecting useless data we filter later.
	Use the index of the relevant database tables to 
make the where clause more efficient
	Avoid using complex where clauses
	If possible avoid using the NOT in conjunction with 
the where clause.
2)	Transport as little data as possible
•	transport only fields that are really used
•	use the aggregate functions in the select clause 
for calculations
•	Consider using the distinct statement if there is 
possibility of duplicate entries
3)	Use fewer data base access
•	Transfer all of the data at once frm data base to 
internal tables.
•	When possible avoid accessing the same data again 
and again
•	Avoid using nested loops instead of that use an 
internal table and use the select for all entires statement.
 
Is This Answer Correct ?    0 Yes 0 No
Amith
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
give the all step of workflow process step by step HCL1
How many main windows can create in Scripts?  4
how we can do transfer data from oracle/access to our sap R/3 system by using call transaction(recording) or session method. pls reply on my id: zaheer_guts@yahoo.co.in Cap-Gemini1
what is selection text in ABAP Wipro2
Can I write COMMIT and ROLLBACK in user-exit? GE3
What is ALV programming in ABAP? When is this grid used in ABAP?  1
when you are using 2 internal table in program, you have decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal table. What will be the result? (2nd internal table contains records).  4
After Uploading logo into SAP-SCRIPT How To Check Whether It is Success fully Uploaded or not? Satyam3
what is a ticket?  3
What is a batch input session?  2
What is performance tuning?  2
How to add segments to IDOC?  2
In Interactive How you see 5 to 9th sec -list?  5
How to find Buffered or not? Cap-Gemini2
How field validations can be done in LSMW? Satyam2
Types of BDC?  3
What is the significance of at line-selection event? Infosys3
i had to write the code in such a way that duplicate entries should not entered in sap data base IBM2
what is actaul procedure of session method of bdc. pls me complete steps. IBM3
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif. EDS3
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com