Managed RAP Application (1) Part 10

  Рет қаралды 9,738

SAP TECHNOMANIAC

SAP TECHNOMANIAC

Күн бұрын

Пікірлер: 53
@srinivasulupokuri
@srinivasulupokuri 11 ай бұрын
Hi ram.. I love the way you are explaining everything in detail .. much appreciated.. waiting for the rest of the vlogs for RAP series. YOU ARE THE BEST. Waiting for your next video ❤
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 11 ай бұрын
Thank you so much 🙂 ! Next video coming Soon...
@rajich8022
@rajich8022 2 ай бұрын
Fantastic Ram❤❤❤❤ as usual I can say thanks is not enough. I hold you and cry with joy if I meet you in person ❤. You are doing a great job , God bless you.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 2 ай бұрын
Thank you so much 😀
@devendrapatel6389
@devendrapatel6389 9 күн бұрын
Amazing work! Thank you Ram.
@saurabhakumbhare
@saurabhakumbhare 11 ай бұрын
Amazing work Ram. I cannot wait for more videos. If possible, try to expedite this series as there is a long way to go, example ODATA extensions and other things. I want to learn only from you mate.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 11 ай бұрын
Working on it alongside of my project work :)
@shubh_das
@shubh_das 16 күн бұрын
great work ram. u r vdo helped me a lot. i used to see d videos at 1.5 x speed. i can suggest one enh, in video that bg is sometimes feel very monotonous. some moving objects or something else should help maintain the attention of viewers.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 10 күн бұрын
Appreciate your suggestion, I'll keep that in mind for future videos.
@vivekkumar-os1sl
@vivekkumar-os1sl Жыл бұрын
Great work ram sir And thank you so much , waiting for your next videos of this series
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
Very soon
@rajeshkura6452
@rajeshkura6452 7 ай бұрын
Its very good explanation Ram. Thank you for share the knowledge with all of us.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 7 ай бұрын
My pleasure
@saradhabollineni
@saradhabollineni 9 ай бұрын
Thank you so much Ram for all your efforts and your series are very helpful to us
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 9 ай бұрын
Thank You and Glad to hear that!
@KarthikaIyankannu
@KarthikaIyankannu Жыл бұрын
Thank you Ram. I follow your videos and enjoy learning.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
You're most welcome
@mohitjain6795
@mohitjain6795 2 ай бұрын
Thank you, Ram, to share your knowledge Please create some tutorial on Fragment Adobe form.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 2 ай бұрын
You are welcome . Adobe from in my bucket I will create in future ...
@shubh_das
@shubh_das 16 күн бұрын
Ram i have a doubt at 12.41 you said we can't create association so we will create composition. Y we cant in assoc. we define cardinality as 0..* so 0 entries can stay in booking for a travel right ? Can you please help me understand this
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Сағат бұрын
We can create an association in this case, but that would mean there would be no dependencies between travel and booking. This would allow creating a booking without a corresponding travel, which is not the desired behavior. To enforce the dependency and ensure that a booking cannot exist without a travel, we need to create a composition.
@gurmukh5504
@gurmukh5504 Жыл бұрын
Highly appreciate your way of teaching as don't waste time on unnecessary stuff and don't promote your other videos
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 11 ай бұрын
Thank You 🙂
@Raju-th2dc
@Raju-th2dc Жыл бұрын
Great Work Ram.. Thank you
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
Thanks and welcome
@sonukumar-yj3gc
@sonukumar-yj3gc 4 ай бұрын
Thank you again, Ram. 😊
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 4 ай бұрын
Always welcome
@tituscheriyan4300
@tituscheriyan4300 Жыл бұрын
Thanks!
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
Most Welcome!
@Ratan_tata_jii
@Ratan_tata_jii 7 ай бұрын
I have one doubt ,how to give foreign key relationship in ABAP restful application programming
@whatever6272
@whatever6272 7 ай бұрын
Why do we need to create persistent tables? How exactly it stores data ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 7 ай бұрын
It is not necessary to create a persistent table for MANAGED scenario unmanaged save that I explain in the upcoming video . Framework class save data using framework methods ...
@RajasekharMalladi-i2v
@RajasekharMalladi-i2v 11 ай бұрын
Hi Ram How did you inserted data into those custom tables could you explain.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 11 ай бұрын
" delete existing entries in the database table DELETE FROM ztravel_tech_m. DELETE FROM zBOOKING_tech_m. DELETE FROM zbooksupp_tech_m. COMMIT WORK. " insert travel demo data INSERT ztravel_tech_m FROM ( SELECT * FROM /dmo/travel_m ). COMMIT WORK. " insert booking demo data INSERT zbooking_tech_m FROM ( SELECT * FROM /dmo/booking_m * JOIN ztravel_tech_m AS z * ON booking~travel_id = z~travel_id ). COMMIT WORK. INSERT zbooksupp_tech_m FROM ( SELECT * FROM /dmo/booksuppl_m * JOIN ztravel_tech_m AS z * ON booking~travel_id = z~travel_id ). COMMIT WORK.
@KarthikaIyankannu
@KarthikaIyankannu Жыл бұрын
Waiting for your next video.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
Coming soon
@thomasm6693
@thomasm6693 Жыл бұрын
Great Work. Thank you very much.👍
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
Welcome 👍
@dilitthakkar5584
@dilitthakkar5584 7 ай бұрын
Hello Ram, First of all, thanks a ton for such amazing tutorials. I was actually trying to download the code from git hib but the page is not available. Could you please help me with the code
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 7 ай бұрын
github.com/ramniwas04/SAP-TECHNOMANIAC-ALL-CODE/tree/main/Final%20Managed%20APP%20Backup
@bithin14
@bithin14 11 ай бұрын
Waiting for the Unmanaged scenario...
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 10 ай бұрын
We will do and cover lot of unmanaged thing in managed scenario example numbering, authorization etc,...
@whatever6272
@whatever6272 7 ай бұрын
Is it mandatory to create persistent table everytime
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 7 ай бұрын
No in Unmanaged scenario and Managed scenario with unmanaged save we no need to create persisted table. I cover this in upcoming video
@akashthakre.8751
@akashthakre.8751 11 ай бұрын
Hey Ram , how you added data in custom table ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 11 ай бұрын
Please use below code to add data :- " delete existing entries in the database table DELETE FROM ztravel_tech_m. DELETE FROM zBOOKING_tech_m. DELETE FROM zbooksupp_tech_m. COMMIT WORK. " insert travel demo data INSERT ztravel_tech_m FROM ( SELECT * FROM /dmo/travel_m ). COMMIT WORK. " insert booking demo data INSERT zbooking_tech_m FROM ( SELECT * FROM /dmo/booking_m * JOIN ztravel_tech_m AS z * ON booking~travel_id = z~travel_id ). COMMIT WORK. INSERT zbooksupp_tech_m FROM ( SELECT * FROM /dmo/booksuppl_m * JOIN ztravel_tech_m AS z * ON booking~travel_id = z~travel_id ). COMMIT WORK.
@akashthakre.8751
@akashthakre.8751 10 ай бұрын
@@SAPTECHNOMANIAC thanks ram
@apekshapatle5246
@apekshapatle5246 20 күн бұрын
​@@SAPTECHNOMANIAC this is a independent/ seperate activity which we need to perform to load the data into custom table right ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 19 күн бұрын
@@apekshapatle5246 yes
@apekshapatle5246
@apekshapatle5246 19 күн бұрын
​@@SAPTECHNOMANIAC Is it possible to directly fetch the data from standard tables in cds root view entity instead of separately loading the data to custom table ?
@vivek0306
@vivek0306 8 ай бұрын
Thanks!
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 8 ай бұрын
Welcome Vivek...
Backup all ADT Objects & Other queries RAP Part 10.1
13:29
SAP TECHNOMANIAC
Рет қаралды 4,3 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 39 МЛН
So, you want to be a programmer?
20:43
ForrestKnight
Рет қаралды 414 М.
Managed RAP Application Interface View (2) Part 11
32:42
SAP TECHNOMANIAC
Рет қаралды 7 М.
Value Help and Search Using Annotation RAP Part 9
42:28
SAP TECHNOMANIAC
Рет қаралды 10 М.
🟢 Overview of reuse services in ABAP Cloud
43:25
SAP Developers
Рет қаралды 1,9 М.
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 93 М.
Actions for Managed and Unmanaged RAP Part 23
26:05
SAP TECHNOMANIAC
Рет қаралды 3,6 М.
SAP - NOTE IMPLEMENTATION
16:38
SAP BASIS
Рет қаралды 898
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН