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

CL_GUI_DOCKING_CONTAINER

Former Member
0 Likes
640

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:

1 REPLY 1
Read only

Former Member
0 Likes
503

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