Application Development 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: 

Different screens in docking container...?

Former Member
0 Kudos

Hi gurus,

I'll try to explain what I'd like to do....

I have a dynpro with a docking container, on the left I have a tree where I can choose an activity (e.g.: go to se11, go to se38, go to se16, and so on).

I would like to run those transaction inside the docking container, without leaving to another screen, is it possible?

Thank you very much!!!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think it is not possible, although your idea is interesting. You must think that we must use Call Transaction XXXX and that means that we´re leaving our current programme in order to execute the called programmed and screen behind transaction XXXX. We cannot use Submit since the instruction is for executable reports only.

When using the SAP´s main menu, we have to leave the main programme (SAPLSMTR_NAVIGATION, screen 0100) when double clicking a node in the tree. When using a docking container, you must insert either screens or subscreens for displaying your information. You cannot enbed a transaction into this screens since it happens what I´ve explained in my first paragraph.

If you find a way, let us know.

3 REPLIES 3

Former Member
0 Kudos

Hi,

I think it is not possible, although your idea is interesting. You must think that we must use Call Transaction XXXX and that means that we´re leaving our current programme in order to execute the called programmed and screen behind transaction XXXX. We cannot use Submit since the instruction is for executable reports only.

When using the SAP´s main menu, we have to leave the main programme (SAPLSMTR_NAVIGATION, screen 0100) when double clicking a node in the tree. When using a docking container, you must insert either screens or subscreens for displaying your information. You cannot enbed a transaction into this screens since it happens what I´ve explained in my first paragraph.

If you find a way, let us know.

0 Kudos

Hallo Jorge,

thanks for your kind answer.

Actually transaction SE80 acts like I'd like to...

if I double click a node on the tree, in the right part of the screen I can navigate to dictionary, abap editor, and so no.

Thank you very much.

0 Kudos

I confirm what Jorge says, it's IMPOSSIBLE : you cannot display a dynpro inside a container. This question was asked several times in the forum. As Jorge says, you have to change the dynpro (on the right) using a subscreen.