Performance techniques?

Answer Posted / thanks

Let's atlk about internal table
1) While fetching data from trasnparent table.
Fully used Index key.

2) befor deleting data from intrnal table, use Sort on
internal table..

3) while deleting particular field, do use the option
called comparing..you get this syntax in library.

4) Instead of multiple Loop statement, do use Loop + Read
table statement.

5) in your report, your main table is EKKO and based on
EKKO, you fetched the further data from EKPO and MARA..
here, if you failed to get the record from EKKO,
after select fields from EKKO..

if sy-subrc <> 0.
Exit.
ENDIF.

This comes out of the report, if you set any message like
information .."No data Exist", this would appear on the
screen.

6) Try to use for all entries syntax.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

544


what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...

1536


Create any functions? How to go about it?

565


Explain the difference between domain and data element?

583


performance tuning concepts

961






What are the three components of a work process?

632


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2082


What are the types of bdc s?

587


Explain what is the significance of hide?

534


What is the difference between native sql & open sql? : abap data dictionary

604


What is an abap/4 query? : abap hr

611


Explain what are the different functions used in sap script?

550


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

673


What is modularization and its benefits?

597


Can we create a gui status in a program from the object browser?

584