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 view? Explain the different types of view?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the difference between pool tables and transparent tables?
What is table pool?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are the types of subroutines? : abap modularization
What is the difference between upload and ws_upload ? : abap bdc
Explain open dataset in sap abap?
What are the different database integrities?
Can we use transfer dataset to transfer data in internal table ?
What are the abap/4 commands that link to a layout set?
What are interactive reports?
What is the transaction for recording bdc ? : abap bdc
How are the function code handles in flow logic?
Explain the call transaction method? : abap bdc