SAP

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.
Thomas Jung T Thomas Jung August 21, 2026
Created on March 21, 2023
Contributors

More from Thomas Jung

See all 226 tutorials by Thomas Jung →

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