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

Insert dynpro in a container object

Former Member
0 Likes
1,201

I have create a dynpro that are split in three part, using class cl_gui_splitter_container. I used as parent the reference cl_gui_container=>screen, that permit "auto"resize if user change front-end window dimension.

...

CREATE OBJECT splitter

EXPORTING

parent = cl_gui_container=>screen0

rows = 1

columns = 3 .

...

I would like to insert a classic dynpro in first columns. How i can do it?

thanks,

Mauro

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
822

Ok, but what's better object that can be inserted in a container and that permit to insert a value in a I/O field?

I must use class cl_gui_html_viewer?

thanks,

Mauro

4 REPLIES 4
Read only

Former Member
0 Likes
822

HI,

See the below blog, you will find an example code in the Comments part

/people/ravikumar.allampallam/blog/2005/02/11/abap-oo-in-action

And also look at the thread

Regards

Sudheer

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
822

You can not embed any dynpro, whether it be a selection-screen, a dynpro, or a classical list display, inside of a screen container. This is simply not possible.

Regards

Rich Heilman

Read only

Former Member
0 Likes
823

Ok, but what's better object that can be inserted in a container and that permit to insert a value in a I/O field?

I must use class cl_gui_html_viewer?

thanks,

Mauro

Read only

0 Likes
822

Exactly, if you notice in SE80, this is exactly what SAP has done in the top left hand corner. This is an HTML control

Regards,

Rich Heilman