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

Dialog button

Former Member
0 Likes
348

I have a dialog screen and a button with name b_print and ft_code b_pr . On clicking this button , the dialog screen should be sent for print.

How can this be done.

THanks

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
330

Hi,

If you want to create a hardcopy of your current screen, you can use the SAPGui function hardcopy (CTRLSHIFTP). It sends content of current screen directly to the standard printer of your pc.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
330

the requirement is such that a button has to b e displayed and when clicked, it shouldprint the dialog screen.