Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Michael_Keller
Active Contributor
Dear community, I recently worked again with the SAP List Viewer with Integrated Data Access (ALV with IDA). Some time ago I made some first steps with it but then a lot of private issues came up. Simply real life 🙂

So what is it about? The main difference to the classic ALV ist the type of access to the data in our database. An ABAP Core Data Service View is used as the data source. Therefore no need for any special application logic for the selection and preparation of the data. All of this has to be done in the ABAP CDS. I think this is a nice possibility to learn ABAP CDS and at the same time to try out the output in the very familiar ALV environment.

I built my very simple demo scenario around units of measurement (database tables T006 and T006A). Units of measurement are an important thing through the whole SAP ERP system. It's also interesting to see what units of measurements there are and how they are called in different languages.

I published my demo scenario on GitHub in this repository. So everyone has a small starting point and can do own research. As always access it with abapGit. I did the development on a SAP NetWeaver 7.52. With small adjustments, this should also work on a SAP NetWeaver 7.50.

Have fun with your first steps.

 

Best regards and stay healthy

Michael

 

P.S.: Not tired of reading blogs? Don’t miss this one by jorgen_lindqvist41.
6 Comments