‎2007 Jan 23 10:23 PM
Hi,
I have a report program and I want to give output in different screen.
can any one tell me how to create a screen in executable program and calling that screen in program in END-OF-SELECTION for displaying results.
Thanks a lot.
Kiran
‎2007 Jan 23 10:27 PM
Hi,
Open your program in SE80. Right click on your program. Click CREATE->Screen menu. This will allow you to create screen for the program.
In the End-of-selection event call the screen using the commands CALL SCREEN or LEAVE TO SCREEN or SET SCREEN.
CALL SCREEN
http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba4e635c111d1829f0000e829fbfe/content.htm
LEAVE SCREEN/SET SCREEN
http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm
Regards,
Vara
‎2007 Jan 23 10:28 PM
hi
once you execute any report program normally u will get output in a separate screen only(ie List Screen)..Whatz ur exact requirement??
Cheers,
Abdul Hakim
‎2007 Jan 23 10:34 PM
Hi ,
I am publishing this report in web. so when I execute this program in web its failing displaying output(template not found ). So I need to put this output in different screen so that I can publish that screen.
any help appreciated.
Thanks.
‎2007 Jan 24 4:18 AM
Hi,
Did any one got a chance to look at my problem..
thanks a lot.
Kiran.