- 41
- 32 680
Muthu
India
Приєднався 9 лип 2022
Welcome to my channel!
I'm an experienced SAP BTP ABAP Developer with over 9 years of expertise in building custom solutions and enhancing existing functionalities in SAP ECC and S/4HANA systems.
On this channel, I share insights, tutorials, and knowledge on the following topics:
- ABAP Cloud, ABAP, OOABAP
- RAP, CAP, CDS
- Fiori and Fiori Elements
- OData, REST API
- Business Application Studio, ADT, Eclipse
- Performance Tuning
Subscribe for professional insights into SAP development, hands-on tutorials, and deep dives into the latest SAP technologies!
I'm an experienced SAP BTP ABAP Developer with over 9 years of expertise in building custom solutions and enhancing existing functionalities in SAP ECC and S/4HANA systems.
On this channel, I share insights, tutorials, and knowledge on the following topics:
- ABAP Cloud, ABAP, OOABAP
- RAP, CAP, CDS
- Fiori and Fiori Elements
- OData, REST API
- Business Application Studio, ADT, Eclipse
- Performance Tuning
Subscribe for professional insights into SAP development, hands-on tutorials, and deep dives into the latest SAP technologies!
JSON TO ABAP Conversion | XCO JSON Library | Video 4
📚 Resources: help.sap.com/docs/btp/sap-business-technology-platform/json
The XCO (“Extension Components”) library is a general-purpose development library for ABAP aimed at providing a highly efficient ABAP development experience. The Cloud Platform (CP) edition of the XCO library is specifically designed to support ABAP development scenarios in the new SAP BTP, ABAP environment.
Whether you're a seasoned ABAP developer or just getting started with BTP ABAP, this tutorial will provide you with practical insights and hands-on guidance for efficiently converting JSON data into ABAP structures using the XCO library. Don't forget to like, share, and subscribe for more tutorials on SAP technologies!
ABAP RAP - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html
ABAP Git - ua-cam.com/play/PLl2R5hV2X4PzEBZOSRDhNw_nPR51aPhTY.html
XCO Library - ua-cam.com/play/PLl2R5hV2X4PyiWpQCU0LY-FEjX9m_6Z11.html
The XCO (“Extension Components”) library is a general-purpose development library for ABAP aimed at providing a highly efficient ABAP development experience. The Cloud Platform (CP) edition of the XCO library is specifically designed to support ABAP development scenarios in the new SAP BTP, ABAP environment.
Whether you're a seasoned ABAP developer or just getting started with BTP ABAP, this tutorial will provide you with practical insights and hands-on guidance for efficiently converting JSON data into ABAP structures using the XCO library. Don't forget to like, share, and subscribe for more tutorials on SAP technologies!
ABAP RAP - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html
ABAP Git - ua-cam.com/play/PLl2R5hV2X4PzEBZOSRDhNw_nPR51aPhTY.html
XCO Library - ua-cam.com/play/PLl2R5hV2X4PyiWpQCU0LY-FEjX9m_6Z11.html
Переглядів: 175
Відео
ABAP TO JSON Conversion | XCO JSON Library | Video 3
Переглядів 18110 місяців тому
📚 Resources: help.sap.com/docs/btp/sap-business-technology-platform/json The XCO (“Extension Components”) library is a general-purpose development library for ABAP aimed at providing a highly efficient ABAP development experience. The Cloud Platform (CP) edition of the XCO library is specifically designed to support ABAP development scenarios in the new SAP BTP, ABAP environment. Whether you're...
Create Array of JSON data in ABAP | XCO JSON Library | Video 2
Переглядів 13010 місяців тому
📚 Resources: help.sap.com/docs/btp/sap-business-technology-platform/json The XCO (“Extension Components”) library is a general-purpose development library for ABAP aimed at providing a highly efficient ABAP development experience. The Cloud Platform (CP) edition of the XCO library is specifically designed to support ABAP development scenarios in the new SAP BTP, ABAP environment. Whether you're...
Create Simple JSON data in ABAP | XCO JSON Library | Video 1
Переглядів 23810 місяців тому
📚 Resources: help.sap.com/docs/btp/sap-business-technology-platform/json The XCO (“Extension Components”) library is a general-purpose development library for ABAP aimed at providing a highly efficient ABAP development experience. The Cloud Platform (CP) edition of the XCO library is specifically designed to support ABAP development scenarios in the new SAP BTP, ABAP environment. Whether you're...
Demystifying ABAPGIT: Your Comprehensive Guide to SAP ABAP Development Tool
Переглядів 41910 місяців тому
🔍 Curious about ABAPGIT and its role in SAP development? Look no further! In this enlightening video, we provide a comprehensive overview of ABAPGIT, the indispensable tool for managing ABAP source code in SAP environments. ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html 🚀 Key Highlights: 0:04 How to Download Source code from GitHub 7:25 How to Upload Source code to Github 16:12 Create ...
Deploying SAP Fiori RAP Application into SAP Business Technology Platform (BTP) - Step-by-Step Guide
Переглядів 4,5 тис.11 місяців тому
🚀 Ready to take your SAP Fiori RAP (RESTFul ABAP Programming Model) App to the next level? In this comprehensive tutorial, we'll walk you through the entire process of deploying your SAP Fiori RAP application into the SAP Business Technology Platform (BTP). SAP RAP playlist - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html RAP Generator - ua-cam.com/video/B_0tV9svI1Y/v-deo.html 📚 Resour...
What is RAP Generator | Create Basic RAP UI application within a minute 😎
Переглядів 1,1 тис.Рік тому
SAP RAP playlist - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html RAP Generator helps to create RAP Objects such as Business objects, Behavior Definition, Service projection automatically. As a consultant, we will have to define Database table and generator generates RAP objects on top of the dB. In this demo, I have showed how to create RAP UI application using RAP Generator function....
What is Side Effects in Behavior Definition ? | SAP RAP
Переглядів 897Рік тому
Side effects helps to avoid reloading whole entity or page if supposed to reload single or two fields in an entity. It is only available in the latest version of release (2023). Before side effects were maintaining in the UI end to reload the specific columns/entity we want. Watch Draft handling Part 1 - ua-cam.com/video/HhbNHalqrog/v-deo.html Watch Draft handling Part 2 - ua-cam.com/video/mDrJ...
How to Implement Draft Handling in Behavior Definition ? | SAP RAP | Draft Handling - Part 3
Переглядів 573Рік тому
The Design time of the Draft handling is what developer needs to implement whereas the Runtime is handled by the framework. In this video, I have explained how to define the draft handling for an Business object with Odata Version 4. Watch Part 1 - Overview of Draft handling - ua-cam.com/video/HhbNHalqrog/v-deo.html Watch Part 2 - ua-cam.com/video/mDrJBqB7SEk/v-deo.html SAP RAP playlist - ua-ca...
What is Draft Design Time & Draft Runtime ? | SAP RAP | Draft Handling - Part 2
Переглядів 366Рік тому
We have to enable draft for our Business object in the Behavior definition if we want to improve user experience. In this video, I have explained what is draft design time and runtime concepts. Draft will be handled by the framework even for Unmanaged Behavior definition Watch Part 1 - Overview of Draft handling - ua-cam.com/video/HhbNHalqrog/v-deo.html SAP RAP playlist - ua-cam.com/play/PLl2R5...
Overview of Draft Handling & Why do we need it ? | RAP | Part - 1
Переглядів 330Рік тому
To improve the User experience we need to have our application always draft enabled. Draft-enabled applications allow the end user to store changed data in the backend and continue at a later point in time or from a different device, even if the application terminates unexpectedly. This kind of scenario needs to support a stateless communication and requires a replacement for the temporary in-m...
How to define Locking in SAP RAP | Managed Pessimistic Concurrency control | Lock Master
Переглядів 612Рік тому
Pessimistic Concurrency control is one of the concurrency control to avoid multiple users accessing the same record simultaneously. In this video I have explained about how to define the Locking in managed way. As it is managed, no behavior implementation is required. Additionally have discussed how to test the locking mechanism. Optimistic Concurrency control - ua-cam.com/video/be6o_COcsoI/v-d...
How to Define Etag in SAP RAP | Managed Optimistic Concurrency Control
Переглядів 862Рік тому
Every time changing on a data set is logged by a specified ETag field in the DB. If this matches with the input update request value then the request will get accepted otherwise it will be ignored In this video I have explained about how to define the Etag in managed way. As it is managed, no behavior implementation is required. Framework takes care of it everything. SAP RAP playlist - ua-cam.c...
Concurrency Control in RAP
Переглядів 346Рік тому
Concurrency control prevents simultaneous access to the database by different users. It ensures that data can only be changed if data consistency is assured. We can handle this by two approaches, Optimistic Concurrency Control (ETag) Pessimistic Concurrency Control (Locking) SAP RAP playlist - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html
Late Numbering in SAP RAP
Переглядів 1,5 тис.Рік тому
Late Numbering is an numbering concept where your primary key field of BO will be set at the Save sequence. It helps to have a key value as gap free or in sequential order. For eg Invoice number is one of the good example. it needs to be gap-free. External Early Numbering - ua-cam.com/video/peYi5O5GHcM/v-deo.html SAP RAP playlist - ua-cam.com/play/PLl2R5hV2X4PwOLMc7-98qeVVTDzor_Cj-.html
External Early Numbering in SAP RAP | Behaviour Definition
Переглядів 519Рік тому
External Early Numbering in SAP RAP | Behaviour Definition
Early Numbering in SAP RAP | Internal & UnManaged (By developer)
Переглядів 663Рік тому
Early Numbering in SAP RAP | Internal & UnManaged (By developer)
Early Numbering in SAP RAP | Internal & Managed by RAP Runtime
Переглядів 825Рік тому
Early Numbering in SAP RAP | Internal & Managed by RAP Runtime
Global Feature Control in SAP RAP | Behavior Definition & Implementation
Переглядів 924Рік тому
Global Feature Control in SAP RAP | Behavior Definition & Implementation
Static Feature Control in SAP RAP | Behavior Definition
Переглядів 691Рік тому
Static Feature Control in SAP RAP | Behavior Definition
Instance Feature Control in SAP RAP | Behavior Definition
Переглядів 1 тис.Рік тому
Instance Feature Control in SAP RAP | Behavior Definition
Action with Parameters in RAP | Behaviour Definition
Переглядів 2,2 тис.Рік тому
Action with Parameters in RAP | Behaviour Definition
Actions in Behavior Definition | RESTful ABAP Programming Model (RAP)
Переглядів 1,9 тис.Рік тому
Actions in Behavior Definition | RESTful ABAP Programming Model (RAP)
Determination on save in Behavior Definition | RESTful ABAP Programming Model (RAP)
Переглядів 9782 роки тому
Determination on save in Behavior Definition | RESTful ABAP Programming Model (RAP)
What is Validation on save in Behavior Definition ? | Part 2 | RESTful ABAP Programming Model (RAP)
Переглядів 3372 роки тому
What is Validation on save in Behavior Definition ? | Part 2 | RESTful ABAP Programming Model (RAP)
What is Validation on save in Behavior Definition ? | Part 1 | RESTful ABAP Programming Model (RAP)
Переглядів 4082 роки тому
What is Validation on save in Behavior Definition ? | Part 1 | RESTful ABAP Programming Model (RAP)
What is Delete EML and How it works ? - RESTful ABAP Programming Model | SAP RAP
Переглядів 4472 роки тому
What is Delete EML and How it works ? - RESTful ABAP Programming Model | SAP RAP
What is Update EML & How it works ? - Restful ABAP Programming Model | SAP RAP
Переглядів 3362 роки тому
What is Update EML & How it works ? - Restful ABAP Programming Model | SAP RAP
Create & Create By Association Demo | ABAP Restful Programming Model
Переглядів 9812 роки тому
Create & Create By Association Demo | ABAP Restful Programming Model
RAP EML - Create & Create By Association Introduction | ABAP Restful Programming Model
Переглядів 8562 роки тому
RAP EML - Create & Create By Association Introduction | ABAP Restful Programming Model