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

Display a CDS View Using ALV with IDA

Display a CDS view in the SAP List Viewer with Integrated Data Access (IDA).

Overview

🎓 beginner 15 min. ABAP DevelopmentBeginnerSAP Netweaver

You will learn

  • โœ”How to consume the CDS view in the SAP List Viewer with Integrated Data Access (ALV with IDA).
  • โœ”Optional: How to improve the appearance of your SAP List Viewer using a data element and CAST statement.
Unknown U Unknown March 21, 2023
Created by March 21, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

ALV with IDA lets you display views and tables that contain very large quantities of data.


Step 1 Open the ABAP program
โ€”

Open the ABAP program you created in the previous tutorial, Create and Run an ABAP Program.

  • Either choose Programs > Z_INVOICE_ITEMS_EURO:

    Image depicting step1-open-program
    Image depicting step1-open-program

  • Or choose Open ABAP Development Object (Ctrl+Shift+A) and enter the program name, Z_INVOICE_ITEMS_EURO:

    Image depicting step-1-ctrl-shift-a
    Image depicting step-1-ctrl-shift-a

Step 2 Duplicate the ABAP program
+
Step 3 Add ALV grid to method implementation
+
Step 4 Set the tooltip information with an annotation
+
Step 5 Optional: Create a data element
+
Step 6 Optional: Add a CAST statement
+
Step 7 Check the code and execute the program
+
Step 8 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 8
1. Open the ABAP program 2. Duplicate the ABAP program 3. Add ALV grid to method implementation 4. Set the tooltip information with an annotation 5. Optional: Create a data element 6. Optional: Add a CAST statement 7. Check the code and execute the program 8. Test yourself

Learn more →