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

Execute Transaction inside cl_gui_container?

Former Member
0 Likes
611

Hi,

I created several containers inside a Report using cl_gui_splitter_container. The single containers refer to the type cl_gui_container. I use the containers to display several informations. In the upper part, I created a structure which displayes some projekt-information. In the underpart I would like to display the transaction CN47N. Is this possible?

Thanks

Best regards

Hannes

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
545

Yes , you can try submitting the report for this transaction and then display the results in the lower container

Read only

Clemenss
Active Contributor
0 Likes
545

HueHan,

I'm afraid it is not possible because inside a control container you can place only gui controls. A transaction starts a screen. A screen can not be processed in a gui container. Only the other way round: You can place a container on a sceen.

Regards,

Clemens