‎2013 Aug 28 7:57 AM
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
‎2013 Aug 28 8:30 AM
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.
‎2013 Aug 28 8:15 AM
I hope you can use that screen. Goto SE80 and copy the screen from your existing program to new program.
‎2013 Aug 28 8:30 AM
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.
‎2013 Aug 28 9:09 AM
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
‎2013 Aug 28 10:39 AM
Hi,
As per my understand we can reuse but that screen have the old logic.
Regards,
John.