It would be pretty cool if we could do this, but unfortunately it's not possible.
Incidentally, this is the reason why in SE80, the fields in the top-left corner are not actually dynpro fields and why F4 does not work to bring up a list of development classes, for example.
I suggest that instead of using the splitter control, you use the docking container (CL_GUI_DOCKING_CONTAINER). This control docks to the SAPGUI window at runtime, there is no container placed on the dynpro at design-time. You can then embed whatever you like inside the docking container (such as a tree).
Regards,
Scott
Add a comment