How to perform OData CRUD operations in SAP UI5

  Рет қаралды 21,047

My Project Ideas

My Project Ideas

Күн бұрын

Пікірлер: 48
@rchan4823
@rchan4823 Жыл бұрын
Hats off! I have gone through multiple blogs and other videos but this is the best of the best. Thanks a ton
@myprojectideas
@myprojectideas Жыл бұрын
Thankyou So Much For Your Appreciation! Means A lot. Keep Supporting Us and We Will Try To Improve The Quality of Content.
@cutexangel5626
@cutexangel5626 Жыл бұрын
Thank you, Brother after seeing a lot of videos your video worked for me, because I am totally new in sapui5
@myprojectideas
@myprojectideas Жыл бұрын
We are happy that you find our video helpful.
@SohaleAhmed
@SohaleAhmed Жыл бұрын
Excellent video. Very simple and easy to understand. Thanks a lot
@Gvkrish52
@Gvkrish52 Жыл бұрын
The best video saw, great explanation. Thanks 🙏
@YamamotoKaedehara
@YamamotoKaedehara Жыл бұрын
Thanks for your kindness sir!
@HarshithaB_Gowda
@HarshithaB_Gowda Жыл бұрын
Excellent content !!! Well explained 👏👏
@JyotiranjanKunda
@JyotiranjanKunda 9 ай бұрын
@8:05 You have written /Products as the path, but the entity type name is Product, so how it is working
@myprojectideas
@myprojectideas 9 ай бұрын
Good question. If you relisten at point @4:15 you will hear Entity Product and Entity Set Products. We always use Entity Set names in binding. To know the difference between these two, you can check this video: kzbin.info/www/bejne/aKOoi6V8n5ebl6c&ab_channel=MyProjectIdeas
@JyotiranjanKunda
@JyotiranjanKunda 9 ай бұрын
Thankyou@@myprojectideas
@JagdeepSingh-ue1tm
@JagdeepSingh-ue1tm 2 ай бұрын
Good to see this, Thanks!
@rchan4823
@rchan4823 Жыл бұрын
The best video I have seen.
@myprojectideas
@myprojectideas Жыл бұрын
Glad it helped!
@MaxMustermann-q7x
@MaxMustermann-q7x Жыл бұрын
Great Explanations !
@Crazy_girl......
@Crazy_girl...... 11 ай бұрын
how do you create record with add button and an save button to save it in the backend?
@mohdjisan-k6c
@mohdjisan-k6c Жыл бұрын
so good explanation. how to use capm service in our fiori project. throw destination set. suppose we have simple ui5 project . want to integrate capm service
@myprojectideas
@myprojectideas Жыл бұрын
Hi, To use CAPM just in UI5 project, does it mean that there is no HANA cloud DB? and you want to integrate the ABAP OData? => In this case, CAPM has no advantage. But, if you want to integrate CAPM in an existing UI5, then it might mean that there is a separate CAPM for backend and DB, and different UI5 project? => In this case, you can call the API that is deployed in BTP from your UI5 app via destination. Let me know if we were able to answer your query.
@mohdjisan-k6c
@mohdjisan-k6c Жыл бұрын
But, if you want to integrate CAPM in an existing UI5, then it might mean that there is a separate CAPM for backend and DB, and different UI5 project? => In this case, you can call the API that is deployed in BTP from your UI5 app via destination. yes i want to use this type . i have separate capm DB and backend and also have ui5 project. now i want to integrate capm services in my ui5 project
@myprojectideas
@myprojectideas Жыл бұрын
@@mohdjisan-k6c Whenever you deploy a service in CAPM, it appears over BTP within services. From there you can get API url. Now maintain this url in destination, and call that destination from UI5.
@mohdjisan-k6c
@mohdjisan-k6c Жыл бұрын
i need a blog or video tutorial for this,. @@myprojectideas
@Gvkrish52
@Gvkrish52 8 ай бұрын
could you please explain $batch call on oData v4 ?
@myprojectideas
@myprojectideas 8 ай бұрын
Sure. Meanwhile you can read this: community.sap.com/t5/technology-blogs-by-sap/batch-operation-in-in-odata-v4-adapter-in-sap-cloud-integration/ba-p/13481079#:~:text=The%20OData%20V4%20adapter%20now,HTTP%20requests%20into%20one%20request.
@alokeshdas-p5c
@alokeshdas-p5c Жыл бұрын
Great explanation!! Could you please tell me how to edit rest of the columns, over here 'Rating' column is only editable. What should be added to edit rest of the columns.
@heikkiladau6872
@heikkiladau6872 Жыл бұрын
thank for great video! Still, while working with exact same northwind, it returns a 404 for me, dont know why.
@sigmaearth
@sigmaearth Жыл бұрын
were you able to fix?
@heikkiladau6872
@heikkiladau6872 Жыл бұрын
@@sigmaearth yeah, fixed it 😌
@jafriayaan
@jafriayaan Жыл бұрын
same issue can any one tell me the solution when i try to post data then i get error {code: "", message: {lang: "en-US", value: "Resource not found for the segment 'Product'."}}"
@heikkiladau6872
@heikkiladau6872 Жыл бұрын
@@jafriayaan have you re-checked the service url and the connection?
@heikkiladau6872
@heikkiladau6872 Жыл бұрын
How do you perform navigation, for example, from list to detail page with CRUD-operations?
@myprojectideas
@myprojectideas Жыл бұрын
To perform navigation from one page to another on List item click or from master to detail. You need to fetch the ID on click of the list item using bindingcontext, and then either do NavTo or open up the detail section. Read regarding navigation here: Master Detail with multiple views and multiple controllers for detail in SAP UI5: gocoding.org/master-detail-with-multiple-views-and-multiple-controllers-for-detail-in-sap-ui5/ Master Detail with multiple fragments for detail and single controller in SAP UI5: gocoding.org/master-detail-with-multiple-fragments-for-detail-and-single-controller-in-sap-ui5/ We will publish a new video very soon on this topic.
@omega_sam
@omega_sam Жыл бұрын
Can you pls help me for hotel billing system, it says "getDate can't be relved for jpanel" pls I really want the help
@souradeeppanja739
@souradeeppanja739 Жыл бұрын
I am very new to SAP, I have one query sir, before learning Fiori should I need to learn anything in SAP
@myprojectideas
@myprojectideas Жыл бұрын
Before SAP UI5/Fiori it is recomended to learn HTML, CSS, JavaScript.
@salaizy
@salaizy Жыл бұрын
All the function in controllers, "new sap.ui.model.Filter('Rating', 'EQ', '4')" and "new sap.ui.model.Sorter('Price', true)", don't work. That why can't progress in your tutorial.
@myprojectideas
@myprojectideas Жыл бұрын
What do you mean by don't work? Have you tried adding them in namespace? Ref: sapui5.hana.ondemand.com/sdk/#api/sap.ui.model.Filter
@myprojectideas
@myprojectideas Жыл бұрын
Let us know the detailed issue, we will help you out.
@salaizy
@salaizy Жыл бұрын
@@myprojectideas I follow your code and I don't know what i miss but this are my controller files. drive.google.com/file/d/1z-MuT1UjinVj16rKLDx5CImOLNp8di50/view?usp=sharing
@mohdjisan-k6c
@mohdjisan-k6c Жыл бұрын
need project download link .
@myprojectideas
@myprojectideas Жыл бұрын
gocoding.org/how-to-perform-odata-query-and-crud-operation-in-odata/
@omega_sam
@omega_sam Жыл бұрын
pls guys its extremely urgent , i really want your help
@meraJag1999
@meraJag1999 Жыл бұрын
Is it northwind odata?? if yes how can u do create update delete operation on northiwnd odata . as i heard its only readable
@myprojectideas
@myprojectideas Жыл бұрын
You can find both here: services.odata.org/
@myprojectideas
@myprojectideas Жыл бұрын
Again. important aspects is to get the idea of CRUD operation and learn implementation in real business scenariois, where OData can be via ERP or HANA.
@meraJag1999
@meraJag1999 Жыл бұрын
So lets suppose we are doing create operation on this northwind service ,can we see our added record in this northwind service url afterwards ?
@meraJag1999
@meraJag1999 Жыл бұрын
Please reply
@myprojectideas
@myprojectideas Жыл бұрын
@@meraJag1999 Certainly, it would reflect. Follow the url that I shared earlier, and you need to use the first service which supports CRUD. Alternative, create free OData on BTP using CAPM model: developers.sap.com/group.scp-8-odata-service.html
How to Build a SmartTable in SAP UI5 with OData V2 for CRUD Operations
15:01
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 25 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 22 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 36 МЛН
SAPUI5 - Consuming OData
14:59
TutorialsPoint
Рет қаралды 53 М.
Creating Fiori Elements app in BAS Using Northwind OData Service | BTP | Fiori
12:10
HiFi Tech & Entertainment
Рет қаралды 2,9 М.
Calling OData Service from Fiori App | UI5 App to Call Multiple OData Services | Best Practice UI5
18:37
Я купил Lada Aura
41:40
Клубный сервис
Рет қаралды 356 М.
Setting up SAP Business Application Studio (BAS) in SAP BTP
11:46
Blue Antoinette
Рет қаралды 3 М.
SAP Project Using OData | CRUD using ODATA | SAP ABAP Project
24:36
My Project Ideas
Рет қаралды 9 М.
This is apparently the most loved CRUD app of 2023
19:38
Dreams of Code
Рет қаралды 131 М.
Create REST API in SAP - without ODATA - REST Service in ABAP [english]
12:12
Cust&Code in SAP ABAP
Рет қаралды 5 М.