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

creating a screen in report program and calling that screen in program.

Former Member
0 Likes
3,129

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,205

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

Read only

abdul_hakim
Active Contributor
0 Likes
1,205

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

Read only

0 Likes
1,205

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.

Read only

0 Likes
1,205

Hi,

Did any one got a chance to look at my problem..

thanks a lot.

Kiran.