what is the difference between FOR ALL ENTRIES and SELECT *
FROM ?
Answer Posted / srinivas reddy
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 |
Post New Answer View All Answers
Explain how data is stored in cluster table?
What is the difference between semi-monthly and Bi-weekly payroll area
What are system fields for secondary lists?
Why we are using Macros instead of Function Modules
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
How can we decide weather we can enhance the standard infotype or not ? : abap hr
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How can we access the correction and transport system?
dynamic programming in sap abap
Why do we use abstract class
Give examples of transparent table?
Update types in Call transaction method. What is the difference?
What is an abap dictionary? : abap data dictionary
What is repository info. Systems? : abap data dictionary
What kind of BDC programs are written ?