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: 

Is there any way to embed a program or transaction into another program?

mimanchi
Explorer
0 Kudos
1,123

hello everyone:

I have a requirement, that is, the user wants to be able to call other programs (multiple) in a program, and can display the input screen and output results of the calling program in a certain area of the current program, such as sub-screens and container controls. It is a bit similar to SE90. The content displayed by se90 is basically fixed content. What I want is to display the initial screen of the transaction according to different transactions, and display the output results of the transaction after execution.

5 REPLIES 5

Sandra_Rossi
Active Contributor
1,057

With Dynpro technology, you cannot embed the screens of an existing transaction inside another screen, except if it was designed to permit that (like in SE84/SE90 or SE80).

0 Kudos
915

Thanks, I think you're right, it may not be possible.

vulturas
Explorer
0 Kudos
941
submit <report> with <parameter> = <value> and return.

Something like that?

0 Kudos
917

Thank you for your answer, but this is not the result I want. What I want may not be possible in SAP.

sonnyBarros
Explorer
0 Kudos
871

Hi, there,
Are your programs linked to transactions? If so, have you considered a transaction call?