Very satisfied. Anubhav oberoy is an excellent trainer. He kept things flowing and had a great sense of humor. Very knowledgeable. I would highly recommend her to my peers.Good job sir!
@deepakpareek29382 жыл бұрын
you are an amazing human being
@swagat934 жыл бұрын
Thanks Anubhav it really helps :) Thanks again !!
@ishanghosh38224 ай бұрын
Hello Sir @anubhav , I’m trying to navigate to sap ui5 to GUI app , but the problem is when navigate back from the GUI to Sap Ui5 app . The attach pattern matched function is not triggering
@charleszerbib77682 жыл бұрын
Merci infiniment
@manishagupta25 Жыл бұрын
Hi Anubhav Thanx for sharing the navigation in UI5. I had query if we want to do same thing using intent based navigation in RAP using URL and parameter. is it possible?
@gautammalla60254 жыл бұрын
Need to do cross app navigation between 2 sap ui5 custom apps. Please post this video as well.
@jafriayaan Жыл бұрын
Hi i have one issue i want to redirect from one fiori app to another standurd application, the URL of target app is different as compare to another apps. I am able to navigate to standard app but i want to navigate on specific location. when i try to add params and string concatenation with shelhash it's all time redirected on same page not specific page , please help
@meena308445 жыл бұрын
Anubhav your videos give lot of deep knowledge about topics. Can you please make video on launchpad designing(conf &cust) and scope and it's scope of adapting content
@AnubhavOberoy5 жыл бұрын
We have already covered the above concepts in Launchpad training, kindly visit www.anubhavtrainings.com/sap-fiori-launchpad-training and email on install.abap@gmail.com
@eldwinc98844 жыл бұрын
Question: is it possible to pass an object between apps like the route matched handling concept?
@jafriayaan Жыл бұрын
Hi i have a query , can you please help me.
@RamKrishna-ct6mx5 жыл бұрын
Is it possible that app B be opened in a same tab/window? I am able to achieve to app B in new tab/window using below code.
@eldwinc98844 жыл бұрын
sap.m.URLHelper.redirect(sURL,false); false means to not open in new window. if u just looked up this api in SDK you will find the answer...
@mandalguitar32845 жыл бұрын
You just open a new "window", but I want to navigate in the same window, and navigate back. I want same functionality as between my views in a Fiori app. Is that possible ? I also want to start my Fiori app in Launchapd with start parameters. Please how us ... thanks !
@eldwinc98844 жыл бұрын
sap.m.URLHelper.redirect(sURL,false); false means to not open in new window. if u just looked up this api in SDK you will find the answer...
@Rupesh0452 жыл бұрын
@@eldwinc9884 Hi, I've passed as false but still it's opening in new window. Any idea on the same.