Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
368 views

ABAP Code Into PDF

This document describes how to generate a PDF file of any ABAP program from the ABAP editor in 3 steps: 1) Open the ABAP program in the editor, 2) Click Options and Keyboard to assign a shortcut key like Shift+P to the File.ExportPDF command, 3) Use the shortcut within the editor to save the program as a PDF file.

Uploaded by

parthasc
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
368 views

ABAP Code Into PDF

This document describes how to generate a PDF file of any ABAP program from the ABAP editor in 3 steps: 1) Open the ABAP program in the editor, 2) Click Options and Keyboard to assign a shortcut key like Shift+P to the File.ExportPDF command, 3) Use the shortcut within the editor to save the program as a PDF file.

Uploaded by

parthasc
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Download ABAP Code into PDF file

By Maavee Solutions

This document provides you with a short cut to generate PDF file for any ABAP program from
an ABAP editor.
Open any program in ABAP Editor (Transaction SE38).
Click on the Options button highlighted in the screenshot below:

Following screen is displayed:

Now click on Keyboard.

Now from the commands, select File.ExportPDF (instead of scrolling down the entire list, type
File in the input box and the commands starting with File are displayed):

After selecting the command, enter a shortcut you would like to use (as long as they are
available) to generate the PDF file.
For our demo, I have taken Shift + P (You need to press on button P on your keyboard while
holding the SHIFT button)

Now click on Assign.

Click on Save and return to the ABAP Editor.


On the ABAP editor, now use your shortcut (in this case SHIFT + P).

Save the PDF file in the location desired. Now the PDF file is generated as shown below:

You might also like