what is diffrence between table control and alv grid in
dialog programming in abap.
Answers were Sorted based on User's Feedback
Answer / hariabap
in Table control we use loop endloop , move corresponding
statements for displaying records.
But in ALV grid we are not using loop endloop and move
corresponding , hence the performance is high if we use ALV
grid.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / gagan bulani
Also in ALV Grid u can have option for filtration and
sorting etc which are not present in Table Control.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sridhar b
Alv Grid control is advanced for Table control.
table control means we have to use in Dialg Programing But
grid control is having features like ALV Programing.
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / dinesh_born2succeed
In Table control we don need to give field declaration like building in alv...
but in alv field build is must except while we go for alv_merge....
Is This Answer Correct ? | 0 Yes | 0 No |
as a developer how u will decided which internal table we will use for requirement?
What are steps you follow to improve the performance of a report ?
Explain the advantages and disadvantages of abap query tool?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
how to change the package of an object?i.e a report stored in ymadhuri package.now it should be changed to ysaru
Can we debug RFC's? If yes how can we do?
Did you use buffering?
what is the difference between rfc and function module
What are the advantages/ dis-advantages of logical databases?
What is your approach to find exit and BAdi?
If internal table used in for all entries in empty then what happens?
What are the functional areas? User groups?