SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create and Run an ABAP Application

Create and run an ABAP application based on tables from the sample EPM data model.

Overview

🎓 beginner 15 min. ABAP DevelopmentBeginnerSAP Netweaver

You will learn

  • โœ”How to create and run an ABAP application
Julie Plummer J Julie Plummer April 18, 2023
Created by March 9, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

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
โ€”

In the toolbar, choose New > ABAP Program…:

Image depicting step1-new-program
Image depicting step1-new-program

A wizard appears to create a new ABAP Program. Enter z_invoice_items_euro in the name field. Enter a meaningful text in the description field. Choose Finish to create the report. Afterwards an editor will be opened which shows the empty report.

Image depicting step1b-program-properties
Image depicting step1b-program-properties

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
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 11
1. Create new ABAP program 2. Create ABAP local class 3. Create CREATE method 4. Implement RUN method 5. Make ABAP program runnable 6. Save and activate ABAP program 7. Run the ABAP program 8. Output system variables 9. Run the ABAP program 10. Check your code 11. Test yourself

Learn more →