You are running a report. It is taking long time for
execution. What steps will you do to reduce the
execution time.
Answer Posted / niladriroy_dgp
use select statement as -selext -- --- -- from -- into
table --- where <condition> to fater the data tranfer
instead of select end-select. and declare internal table
as occurs 0 not any specific no.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What are the main events of which are used for logical database?
What are aggregated objects : abap data dictionary
What is a modification assistant?
What are the buffering options in abap?
What are the different types of parameters?
how to track records from data dictionary?
What is macro? : abap hr
What are client dependent objects in abap/sap?
What is the difference between getting and get late?
What is a badi?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the function of the transport system and workbench organiser? : abap data dictionary
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
what is the difference between hashed & sorted internal tables?