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 |
What is syntax to upload a logo in script ?
4 Answers Accenture, Harjai Computers,
What are the developments you have done with Modulepool?
what are the sap financial periods
4 Answers i Spy Technologies, MD Synergy,
what is project system Landscape?
6 Answers ITC Infotech, MSG Global, TCS,
what is Composite key in table creation? what is the use?
What are the major steps will you use for tuning?
What is the function of the transport system and workbench organiser? : abap data dictionary
How many types of views are there? : abap data dictionary
What does the insert statement in extract datasets do? : abap modularization
How is conversion of data types done between abap/4 & external level? : abap data dictionary
dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP WITH CODE .MY ID: zaheer_guts@yahoo.co.in
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?