|
|
SAP ABAP Reports
SAP reports are written in ABAP code and generally present specifc SAP data to the user so that they can view, change or download
it for use in separate application. The most popular way to create abap reports is to use the alv functionality either viw the
ALV function modules or the ALV method calls. See here for more information about SAP ALV.
ABAP reports dont just display data to a user, depending on the capabilities of the ABAPer they can also perform
complicated calculataions, ftp data, email data, update tables etc etc
|