How to Show full no in the count, its worked fine when number is upto 3 digit but if it is more than that it get formatted, if I don't want to format then what should I do to show full count?
when I add the backenApp module and build the MTA project it generates the following error: line 7: the "serverDemo / backendApp" path of the "backendApp" module does not exist
Is there a way to create groups and roles with mta when we deploy our application inwteqd of manually going to launchpad dashboard and creating? Like we do in commondatamodel.json and site-content.json
at 24:40 you said there is an official documentation for the shell plugin config. Could you share a link? I haven't found anything at the documentation of the SAPUI5 SDK yet
Hi, good catch! Here are the two links and I also added them to the video description. help.sap.com/viewer/ad4b9f0b14b0458cad9bd27bf435637d/Cloud/en-US/84046a7a21604dbea882bcc6fa742bf6.html help.sap.com/viewer/8c8e1958338140699bd4811b37b82ece/Cloud/en-US/1becea708c86455f9174f8cb9c094251.html [MO]
@@sapdevs thank you, I looked only at the UI5 site, not the help portal 🤦♂️ Is there further information about the UI elements which you can add to the shell? In the video the ShellHeadItem is used but I cannot find a reference to it in the UI5 documentation.
@@mxmlndml I found it in an older version of the documentation sapui5.hana.ondemand.com/1.28.33/docs/api/symbols/sap.ushell.ui.shell.ShellHeadItem.html
Hi, Is there any setting for launchpad site to hide shell header for a fiori app other than setting its header visibility to false in Component.js? Regards, Abhi
Hi, i have an managed approuter application deployed on a Launchpad service, the reference of the local .json and service call can no longer be referenced.
Hi Yen, that doesn't sounds good :/. I assume you refer the the xs-app.json file, right? I'd suggest you ask this question in the SAP Community (answers.sap.com) and add as many details as possible. Then, please drop a link to this question here so I can have a look at it then. [MO]
Hi, How can we make sure to point the same UI5 version in launchpad service as well since I see it is picking the latest version and also the shell plugin that is rendered is not applied as well which is disturbing the CSS part of the app? Regards, Abhi
Check out this SAP Community question to find out how to fix the usage UI5 version: answers.sap.com/questions/13205534/how-to-change-ui5-version-for-portal-or-central-la.html [MO]
Hi Ronald, Good question. We didn't upload this particular sample to GitHub so I'm afraid you can't download it anywhere :( Sorry But I think it should be possible to "code along". I hope that works too. [MO]
Hi Moudhaffer, I'm sorry that you ran into issues. There could be multiple reasons why you don't see the app there. Please post a new question with a detailed description of the steps you followed in the SAP Community to get help answers.sap.com/
@@FranciscoCarrasco-zi9uu I haven't seen a question from Moudhaffer in the SAP Community (please paste the link here if I missed it). I think that would be the better place to figure out what is going wrong. [MO]
@@sapdevs I haven't seen the question from Moudhaffer either. However, I have done it answers.sap.com/questions/13222758/launchpad-content-explorer-doesnt-show-the-apps.html Thanks
Hi Moudhaffer, I have managed. Check this out blogs.sap.com/2021/01/13/business-application-studio-launchpad-services-in-cloud-foundry/comment-page-1/#comment-548549
Hi guys, we are currently facing a problem with some Neo-SAPUI5 apps which we have migrated to the CF Launchpad. They use some functionality that depends on the UI5 version.Therefore we want to set the versions for the apps to an old SAPUI5 version manually. All guides only show this with a Launchpad Module but we did not use a Launchpad Module but instead created "new" Fiori apps registered to the Standalone Approuter. Is that also possible in a similar way? (sap.platform.cf.ui5VersionNumber did not work either) Thank you!
Maybe it helps to check out this working example and compare it to your application: github.com/SAP-samples/multi-cloud-html5-apps-samples/tree/main/managed-html5-runtime-fiori-launchpad-mta It's important (and easily forgotten) to set the sap.cloud.service in the manifest.json of your UI5 app as well as in the destination configuration in the mta.yaml. [Nico Geburek]
Hello , It's a great video for budding UI5 developers...Request you to please come up with a video explaining about the themeing of the site created or if you could explain here please do so.. applying custom themes was easy in portal service in Neo Environment.. not sure how to do the same in cloud foundry. Looking forward to a response.
Hi Mohit, creating and publishing custom themes in the SAP Fiori Launchpad is documented here: help.sap.com/docs/UI_THEME_DESIGNER?locale=en-US You might also find this interesting: blogs.sap.com/2022/07/18/sap-tech-bytes-ui-theme-designer-applying-custom-theme-to-ui5-application/ Please let us know in case you have specific questions [Nico Geburek]
@SAP Developers - Its a great video, I have a question here. Suppose I would like to create admin & user scope for an application using XSUAA. how could I do that for an fiori HTML5 based application like one in this video? Thanks in advance for your help
The easiest way to enforce separate scopes like that would be to attach them to different routes in your xs-app.json. The application router will then check the scopes for you.
@@sapdevs Thanks for your input, could you help me with some steps or reference blog for the same? because what i see in xs-security.json is uaa user scope only so getting a bit confused as i starting with BAS. Great to have your help in the initial phase
The xs-security.json is where you define the scopes and roles. However it’s the xs-app.json in your application router folder that you need to update to assign the scope to a route and it checked for your Fiori app. www.npmjs.com/package/@sap/approuter#routes
@@sapdevs Hi Team, I created only NodeJS module in MTA application and deployed under my space in CF, created a destination at subaccount level to access that API at ui5 project level. At the time of testing the connection getting 401 unauthorized error. could you please suggest something to get it resolved?
Hi, Thanks for the amazing video. I had a problem deploying a ui5 application using SBAS. I used standalone approuter and a sample ui5 application in my project. When I preview the application it loads successfully but when I deploy it on CF then the resources model containing ui5 lib where not found and hence got the error. Can you please help me here?
Hi@@dhirajjaiswal1486 The local run and the deploy scenario work a little bit different. For the deployment, it is crucial that you have a destination with the name "ui5" set up. This destination should then point to the UI5 CDN sapui5.hana.ondemand.com/#/topic/2d3eb2f322ea4a82983c1c62a33ec4ae [MO]
How to Show full no in the count, its worked fine when number is upto 3 digit but if it is more than that it get formatted, if I don't want to format then what should I do to show full count?
when I add the backenApp module and build the MTA project it generates the following error:
line 7: the "serverDemo / backendApp" path of the "backendApp" module does not exist
Is there a way to create groups and roles with mta when we deploy our application inwteqd of manually going to launchpad dashboard and creating? Like we do in commondatamodel.json and site-content.json
at 24:40 you said there is an official documentation for the shell plugin config. Could you share a link? I haven't found anything at the documentation of the SAPUI5 SDK yet
Hi,
good catch! Here are the two links and I also added them to the video description.
help.sap.com/viewer/ad4b9f0b14b0458cad9bd27bf435637d/Cloud/en-US/84046a7a21604dbea882bcc6fa742bf6.html
help.sap.com/viewer/8c8e1958338140699bd4811b37b82ece/Cloud/en-US/1becea708c86455f9174f8cb9c094251.html
[MO]
@@sapdevs thank you, I looked only at the UI5 site, not the help portal 🤦♂️ Is there further information about the UI elements which you can add to the shell? In the video the ShellHeadItem is used but I cannot find a reference to it in the UI5 documentation.
@@mxmlndml I found it in an older version of the documentation sapui5.hana.ondemand.com/1.28.33/docs/api/symbols/sap.ushell.ui.shell.ShellHeadItem.html
Hi,
Is there any setting for launchpad site to hide shell header for a fiori app other than setting its header visibility to false in Component.js?
Regards,
Abhi
Hi, i have an managed approuter application deployed on a Launchpad service, the reference of the local .json and service call can no longer be referenced.
Hi Yen,
that doesn't sounds good :/. I assume you refer the the xs-app.json file, right? I'd suggest you ask this question in the SAP Community (answers.sap.com) and add as many details as possible. Then, please drop a link to this question here so I can have a look at it then. [MO]
Very helpful, thanks for sharing👏
Hi,
How can we make sure to point the same UI5 version in launchpad service as well since I see it is picking the latest version and also the shell plugin that is rendered is not applied as well which is disturbing the CSS part of the app?
Regards,
Abhi
Check out this SAP Community question to find out how to fix the usage UI5 version: answers.sap.com/questions/13205534/how-to-change-ui5-version-for-portal-or-central-la.html [MO]
@@sapdevs Got it Thanks 👍
Hello. Thanks for the input. Where can I download this demo
Hi Ronald,
Good question. We didn't upload this particular sample to GitHub so I'm afraid you can't download it anywhere :( Sorry
But I think it should be possible to "code along". I hope that works too. [MO]
I am unable to view my deployed fiori app in the HTML5 repo in content manager
Hi Moudhaffer,
I'm sorry that you ran into issues. There could be multiple reasons why you don't see the app there. Please post a new question with a detailed description of the steps you followed in the SAP Community to get help answers.sap.com/
Same problem. Have you solved?
@@FranciscoCarrasco-zi9uu I haven't seen a question from Moudhaffer in the SAP Community (please paste the link here if I missed it). I think that would be the better place to figure out what is going wrong. [MO]
@@sapdevs I haven't seen the question from Moudhaffer either. However, I have done it answers.sap.com/questions/13222758/launchpad-content-explorer-doesnt-show-the-apps.html Thanks
Hi Moudhaffer, I have managed. Check this out blogs.sap.com/2021/01/13/business-application-studio-launchpad-services-in-cloud-foundry/comment-page-1/#comment-548549
Hi guys,
we are currently facing a problem with some Neo-SAPUI5 apps which we have migrated to the CF Launchpad. They use some functionality that depends on the UI5 version.Therefore we want to set the versions for the apps to an old SAPUI5 version manually. All guides only show this with a Launchpad Module but we did not use a Launchpad Module but instead created "new" Fiori apps registered to the Standalone Approuter. Is that also possible in a similar way? (sap.platform.cf.ui5VersionNumber did not work either)
Thank you!
I'm afraid I don't know the answer to this question, sorry. I'd suggest to ask this question in the SAP Community answers.sap.com/ [MO]
Really nice demo.
Hi,
That's a great video.
I deployed my html5 app, but can' t see it in content provider.
I'm stuck for days.
Maybe it helps to check out this working example and compare it to your application: github.com/SAP-samples/multi-cloud-html5-apps-samples/tree/main/managed-html5-runtime-fiori-launchpad-mta
It's important (and easily forgotten) to set the sap.cloud.service in the manifest.json of your UI5 app as well as in the destination configuration in the mta.yaml. [Nico Geburek]
Hello ,
It's a great video for budding UI5 developers...Request you to please come up with a video explaining about the themeing of the site created or if you could explain here please do so.. applying custom themes was easy in portal service in Neo Environment.. not sure how to do the same in cloud foundry.
Looking forward to a response.
Hi Mohit, creating and publishing custom themes in the SAP Fiori Launchpad is documented here: help.sap.com/docs/UI_THEME_DESIGNER?locale=en-US
You might also find this interesting: blogs.sap.com/2022/07/18/sap-tech-bytes-ui-theme-designer-applying-custom-theme-to-ui5-application/
Please let us know in case you have specific questions [Nico Geburek]
@SAP Developers - Its a great video, I have a question here. Suppose I would like to create admin & user scope for an application using XSUAA. how could I do that for an fiori HTML5 based application like one in this video? Thanks in advance for your help
The easiest way to enforce separate scopes like that would be to attach them to different routes in your xs-app.json. The application router will then check the scopes for you.
@@sapdevs Thanks for your input, could you help me with some steps or reference blog for the same? because what i see in xs-security.json is uaa user scope only so getting a bit confused as i starting with BAS. Great to have your help in the initial phase
The xs-security.json is where you define the scopes and roles. However it’s the xs-app.json in your application router folder that you need to update to assign the scope to a route and it checked for your Fiori app. www.npmjs.com/package/@sap/approuter#routes
@@sapdevs Hi Team, I created only NodeJS module in MTA application and deployed under my space in CF, created a destination at subaccount level to access that API at ui5 project level.
At the time of testing the connection getting 401 unauthorized error.
could you please suggest something to get it resolved?
@@ranjeetkumar-yd3du It would really be best if you asked your question in detail on the SAP Community Q&A. answers.sap.com/questions/ask.html
Go Benji!
Hi,
Thanks for the amazing video.
I had a problem deploying a ui5 application using SBAS. I used standalone approuter and a sample ui5 application in my project. When I preview the application it loads successfully but when I deploy it on CF then the resources model containing ui5 lib where not found and hence got the error. Can you please help me here?
UA-cam didn't allow me to post my repo link. Please search dhirajwork/APPROUTER-UI5-MTA on github
Hi@@dhirajjaiswal1486
The local run and the deploy scenario work a little bit different. For the deployment, it is crucial that you have a destination with the name "ui5" set up. This destination should then point to the UI5 CDN sapui5.hana.ondemand.com/#/topic/2d3eb2f322ea4a82983c1c62a33ec4ae [MO]
@@sapdevs thanks for the response. But this works when I use a managed router and use launchpad
amazing..