2009 Oct 14 1:51 PM
How to show data in the internal table as output in the split screen
Regards
BP
How to show data in the internal table as output in the split screen
Regards
BP
2009 Oct 14 1:54 PM
2009 Oct 14 1:57 PM
in RSDEMO_EASY_SPLITTER_CONTROL instead of picture i want to show internal table output.
2009 Oct 14 2:02 PM
You already have demo program so based on it you could to it easily.
Just create ALV instance (of cl_gui_alv_grid) and pass container_1 as its parent.
CREATE OBJECT r_alv_grid
EXPORTING parent = container_1.
It will display table in ALV embeded in first container.
Regards
Marcin
The purpose of this demo is to demonstrate how splitter container should be connected to screen custom control .The logic with splitter is the same, only control inside it changes (any GUI control can be placed here).
2009 Oct 14 1:56 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |