You are running a report. It is taking long time for
execution. What steps will you do to reduce the
execution time.
Answer Posted / pradipta mahato
Hi,
Ideally we should follow following thing for good performane
1. Avoid select inside loop (select out of loop and read it
inside)
2. Avoid nested loop and unnecessary extra loop in code
3. Change loop to read if there is a chance
4. Avoid join better use 'for all entries'
5. read internal table using binary search ( Sort it first)
6. If select statement creating problem then index could be
created
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is the difference between getting and get late?
Can you assign a matchcode object to a parameter? If so how?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is the difference between ABAP and HR ABAP
In select-options, how to get the default values as current month first date and last date by default?
Sal abap on hana interview
What is an “on request field” statement?
What are interface/conversion programs in SAP?
How to call a subroutine in sapscript?
Does the call transaction method allow multiple transactions to be processed by sap?
To how many tables can an append structure be assigned. : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How are the function code handles in flow logic?