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: 

Application with two custom controls. One with a transaction call.

Former Member
0 Kudos

Dear all.

I am trying to create an application that would have the screen split into two. On the "sub-screen" to the left I would display some data and on the "sub-screen" to the right it would be possible to start a transaction and the user would enter data in the fields and would use the information on the screen to the left as inspiration.

I have looked at the possibility of using subscreens, but was not successful. I then looked at the "control examples" and found program RSDEMO_SPLITTER_CONTROL.

This program displays two pictures and from what I can see it is possible to put anything in the containers.

Is it possible to call a transaction, e.g. XK03, and have it shown on the one custom control? Which class would handle that?

Thanks

Lande

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It is not possible to embed transactions or other dynpros(or subscreens) within a custom control. You will not find this anywhere in the standard system.

Regards,

Rich Heilman

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It is not possible to embed transactions or other dynpros(or subscreens) within a custom control. You will not find this anywhere in the standard system.

Regards,

Rich Heilman