Display a CDS View Using ALV with IDA
2020-02-19
Beginner
15 min.
Display a CDS view in the SAP List Viewer with Integrated Data Access (IDA).
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.
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 and Run an ABAP Program
ALV with IDA lets you display views and tables that contain very large quantities of data.
Step 1: Open the ABAP program
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
Navigate tutorial steps
-
Step 1: Open the ABAP program
-
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
- Back to Top