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

Reusing module pool screens

Former Member
0 Likes
930

Hi,

There is an existing screen in a z module pool program.

now i have to create a new program but I can completely reuse that existing screen in another program

Is it possible to reuse the screen in my program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
766

Hi Hema,

Yes, you can reuse the screen. As like Maju said, in SE80 (Object Navigator), right click on the screen number. Choose option Copy. And you'll get the below screen. In this way you can reuse the screen.

Regards,

Shahanaz Hussain.

4 REPLIES 4
Read only

Former Member
0 Likes
766

I hope you can use that screen. Goto SE80 and copy the screen from your existing program to new program.

Read only

Former Member
0 Likes
767

Hi Hema,

Yes, you can reuse the screen. As like Maju said, in SE80 (Object Navigator), right click on the screen number. Choose option Copy. And you'll get the below screen. In this way you can reuse the screen.

Regards,

Shahanaz Hussain.

Read only

Former Member
0 Likes
766

Hi Hema,

if it is a subscreen you want to use, you can even call it from your new Programm:

CALL SUBSCREEN sub_area [INCLUDING prog dynnr].

But then you have to use the same PAI/PBO-logic..

regards

Jan Martin

Read only

Former Member
0 Likes
766

Hi,

As per my understand we can reuse but that screen have the old logic.

Regards,

John.