2008 Apr 28 12:01 PM
HI All,
we have a requirment wherein we need to display a list of fields in the output in the form of ALV.But the ALV display should occupy only a part of the screen.The rest of the part is used to display other details.How do we specify the length and position of the ALV display?
Thanks,
Rakesh.
HI All,
we have a requirment wherein we need to display a list of fields in the output in the form of ALV.But the ALV display should occupy only a part of the screen.The rest of the part is used to display other details.How do we specify the length and position of the ALV display?
Thanks,
Rakesh.
2008 Apr 28 12:05 PM
well you need a splitter container e.G. one of the class cl_gui_easy_splitter_container.
this will split your custom container into two containers. in one you can now put your ALV, while displaying your details in the other one.
the size and width and height of those containers can be changed.
2008 Apr 28 12:06 PM
am not using OO ABAP for this.Am just using FMs to display the ALV.how can i do it in this case?
2008 Apr 28 12:08 PM
2008 Apr 28 12:08 PM
bad idea, i dont have a clue if this is in any way possible with REUSE_ALV
2008 Apr 28 12:06 PM
Hi ,
In case the other details are also to be displayed in ALV , then you can use a Splitter , whereby you split the screen into two or more saperate ALV .
Regards
Arun
2008 Apr 28 12:06 PM
This can be achieved by using OOALV.
Place two containers on the screen and select accordingly for your ALV display.
Check programs with BCALV_* in SE8 to know more about it.
You may check this example. BCALV_GRID_DND_TREE
Using CL_GUI_ALV_GRID class.
Regards,
Raj.
2008 Apr 28 12:06 PM
Hi,
Try Container cl_gui_easy_splitter_container.
Reward points if useful....
Regards
AK
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |