what is the difference between FOR ALL ENTRIES and SELECT *
FROM ?
Answers were Sorted based on User's Feedback
For all entries is used to join the one or more tables based on condition.Select * from is used to fetch the data from db
table,but don't use select * from due to performance standards. The code like this
select vbeln
erdat
ernam
vkorg from vbak into table it_vbak
where vbeln eq v_vbeln.
select vbeln
posnr
matnr
matkl from vbap into table it_vbap
for all entrie in it_vbak
where vbeln eq it_vbak-vbeln.
The sequence of fields used in select query must be same as
the sequence of fields in internal table.
thanks,i hpoe this is corrct...........
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
What is the Landscape in ur company?
Difference between BDC vs Direct Loads?
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.
wat is a source list?
there is size categery(0,1,2,3)if i need more space after giving the size 0.what i have to do now?
What are the components of sap scripts? : abap hr
What is Group by in Select statement?
difference between session and lsmw difference between bdc and lswm why u choose bdc instead of bapi
What are the different types of the sap abap data dictionary objects?
How do you upload the Data?
difference between type and like in detail way
what are the Events in Application Server