Category Archives for ABAP

Download your ABAP code to a PDF file

Access this fairly hidden feature of the standard SAP GUI to instantly download your ABAP code to PDF document file. Not sure why this feature isn’t more accessible but in order to use the PDF

Continue reading

Compare two ABAP objects using SE39 Split screen editor

Transaction SE39 is useful if you want edit two programs at the same time or if you just want to compare two ABAP objects on one screen. Once you have two objects loaded into the views you can turn

Continue reading

Display URL in SAP ABAP report using class method

*&---------------------------------------------------------------------* *& Report  ZDISPLAY_URL *& *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT  Zdisplay_url.

Continue reading

Payroll control record PA03

The payroll information displayed via transaction PA03 is stored within tables T569V, T549A and T549Q. They can also be retrieved using Function module PA03_PCR_READ Another useful function module could

Continue reading

Teach yourself ABAP programming one command at a time

Let’s start ABAP programming!! Here is a list of popular ABAP commands including information about what it does and example code of how to use. They are also ordered in such a way that you can implement

Continue reading