
Master SAP HANA fundamentals, ABAP CDS development with ADT, CDS views and syntax, and explore MDP procedures, CDS table function, RESTful programming for Fiori, and virtual data modeling.
Explore how SAP HANA combines in-memory, column-oriented relational database management with processing, development tooling, and data integration on a single appliance to enable real-time applications.
Please check resource to get answer to question,
How to check storage type of table?
Explore how SAP HANA uses dictionary compression to store value IDs instead of full values, reducing memory and speeding searches and calculations.
Explore how SAP HANA leverages parallel processing across multi-core processors to boost throughput. Column store tables are automatically processed in parallel, with columns split across cores to scale performance.
Learn how SAP HANA enables on-the-fly aggregation from any line item table without prebuilt aggregates, with run-time views from the source and column stores that reduce indexes and simplify code.
Shift from traditional ABAP data handling to a code-to-data paradigm by pushing data-intensive operations into the database layer, leveraging SAP HANA features for faster ABAP applications.
Learn how ADT, the eclipse-based ABAP Development Tool, replaces ABAP workbench by providing open APIs, cross-platform development, and a unified environment to edit repository objects on the SAP backend.
Learn the basics of CDS, core data services, and its three sub-languages: data definition language, query language, and data control language, with semantic data models and ABAP authorization concepts.
Explore core data services across SAP platforms, compare ABAP CDS and HANA CDS, and learn to define and consume ABAP CDS for S/4 HANA applications.
Explore ABAP CDS basics and theory, compare dictionary views with CDS, read data with aggregation and associations, and note CDS cannot modify data.
Create a cds data definition, apply view and element annotations, configure buffering and client dependent settings, and validate the sql view in Adept workbench.
Explore case conditional expressions in core data services, Open SQL, and ABAP CDS, including simple and nested forms, mandatory alias, and their parallels to if statements and case statements.
Explore inner join, left outer join, and right outer join in ABAP view, plus union and union all concepts, with syntax in curly brackets and the differences in duplicates handling.
Master cds view joins by building an inner join between book and custom tables, aliasing, selecting fields, and applying where, group by, having, and nested joins in ABAP on HANA.
Learn how to define and use input parameters in CDS views for ABAP on HANA, including typing, annotations, and address syntax with dollar and colon prefixes.
Learn how to consume one CDS view in another by supplying input parameters in the from clause, maintaining parameter order, and building a consuming view.
Create a report program to consume a CDS view in open SQL, reading data from the view and displaying it, using the from clause, parameters in parentheses, and assignment operator.
Discover how ABAP CDS uses associations to model relationships between entities. Leverage alias-like syntax, cardinality, and join-on-demand performance to enhance readability and optimize queries.
Explore ad hoc and expose associations in CDS views, and learn how path expressions enable on-demand joins and filtered associations in CDS and open sql.
Create an ad hoc association in a view between the book and custom tables, using an alias and a join condition on book.custom_id, then select fields from both.
learn how exposed associations in cds views enable on-demand joins, adding join conditions only when you select fields from the association, with practical hands-on examples.
Create an ABAP view with a filtered association between a book and a custom target, filtering by country CA to show the name only when the country is Canada.
Learn by hands-on extension of a CDS view in SAP ABAP on HANA, creating extended views, adding associations, and activating and running the enriched output at runtime.
Explore how to authorize ABAP CDS views and restrict records by current user using authorization objects, profiles, and access control checks, including an end-to-end example.
Compare classical CDS views with CDS view entities, noting stricter syntax checks, annotation support differences, client handling, and currency and quantity handling using get numeric value for safe arithmetic.
Discover CDS built-in numeric functions in CDS views, such as abs, cl, flow, div, division, mod, and round, and use get numeric value to compute payment sum and seats.
Explore built-in CDS time functions to validate time formats, add seconds to timestamps, calculate the difference between timestamps, and retrieve the current UTC timestamp from database servers.
Create an AMDP procedure and an MDP method in SAP HANA with SQL script and parameters to fetch data from table scar using fuzzy search. Call it from a report.
Learn how to push down select-options to the database layer in abap on hana using amdp and cds views, by converting selection options to clustering and applying filters.
Pre-requisite:
Please watch video lectures 51 and 52.
Pre-requisite:
Please watch video lectures 51, 52, 53, and 54.
All SAP products are moving to SAP HANA, this demands SAP ABAP NetWeaver Application Server to leverage the features and capabilities of the SAP HANA database. ABAP for SAP HANA refers to all developments that leverage the power of SAP HANA within ABAP applications. In this course, the instructor introduces you to the fundamental skills needed to understand ABAP development for SAP HANA programming concepts and start creating your own ABAP for HANA programs. This course focuses on learning through a hands-on approach and is packed full of step-by-step examples. Anyone can join the course with basic knowledge of ABAP programming.
There are mainly 3 roles in SAP HANA from the developer's point of view.
1. SAP HANA native developer
Main skills required: HANA modeling Attribute, Analytic and Calculation views, Native HANA SQL Scripting
2. SAP ABAP development for HANA
Main skills required: ABAP, ABAP CDS Views, AMDP procedures
3. SAP UI5 FIORI
Main skills required: SAPUI5, JavaScript, CSS, HTML5.
Note:
The main objective of the course is to provide skills in ABAP development for SAP HANA; hence, it does not cover any SAP HANA modelling or SAP UI5 development concepts. The course explains the SAP HANA database's basic features relevant to ABAP development for SAP HANA.
Areas covered in this course are
1. SAP HANA basic features
2. Code to Data Paradigm
3. ABAP Development Tools ( ADT ) for Eclipse
4. Core Data Services ( CDS ) Views
5. CDS view Entity
6. CDS Built-in Functions
7. ABAP-managed database procedure ( AMDP )
8. ABAP Database Connectivity ( ADBC )
9. ALV with Integrated Data Access ( ALV IDA )
10. VDM Virtual Data Model
11. Building SAP Fiori application using ABAP Programming Model for Fiori
12. Building SAP Fiori application using ABAP RESTful Application Programming Model (RAP)
13. SAP BTP Business Technology Platform
14. Instance creation of trial ABAP Environment in BTP
15. SAP ABAP New syntax 7.40 and 7.50
16. AI for ABAP Development
Course features
1. The course focuses on learning through a hands-on approach
2. straight-to-the-point explanation.
3. Get the Source code on every program discussed
4. Test what you learned by solving MCQs after videos
5. Creation of CDS-based SAP FIORI Applications
6. We will help you to configure the 30-day free trial ABAP system on the SAP cloud platform
7. Get certification of completion.
8. Full lifetime access
9. Topic-wise Interview questions and answers
The course makes it so easy to learn ABAP for HANA that you will be building and testing out your code in no time. The course is delivered in such a way that any ABAPer who takes the course will have absolutely no problem understanding all the topics discussed. This course focuses on learning through a hands-on approach and is packed full of step-by-step examples.
The instructor believes that doing hands-on without knowing the theory is half learning. Hence, in this course, he will cover all necessary theories related to SAP HANA and ABAP for HANA before starting the hands-on sessions. You will learn by watching the author perform the operation he is instructing as he explains how to create programs step by step.
The instructor knows your time is precious and hence delivers information straight to the point. The complexity of topics will gradually increase hence, it is advised to watch videos the way they are arranged. You will be provided with all program codes discussed in the hands-on sessions.
We will help you configure the 30-day free trial ABAP system with the HANA database on the SAP cloud platform and install the Eclipse-based ABAP Development Tool (ADT) to develop CDS views and AMDP procedures. The trial period can be further extended up to 90 days.
Please note,
The trial ABAP system is optimized for cloud usage; therefore, not all the features of an on-premise ABAP system are available. For example, SAP GUI and ABAP report programs are not available since screen processing is not suitable for cloud operations.
We have used a proper on-premise ABAP system with a HANA database and not a trial ABAP system for the explanations of all the practice examples discussed in this course. It's recommended to use a proper on-premise ABAP system with the HANA database, but if you don't have such a system, as a secondary option, you can use a free trial ABAP system on the SAP cloud platform.
To make the best of this course
Get access to an ABAP on the HANA system and practice on it
Answer quiz questions for self-evaluation
Follow the order in which lectures are arranged
Based on the title, feel free to skip certain parts
Use the given code for fast and correct results
Latest Updates:
2 June 2026: Added lecture series on AI for ABAP development