‎2008 May 21 11:49 AM
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
‎2008 May 21 12:01 PM
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
‎2008 May 21 12:07 PM
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.