Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Ouput In Split Sceen

0 Likes
826

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

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
800

Please provide more detail of what you are trying to do.

matt

Read only

0 Likes
800

in RSDEMO_EASY_SPLITTER_CONTROL instead of picture i want to show internal table output.

Read only

MarcinPciak
Active Contributor
0 Likes
800

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).

Read only

Former Member
0 Likes
800

Two ALV grids?