Create and Run an ABAP Application
October 1, 2020
Beginner
15 min.
Create and run an ABAP application based on tables from the sample EPM data model.
You will learn
- How to create and run an ABAP application
Prerequisites
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
- Tutorial: Create an ABAP Project in ABAP Development Tools (ADT)
This mission is based on tables of the SAP NetWeaver Demo sample EPM Model, so that you can complete the tutorial on any SAP NetWeaver 7.5x
system.
For more information, see The SAP NetWeaver Enterprise Procurement Model – An Introduction
Step 1: Create new ABAP program
Step 2: Create ABAP local class
Step 3: Create CREATE method
Step 4: Implement RUN method
Step 5: Make ABAP program runnable
Step 6: Save and activate ABAP program
Step 7: Run the ABAP program
Step 8: Output system variables
Step 9: Run the ABAP program
Step 10: Check your code
Step 11: Test yourself
Navigate tutorial steps
-
Step 1: Create new ABAP program
-
Step 2: Create ABAP local class
-
Step 3: Create CREATE method
-
Step 4: Implement RUN method
-
Step 5: Make ABAP program runnable
-
Step 6: Save and activate ABAP program
-
Step 7: Run the ABAP program
-
Step 8: Output system variables
-
Step 9: Run the ABAP program
-
Step 10: Check your code
-
Step 11: Test yourself
- Back to Top