Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Do you use select statement in loop end loop, how will be
the performance? To improve the performance?

Answer Posted / sukhbir

Best option will be to select the data before loop and
inside loop use read statement.

select f1 f2 f3(key fields) from db into
iNtertab
for all entries in itab
where condition.
sort intertab by f1.
loop at itab.
read intertab with key f1 = itab-f1
binary search.
Endloop.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will happen when we use single buffered selected?

1093


How to debug a sapscript?

1104


What is the use of the raising exception? : abap modularization

1025


What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary

1213


What are the different types of internal table?

1181


i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

9049


What are the drill-down features provided by abap/4 in interactive lists?

1101


How will you read from internal table records in a given value range (without using loop)

1537


How is collect statement different from append?

1079


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

2042


What data is contained? : abap data dictionary

1180


What is the difference between collect and sum?

1268


What is the differences between abap and ooabap. In which situation we useooabap?

1559


What are the control break events in abap? : abap data dictionary

1159


What is view? Different types of view. Explain?

1101