what is diffrence between table control and alv grid in
dialog programming in abap.
Answer Posted / 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 |
Post New Answer View All Answers
What is a transaction variant and why are they used?
Difference between sap script and report?
Difference between /N and /BEND?
How do you write transaction programs in sap?
What is the difference between leave transaction and call transaction?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
what is sap scriptview ?
What do you do when the system crashes in the middle of a BDC batch session?
Explain the uses of the simple maintenance interface? : sap abap hr
How do I find the output type of a table or a program?
What are the events in ABAP language?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Do we have to migrate all sapscript forms to smart forms?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?