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

Creating complex entry-container

Former Member
0 Likes
463

I have docked some docking-container (splitting-container) on an older abap-standard-report, to show additional information. Now I should implement an entry-screen with several entry-fields and labels, within such a container.

Has anybody an idea how to do so ? Is it possible to run a dynpro in a container or how can I create an complex entry-container using cl_gui_textedit or something like that ?

Please help me, it is very urgently.

Thanks

Andreas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

You could use an HTML control inside there and have that with entry fields etc - I think there is an demo of this in the controls examples... report SAPHTML_EVENTS_DEMO I think.

Jonathan

2 REPLIES 2
Read only

Former Member
0 Likes
427

You could use an HTML control inside there and have that with entry fields etc - I think there is an demo of this in the controls examples... report SAPHTML_EVENTS_DEMO I think.

Jonathan

Read only

0 Likes
426

Thank you Jonathan,

I will try it now with a CL_DD_DOCUMENT I found today. I think it's nothing other than an dynamic HTML control. The first tests look good !

Andreas