‎2008 Aug 26 10:05 AM
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
‎2008 Aug 26 10:12 AM
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
‎2008 Aug 26 10:10 AM
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
‎2008 Aug 26 10:11 AM
‎2008 Aug 26 10:12 AM
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
‎2008 Aug 26 10:21 AM
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
‎2008 Aug 26 10:27 AM
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.