Application Development 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: 

Print Dynpro

Former Member
0 Kudos
96

Hi Friends,

I have developed a dynpro with 4 Buttons in the Standar toolbar

Button 1 = BACK

Button 2 = EXIT

Button 3 = CANCEL

Button 4 = PRINT

My intension for the user is:

case Ok_CODE.

when 'Print'.

Dynpro layout to be sent to spool request for printing.

Alternative is to make a Snagit screen shot, but I realy hope it is possible using the print case.

Question:

Does anybone know how I camm do this or is there a functional code or Method for this?

Thanks in advance.

Points will be given for usefull suggestion.

Blacky

2 REPLIES 2

Former Member
0 Kudos
57

Hi,

I think there is a standard Function for this which is PRIN ( CTRL+P). You can check any program and execute, you will be able to see the print icon on the menu.

You can debug and check the code.

Shruthi

0 Kudos
57

goto any transaction(say SE37) then go to sysyem-->status.Double click on the program it will take u to the std program.Search for the word PRIN.you will get the code used for print functionality.