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

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

mimanchi
Explorer
0 Kudos
1,238

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
Read only

Sandra_Rossi
Active Contributor
1,172

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).

Read only

0 Kudos
1,030

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

Read only

vulturas
Explorer
0 Kudos
1,056
submit <report> with <parameter> = <value> and return.

Something like that?

Read only

0 Kudos
1,032

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

Read only

sonnyBarros
Explorer
0 Kudos
986

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