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 is transparent table?

573


Name the special commands of list?

591


Explain how data is stored in cluster table?

634


What is the use of the statement leave to list-processing?

566


What is the difference between refresh and free statements?

602






What are extracts?

538


Specify the types of data dictionary objects.

490


Which FM do you use to find out who is reporting to whom

5141


Can you define a field without a data element?

539


foreign key enforcement?

1606


Explain the different types of data dictionary objects?

503


What are the two levels in defining a match code? : abap data dictionary

581


What are the differences between macro and subroutine?

587


What is the basic difference internal tables and database tables? : abap data dictionary

547


What is logo in sap script?

541