2008 Jan 29 4:46 PM
Hi all,
can anyone explain about the alv grid in classes and what is the difference between normal functional module and oops concept.
2008 Jan 29 4:52 PM
hi
good
pls check the following procedure.
1-go to se38
2-enter BCALV*
3-press F4
and check these reports
BCALV_DND_03 Drag&Drop on Cells of the Grid
BCALV_DND_04 Drag&Drop Within an ALV Grid Control
thanks
mrutyun^
hi
good
pls check the following procedure.
1-go to se38
2-enter BCALV*
3-press F4
and check these reports
BCALV_DND_03 Drag&Drop on Cells of the Grid
BCALV_DND_04 Drag&Drop Within an ALV Grid Control
thanks
mrutyun^
2008 Jan 29 4:52 PM
hi
good
pls check the following procedure.
1-go to se38
2-enter BCALV*
3-press F4
and check these reports
BCALV_DND_03 Drag&Drop on Cells of the Grid
BCALV_DND_04 Drag&Drop Within an ALV Grid Control
thanks
mrutyun^
2008 Jan 29 4:55 PM
Hi,
Both r same
for the classes we have to create instance and objects for the class
for example.
data:
g_grid type ref to cl_custom_container,
g_alv type ref to cl_alv_grid.
create object g_grid
exporting
container = 'main'.
create object g_alv
exporting
grid = g_grid.
call method g_alv->set_table_for_first_display.
changing
tables
output = 'outputable'.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jan 29, 2008 12:06 PM
2008 Jan 29 5:31 PM
Hi,
Please refer to the link below :
http://www.saptechnical.com/Tutorials/OOPS/MainPage.htm
Thanks,
Sriram Ponna.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |