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
Have you processed BDCs ?
What is the major difference between pool tables and transparent tables?
How many types of data classes are there in sap?
Define external layer?
What is a bsp application? : sap abap hr
Explain what are the different functions used in sap script? What are the parameters used in each function?
How can the standard tables of sap be modified?
How many types of tables exist and what are they in data dictionary?
What are spa/gpa parameters (sap memory)?
How can we set the table spaces and extent sizes? : abap data dictionary
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How to debug a sapscript?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
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
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization