‎2007 Sep 19 12:34 PM
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
‎2007 Sep 20 12:50 PM
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
‎2007 Sep 20 12:50 PM
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
‎2007 Sep 20 1:00 PM
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