You are on page 1of 12

ABAP

Table of Content

◼ ABAP Overview
◼ ALV Report
◼ Basic ABAP
◼ Revisit Basic ABAP
◼ Transaction Code
◼ ABAP Dictionary
◼ Internal Table
◼ Open SQL
◼ Selection Screen
◼ Function Module
◼ Revisit ALV Report
◼ Conclusion

2
Revisit ALV Report
Navigating ALV Report

4
ALV (ABAP List Viewer)

◼ Make use of function module REUSE_ALV_GRID_DISPLAY

◼ Example:

5
ALV (ABAP List Viewer)

6
Adding ALV Report Title

◼ Example:
4
1

7
Tutorial

Copy program ZXXXR_SELECTION to ZXXXR_ALV

◼ In the program, use function module REUSE_ALV_GRID_DISPLAY to display


the result instead

◼ Add ALV title as Flight Info

8
Tutorial

9
Conclusion
Conclusion

You are now able to:


◼ Have an overview on ABAP Programming Language
◼ Understand the basic syntax of ABAP
◼ Navigate ABAP editor and Get help
◼ Create and Execute a simple report in SAP

11
T-code Summary

Transaction Code:

T-code Description
SE38 ABAP Editor
SE11 ABAP Dictionary Maintenance
SE16N General Table Display
SE37 ABAP Function Modules
SE91 Message Maintenance
SE93 Maintain Transaction Codes

12

You might also like