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

Selection screen in splitter container

Former Member
0 Likes
1,816

Hi All,

Can anyone help me how to add selection screen like select-options: matnr for mara-matnr etc..in custom container.

I have one custom container and i splitted into left panel and right panel. My left panel will be selection screen, Once user enters the selection in left panel right panel should be populated with data.

Hi All,

Can anyone help me how to add selection screen like select-options: matnr for mara-matnr etc..in custom container.

I have one custom container and i splitted into left panel and right panel. My left panel will be selection screen, Once user enters the selection in left panel right panel should be populated with data.

5 REPLIES 5
Read only

Former Member
0 Likes
1,136

Hi,

I don't think you can add a selection screen

Containers can hold only controls (e.g. ALV grid, tree, etc.) and other containers but not normal dynpro (screen) elements.

How about draw it directly w/o custom container.

Thanks&Regards

Felix Yang

Read only

Former Member
0 Likes
1,136

I think you will have to use CL_GUI_HTML_EDITOR. I dont remember the exactly class name, but you will have to do it in HTML.

I had similar problem. You can not include screen in the container.

Read only

Former Member
0 Likes
1,136

I know we can use text editor to create input output field on container but I have 5-6 select options

Read only

rosenberg_eitan
Active Contributor
0 Likes
1,136

Hi,

Just an idea.

If the result of the user parameter is displayed via some control (ALV, graphics, pictures etc.)

You can display them in a popup.

Regards.

Read only

0 Likes
1,136

Was going throught the docking container demo program it suits my requirement , was trying to create it in subscreen but output is not displayed