‎2008 Sep 10 8:58 AM
Hi All,
What is the advantage of ALV Grid over ALV List ...?
If possible, explain me with an example....
Thanks
Subbu
‎2008 Sep 10 9:03 AM
Hi,
In ALV grid you can always have editable grid but in list display it not possible.
List display is used only for displaying data which already exists in the system using ABAP processing as per the requirement but in AlV GRID since you can have editable fields , updations of database is possible.
Regards
Natasha Garg
‎2008 Sep 10 9:01 AM
Hi,
Check below standard programes
BCALV_GRID_DEMO
BCALV_TEST_LIST
regards
jana
‎2008 Sep 10 9:03 AM
Hi,
In ALV grid you can always have editable grid but in list display it not possible.
List display is used only for displaying data which already exists in the system using ABAP processing as per the requirement but in AlV GRID since you can have editable fields , updations of database is possible.
Regards
Natasha Garg
‎2008 Sep 10 9:05 AM
>
> In ALV grid you can always have editable grid but in list display it not possible.
>
This is wrong. in Both the cases it is possible to edit.
‎2008 Sep 10 9:11 AM
Please use the search before asking such questions.
Typically, such questions are deleted.
Cheers,
Julius
‎2008 Sep 10 10:22 AM
Hi,
Some GUI differances are there between LIST and GRID.
Using GRID we can get o/p as tabular form also in LIST but GUI differance is there. otherwise both are same.
‎2008 Sep 10 10:28 AM