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: 

Modulepool: How to display other application in Custom container or sub screen

Former Member
0 Kudos

Hi Experts,

I have a requirement like i have to display other application(Normal screen) in custom control or sub screen like SE80 transaction. I have developed one screen having left side push buttons. Each push button will call one application. When ever user click on push button respective application i have to show that in right side of the same screen like SE80. I have tried with sub screen area and i am able to display only sub screens only but i am not able to display normal screen and also I tried with custom container i am not able to display. So any one knows the solution please help me on this.

Thanks,

Surya Prakash

1 ACCEPTED SOLUTION

Abhijit74
Active Contributor
0 Kudos

Hello Surya,

I think you have to use the docking container for this.

Could you please go through this link and check if it is helpful to you.

http://wiki.sdn.sap.com/wiki/display/Community/Call+SAP+Standard+Transactions+in+a+Splitter+Docking+...

Thanks,

Abhijit

4 REPLIES 4

Abhijit74
Active Contributor
0 Kudos

Hello Surya,

I think you have to use the docking container for this.

Could you please go through this link and check if it is helpful to you.

http://wiki.sdn.sap.com/wiki/display/Community/Call+SAP+Standard+Transactions+in+a+Splitter+Docking+...

Thanks,

Abhijit

Former Member
0 Kudos

Thanks a lot Abhijit. Now it is working for me.

Thanks,

Surya Prakash Reddy M

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi,

You can do with Containers only if the purpose is related to any kind of ALVs.

Since you want to call another application which is another module pool program in your program.

Use a sub screen and call the Another Module Pool Application program Selection-Screen in your program's subscreen with call subscreen stmt.

I was suprised why cant you just use SUBMIT and RETURN.

Hope this helps.

0 Kudos

Hi Venkat,

I want to call the transaction in the same screen. For my requirement SUBMIT and RETURN will not work. Any way i got resolved with Abhijit post. Thanks for your reply.

Thanks,

Surya Prakash Reddy M