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

print button on custom screen

Former Member
0 Likes
511

Hi all,

I made a custom screen and a menu (status ) for that using menu painter. I want to put a button there for printing the screen. What code i have to write for that print button so when user presses print button, it prints the screen????

Thanks

Ribhu

Hi all,

I made a custom screen and a menu (status ) for that using menu painter. I want to put a button there for printing the screen. What code i have to write for that print button so when user presses print button, it prints the screen????

Thanks

Ribhu

2 REPLIES 2
Read only

Former Member
0 Likes
479

Hi,

Why do u want to do it like that , if PRNT SCR button is on keyboard?

Read only

Former Member
0 Likes
479

Hi,

Do you know any other exisiting standard screen which function like same as in your customer screen.

if yes, note that screen program name and screen no and then in your module program:

go to PBO

write command as set pf-status 'XXXX'. " ur pf status

double click on 'XXXX'

go to utilities --- adjust templeate

Give that screen program name and screen no

if u dont want redundant codes then. deactviate /delete it...

Then activate all...

then check now ... ur all of fuction buttons are working!!!

Jogdand M B