ABAP Reporting - Example code and information on various areas of ABAP reporting


[+] Advanced List Viewer(ALV)
Example code and information on ALV reporting

[+] General ABAP code
Example code for general ABAP development

[+] Selection screen Setup & Processing
Examples of various selection screen development techniques

[+] Progress Indicator (Also Stops report timeout)
Implementing a progress indicator

Prevent report timeout
Progress indicator no-longer prevents timeout in later versions of SAP so you can use TH_REDISPATCH

[+] Send email to external address
Example code demonstrating how to send emails from SAP to external address

[+] Dynamic document objects
Example code and information on creating dynamic document objects

ABAP report using WRITE command
Display basic report output to user using the ABAP write command

FORMAT look and feel of WRITE statement report
Draw lines and change color of ABAP report using WRITE, FORMAT, SY-ULINE, SY-VLINE & COLOR statements

Capture Selection screen fields + user input values
ABAP report to display all the selection screen fields and any values input by the user

ABAP Reporting Events
Standard events available in ABAP report programming

ABAP Subroutines / FORMS
Adding subroutines to your SAP ABAP code using PERFORM & FORM statements

Send SAP mail to users workplace inbox (SBWP)
Sending internal emails with SAP

Automatic refresh report
Creating reports that automatically refresh themselves

Convert Spool(Report) to PDF and email it
Example code to convert a spool request into a PDF document and email it

SUBMIT report (Excecute rep from within a rep)
Executing a report from within another report using the SUBMIT statement

Capture report to internal table
Capture report output to an internal table

Write report straight to printer
Send a report straight to a printer instead of the screen

Hovitaga
Check out hovitaga for info on ABAP development tools

ABAP Development Catagories
Return to ABAP Dev menu