how will u write a report for performance point of
view ?
Answer Posted / muralitharan
Additional to above points,
In select query Use For All Entries while pulling data from
database.
Frequently don't use inner join in your program
While Looping create work area and process the record
These are some points to improve performance of program
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how do you transport lsmw data from one system to another?
what is friend class
What is lock mechanism? How do we create lock objects in abap?
What is value table? : abap data dictionary
Exception handling and how does it transfer from called method to calling method?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Setting up a BDC program where you find information from?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is macro? : abap hr
What is sql trace? : abap data dictionary
how to track records from data dictionary?
How to create any functions?
Why do we use abstract class