Home Search Profile

Master ABAP on Cloud: RESTful Programming Pro Course 2024

Focused View

14:15:35

  • 1 -Introduction to ABAP on Cloud RESTful Programming model.mp4
    11:43
  • 2 -SAP Cloud Platform SAP Business Technology Platform Further Details.mp4
    38:38
  • 1 -Steps to create your free SAP Cloud Trial Account.mp4
    20:55
  • 2 -Install Eclipse and connect it with ABAP on Cloud.docx
  • 2 -Steps in Creating Free SAP Cloud Trial Account.docx
  • 2 -Steps to install Eclipse IDE with ABAP Development support and connect to cloud.mp4
    13:27
  • 2 -abap practice.txt
  • 3 -SAP BTP (Spaces, Quota, etc); Limitations and Advantages of ABAP on Cloud.mp4
    20:37
  • 3 -SAP BTP - Further Details.docx
  • 4 -Differences between SAP WebIDE, SAP HANA Studio, Eclipse, When to use which one.mp4
    17:56
  • 1 -Creating our first class and executing it.mp4
    19:17
  • 1 -code1.txt
  • 2 -Building Data Elements, Domains, Structures, Tables in Eclipse.mp4
    36:29
  • 2 -code 2.txt
  • 3 -Creating tables with foreign key relationship and include structures in AOC.mp4
    18:00
  • 3 -code3.txt
  • 4 -Creating data within our custom tables using Class in AOC.mp4
    22:21
  • 4 -code4.txt
  • 1 -CDS views and AMDP procedures - An Introduction.mp4
    17:59
  • 2 -CDS and AMDP Further Details.mp4
    11:57
  • 3 -CDS Views demo with Associations.mp4
    22:36
  • 3 -cds code.txt
  • 4 -Using multiple associations and parameters in CDS views.mp4
    08:32
  • 4 -cds code with multiple associations and parameters.txt
  • 5 -CDS views with group by, aggregation operation and passing arguments.mp4
    07:01
  • 5 -cds code with parameters as arguments with aggregation and group by.txt
  • 1 -ServiceDefinition ServiceBinding.txt
  • 1 -Service Definition, Service Binding and Endpoint creation.mp4
    11:00
  • 1 -SQL Scripts.mp4
    03:56
  • 1 -sap hana sql script reference.pdf
  • 2 -AMDP Implementation and calling it from a class.mp4
    19:58
  • 2 -AMDP code.txt
  • 3 -CDS Table Function.txt
  • 3 -CDS Table Function for executing SQL script in CDS.mp4
    13:09
  • 1 -Restful ABAP Data Model - Main Tables.mp4
    16:14
  • 2 -Overview of Restful ABAP Programming Model - RAP.mp4
    08:52
  • 3 -Differences Between Managed and Unmanaged Scenarios in RAP.mp4
    06:50
  • 4 -Use Case Fiori App to Display (using RAP).mp4
    02:31
  • 5 -Creating Customer CDS with association on i country.mp4
    07:27
  • 5 -CustomerCDSView.txt
  • 6 -AgencyCDSView.txt
  • 6 -Creating Agency CDS and Travel CDS (Consumption view) with associations.mp4
    14:24
  • 6 -TravelCDSView.txt
  • 7 -Creating Service Definition, Service Binding and Fiori UI Preview.mp4
    13:55
  • 7 -ServiceDefinition.txt
  • 8 -Annotations.mp4
    06:36
  • 9 -Adding Annotations on the main page.mp4
    09:54
  • 9 -TravelNew.txt
  • 10 -Adding Annotations on the Object Page.mp4
    16:35
  • 10 -Agency2.txt
  • 10 -Travel2.txt
  • 11 -Adding Search Help on Fiori Page.mp4
    08:28
  • 11 -TravelNew.txt
  • 12 -Generic Search with Fuzzy Threshold on Fiori UI.mp4
    08:14
  • 12 -TravelNew.txt
  • 13 -Using Select Options and Variants on Fiori UI screen.mp4
    04:46
  • 1 -What are Local Classes, Global Classes and Class Pool in ABAP on Cloud.mp4
    08:48
  • 2 -ClassPoolCode.txt
  • 2 -Class Pool Concept - Practical demo.mp4
    16:12
  • 1 -RAP Business Object, Root entity, Behavior Definition (BDEF).mp4
    06:33
  • 2 -Understanding Behaviour Implementation in RESTful ABAP Programming.mp4
    08:38
  • 3 -Behaviour Implementation - Practical Example - Part 1.mp4
    19:46
  • 3 -CDS UnManaged CRUD Steps.docx
  • 3 -NewCDSUnmanaged.txt
  • 4 -Behaviour Implementation Part 2.docx
  • 4 -Behaviour Implementation - Part 2 - Create Method.mp4
    11:55
  • 4 -CreateLogicInLocalClasses.txt
  • 5 -Debugging and setting breakpoints.mp4
    04:00
  • 6 -CreateLogicInLocalClasses.txt
  • 6 -Create Logic - Step by Step execution in debug mode.mp4
    09:53
  • 7 -ABAP RESTful Programming Model On-Premise EN.pdf
  • 7 -Feature Control Properties (Mandatory, Read only, etc) on Fiori UI.docx
  • 7 -Feature Control Properties (Mandatory, Read only, etc) on Fiori UI.mp4
    17:10
  • 8 -CreateUpdateDeleteLogicInLocalClasses.txt
  • 8 -Delete Update Logic - Step by Step execution in debug mode.mp4
    27:41
  • 8 -Update Logic.docx
  • 9 -Adding button on Fiori UI and writing custom logic - Unmanaged scenario.mp4
    17:53
  • 9 -Adding new button on Fiori UI to change the Booking Status for Travel ID.docx
  • 9 -set booked Button Logic.txt
  • 1 -Managed Scenario to be developed.mp4
    05:37
  • 2 -CDS Root view and eTag Concept.mp4
    14:28
  • 2 -CDS root code and important points.docx
  • 3 -CDS Child view and composition linking with root view.mp4
    12:57
  • 3 -CDS booking code and important points.docx
  • 4 -CreatingBehDef Steps.docx
  • 4 -Creating Behaviour Definition for Managed Scenario.mp4
    09:32
  • 5 -Three Level Scenario.mp4
    03:50
  • 6 -CDS Views for three level scenario.mp4
    11:09
  • 6 -Three Level Scenario Code.docx
  • 7 -Behavior Definition for three level scenario.mp4
    08:09
  • 7 -Behavior Definition Three Level Scenario.docx
  • 8 -New ABAP Syntax APPEND VALUE # and CORRESPONDING #.docx
  • 8 -New ABAP syntax - Append # and Corresponding #.mp4
    30:28
  • 9 -New ABAP Syntax read table (line exists) and new loop (for) statements.docx
  • 9 -New ABAP Syntax read table (line exists) and new loop (for) statements.mp4
    23:44
  • 10 -New ABAP Syntax loop at itab group by.docx
  • 10 -New ABAP Syntax - Loop at Group By statement.mp4
    16:42
  • 1 -EML (Entity Manipulation Language).docx
  • 1 -EML (Entity Manipulation Language) Theory Concepts.mp4
    14:15
  • 2 -EML (Entity Manipulation Language) Create - Practical Demo.mp4
    21:29
  • 2 -EML (Entity Manipulation Language) Practical Scenario.docx
  • 3 -EML (Entity Manipulation Language) Update, Delete - Practical Demo.mp4
    16:37
  • 3 -EML (Entity Manipulation Language) Practical Scenario (Update, Delete).docx
  • 1 -Managed Scenario - Creating Processor Fiori App.docx
  • 1 -Managed Scenario - Processor Fiori App.mp4
    35:51
  • 2 -Managed Scenario - Approver Fiori App.mp4
    22:01
  • 2 -Managed Scenario - Creating Approver Fiori App.docx
  • More details


    Course Overview

    This comprehensive course teaches RESTful Programming and ABAP on Cloud/BTP, guiding you from setup to advanced development. Learn to create Fiori apps, implement RAP models, and master new ABAP syntax for cloud environments.

    What You'll Learn

    • Set up SAP Cloud trial accounts and Eclipse IDE for ABAP development
    • Build CDS views with associations, aggregations, and AMDP procedures
    • Develop Fiori apps using Restful ABAP Programming Model (RAP)

    Who This Is For

    • SAP ABAP beginners transitioning to cloud development
    • Existing SAP consultants learning BTP/cloud concepts
    • Developers seeking RESTful programming skills in ABAP

    Key Benefits

    • Hands-on experience with SAP BTP and ABAP on Cloud
    • Master managed/unmanaged scenarios in RAP framework
    • Learn Entity Manipulation Language (EML) for CRUD operations

    Curriculum Highlights

    1. SAP BTP setup & Eclipse configuration
    2. CDS views and AMDP procedures
    3. RESTful ABAP Programming Model (RAP)
    Focused display
    Category
    • language english
    • Training sessions 58
    • duration 14:15:35
    • Release Date 2025/05/25