what is the difference between FOR ALL ENTRIES and SELECT *
FROM ?

Answer Posted / surya

For all entries means: select query will be fetch the
records based on the records which are in the internal
table fields using for all entries.it gives the better
performance,while fetching records from the database.

select * from : it will fetch the records of all the fields
in the database table.it consumes the time .performace
problem.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you processed BDCs ?

780


What is the major difference between pool tables and transparent tables?

717


How many types of data classes are there in sap?

759


Define external layer?

804


What is a bsp application? : sap abap hr

811






Explain what are the different functions used in sap script? What are the parameters used in each function?

757


How can the standard tables of sap be modified?

823


How many types of tables exist and what are they in data dictionary?

810


What are spa/gpa parameters (sap memory)?

920


How can we set the table spaces and extent sizes? : abap data dictionary

976


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

732


How to debug a sapscript?

798


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1673


hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me

1966


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

825