This tutorial is absolutely fantastic. I really liked all the useful stuff you provided. It's pure gold. I'm preparing for the Fiori certification, but noticed the manuals barely mention the backend programming, they just provide already existing odata services, but don't mention anything about how to code them. Thank you so much for sharing this, it helped me a ton.
Thanks man. This was so clear and straight to the point. Liked and subscribed! Clear demos and explanations like these are hard to come by on TH-cam when comes to SAP development.
Thanks for the detailed explanation on creation of the OData service!! Just have one small doubt.. I have an OData Service created and am able to call it from postman, but not from external apps as they are expecting a public URL to connect to SAP system. And it throws an error "Unresolvable hostname". Any idea how we can get a public URL for the SAP server?
if you are unable to see the gateway hub, you need to activate it through 1. /n /IWFND/MAINT_SERVICE 2. Click Add Service. 3.Fill in your System Alias, usually, you can put LOCAL 4. Fill in Technical Service Name - *flight*. 5. Click Get Services. 6. Select the Z_SFLIGHT_TEST_SRV or Z_SFLIGHT_MODEL_SRV service. 7. Click Back and you can see your Odata service running. 8. From here you can navigate to SAP Gateway Client. not SEGW
Hi, very useful video, great job! A pair of questions: - how about the Creation of an entity object (so the passing of the whole information set in the request/URI)? - if we need to create a "not flat entity", let's say the creation of a person with more than one cellphone number, how is defined the entity (with a table type field for the numbers?) and how the data should be passed to the service? Thank you for the video and for the answers
Hi Brandon, Trust you're well. Excellent tutorial, clear and concise. Helped me a stack in resolving a recent requirement. Many thanks for this share. Awesome Channel!
I don't actively work on it but I have practiced before and this is a great summary I must say. Look forward to more from you!! Really high-quality content.
Thanks so much for creating this video. You do a great job explaining everything clearly and you've chosen a relevant set of examples and development cases. It was a huge help for me.
Great video ! I'd love to see a video about unit testing directly in the code or even TDD in abap. There's not so much ressources out there to start easly
How about a complete end to end project i.e. Front end using SAP UI5 plus oData service.. and then we have an app where we can have all options - display, update details and also create new records...
Excellent bro, all the steps are clearing. I got a little problem when i transport a request to PRD. All the configurations are rigth: Activate Gateway, Create an aliasse, the proyect is in the SEGW, but in the /IWFND/MAINT_SERVICE i cannot see the service, even in add service. I don't understant what happend. Do you have any idea? Thanks bro and excellent video.
This tutorial is absolutely fantastic. I really liked all the useful stuff you provided. It's pure gold.
I'm preparing for the Fiori certification, but noticed the manuals barely mention the backend programming, they just provide already existing odata services, but don't mention anything about how to code them.
Thank you so much for sharing this, it helped me a ton.
Thanks Brandon. Thanks to you I finally understand OData. You are the best. Keep going!
This is a gem of video! Very lucid and extremely helpful for someone new to SAP Gateway concepts. Thanks Brandon
Thanks man. This was so clear and straight to the point. Liked and subscribed! Clear demos and explanations like these are hard to come by on TH-cam when comes to SAP development.
One of the best explanatory videos I have ever seen on this topic.
Thank you very much for the nice video Brandon. One of the best teachers i have seen on the web.
You're very welcome!
I learned a lot more in this video than in SAP learning hub
Agree with Ilker, this is invaluable. the best I've seen... thanks for putting this together.
Thanks Enrique 🧑🏼💻
Excellent video, many thanks. Detailed and easy to follow.
Hey Brandon, This is one of the best I have ever seen. Thanks for making this your effort for making this wonderful video.
Thanks man! Glad it helped 🧑🏼💻
@@brandcaul can u please teach me restful api and web services in sap
Cool video Brandon, thank you, I have been working with SAP since the R/2 days, so it is good to learn the newer technologies.
simple and crystal clear, thanks Brando 🙂
This is a great information!!! Thanks Brandon!!
Thank you Brandon, the tutorial is perfect. I hope you post new videos.
This is the best content i have seen for this topic .Thanks a ton !
great stuff. you have a great SAP development channel, keep it up, thanks!
Thanks for the detailed explanation on creation of the OData service!!
Just have one small doubt.. I have an OData Service created and am able to call it from postman, but not from external apps as they are expecting a public URL to connect to SAP system. And it throws an error "Unresolvable hostname".
Any idea how we can get a public URL for the SAP server?
Hi Brandon, I am not able to see the Gateway Hub (GW_HUB) under Service Maintenance node. How can I add that?
Me too
if you are unable to see the gateway hub, you need to activate it through
1. /n /IWFND/MAINT_SERVICE
2. Click Add Service.
3.Fill in your System Alias, usually, you can put LOCAL
4. Fill in Technical Service Name - *flight*.
5. Click Get Services.
6. Select the Z_SFLIGHT_TEST_SRV or Z_SFLIGHT_MODEL_SRV service.
7. Click Back and you can see your Odata service running.
8. From here you can navigate to SAP Gateway Client. not SEGW
Thanks Bro Thanks Tien because he share you video to me and i know some new knownleged... Love Tien
Hey Brandon, thank you so much for making and sharing these videos! I just started a job as an ABAP-Developer and your videos are incredibly helpful.
Pleasure man! Glad I could help. If you want any other topics just add them to the developer poll codewithbrandon.com 🧑🏼💻
Hello Brandon, It's great oData tutorials.
Hello,
I have been following all videos, its really good for the beginners.I would love to watch more tutorials if you will upload in the near future
I really aprecaite what you are doing. Be proud of yourself. Thank you very much. You are helping me a lot.
nice sharing and video
Thank you very much!
Hi, very useful video, great job!
A pair of questions:
- how about the Creation of an entity object (so the passing of the whole information set in the request/URI)?
- if we need to create a "not flat entity", let's say the creation of a person with more than one cellphone number, how is defined the entity (with a table type field for the numbers?) and how the data should be passed to the service?
Thank you for the video and for the answers
Nice video, you explained it very well, thank you for sharing.
Glad it was helpful!
Excellent! Amazing! 👏👏👏
Hi Brandon,
Trust you're well. Excellent tutorial, clear and concise. Helped me a stack in resolving a recent requirement. Many thanks for this share. Awesome Channel!
I don't actively work on it but I have practiced before and this is a great summary I must say.
Look forward to more from you!! Really high-quality content.
Great lecture Brandon!!! Keep Going on..........
Thanks so much for creating this video. You do a great job explaining everything clearly and you've chosen a relevant set of examples and development cases. It was a huge help for me.
Hi Brandon, Thank you so much! You are a great teacher.
Hi Brandon This is very useful & quality information Thank you very much Great job !
Hello, thanks for the Video.
Is there a part 2 on OData?
Great content, thank you for your work brother. Keep up working
Todo excelente. Creo que solo faltaron los filtros para los Get Entity Set.
Great video ! I'd love to see a video about unit testing directly in the code or even TDD in abap. There's not so much ressources out there to start easly
very clear demo, thanks a lot! I'm subscribing to keep an eye on your future videos.
Thanks Jess! 👨🏼💻
Really Nice Video and easy to understand !!
Thanks for sharing Brandon!
How about a complete end to end project i.e. Front end using SAP UI5 plus oData service.. and then we have an app where we can have all options - display, update details and also create new records...
Thanks Brandon .. great lesson ..
Hello Brandon..hope you are doing safe..haven’t seen any new videos from you
please continue with this,please return to uploading educative video ))
Thank you so much!!! This helps a LOT!
Love this bro 🙏
Excellent bro, all the steps are clearing. I got a little problem when i transport a request to PRD. All the configurations are rigth: Activate Gateway, Create an aliasse, the proyect is in the SEGW, but in the /IWFND/MAINT_SERVICE i cannot see the service, even in add service. I don't understant what happend. Do you have any idea? Thanks bro and excellent video.
Thanks so much Brandon.
thank you so much
It 's a great video
SAP BTP , abap environment with CDS. Seem SAP ECC, EHP not available CDS ?
Muy clarificador,
gracias master
Hi, how come I dont have anything under "Service Maintenance"? I m I missing a system configuration or something?
very helpful thanks
Thanks Brandon!
Brandon do you have your own Udemy course. I will enroll.
Thanks for the nice video. Please provide the setup steps for the abap in vs code
Hi Sidhish, here's a video I made on the setup steps for abap in vscode - th-cam.com/video/hzjNnRcYmqY/w-d-xo.html
Are u on linkdin?
Thanks Brandon
thank you
Isn't this too complicated for simple APIs ? Didnt get how it can help anyone.