‎2009 Oct 23 12:51 AM
Hello Experts,
I am strugling in linking the SAP standard code like WE30 to my program in my Docking Container.
Is it possible to call a Standard transaction code in yourdocking area.
Thanks:
‎2009 Oct 23 4:33 PM
Hi,
I'm pretty sure this is not possible. The sublclasses of CL_GUI_CONTAINER as CL_GUI_DOCKING_CONTAINER are intended to hold a control like a tree (CL_GUI_SIMPLE_TREE) or an ALV grid (CL_GUI_ALV_GRID).
As far as I know there is no way to call one transaction within any sort of container or subscreen.
You might want to read this document
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf
best regards,
Hans Hohenfeld