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

create screen

Former Member
0 Likes
710

hi everybody

I am already displaying a report, but now I have to add a Print button to that page

I was asking if I have to go to both tcode se51 to create a screen for that program and se41 to add the button or I should go directly to se41 to create the button

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

hiii

just go to se41 and enter status name and create..

or you can write SET PF-STATUS in your program and double click on it.it will automatically give you screen for creating status there you need to create button.

regards

twinkal

5 REPLIES 5
Read only

former_member673464
Active Contributor
0 Likes
680

hi,

if you are displaying the data using the standard list then you have create a new pf-status for that list. you have to add a button for the print in se51 . if you are already using defined pf-status you have to modify the same pf-status to add the print button. you have to write the code according to ok-code given to that screen.

Regards,

Veeresh

Read only

0 Likes
680

im a bit new to that, can you xplain in detail plz

Read only

Former Member
0 Likes
681

hiii

just go to se41 and enter status name and create..

or you can write SET PF-STATUS in your program and double click on it.it will automatically give you screen for creating status there you need to create button.

regards

twinkal

Read only

Former Member
0 Likes
680

hi,

Write SET PF-STATUS 'NAME'. in you code under START-OF-SELECTION event.

Double Click on the NAme and it will give you the screen where you ca set the Button in the status.

Regards

Sumit Agarwal

Read only

christine_evans
Active Contributor
0 Likes
680

If you edit your program using SE80, all of its components, including screens, pf status etc etc will be available to you in the same place which makes building a program with screens much easier.