SAPUI5 BTP Cloud Foundry How to create SAPUI5 News in CF Launchpad? - sapui5

I'm trying to migrate SAP BTP Neo Cloud Portal apps to SAP BTP Cloud Foundry. Im facing an issue in migrating an application which I configured App type as News in SAP BTP Neo.
Below is the pic of SAP BTP Neo Cloud Portal. Here we have an option to configure the App Type as SAPUI5 News:
Below is the pic in SAP BTP Cloud Foundry. Here we don't have an option to configure our app type as SAPUI5 News:
Can someone please help me to configure below apps in SAP BTP Cloud Foundry portal, which can be done in SAP BTP Neo by configuring the App Type as SAPUI5 News?

Related

Migrate angular app from neo to SAP Cloud Foundry

I seek a solution to switch from NEO environment to SAP Cloud Foundry. At the moment the structure of the NEO project looks like this
neo-app.json
​Could you tell me a solution for the migration?
Thank you very much, bye
Basically you need to export destination from NEO and then consume it in BAS, which is a IDE for CloudFoundry apps.
Firstly you go to the NEO app and export destination
Secondly you create project from template in SAP BAS and consuming your destination
Check this blog for more details, it describes SAPUI5 app, but it will be no difference for Angular.
All the credits for images goes to the above blog.

SAP Cloud Foundry SAPUI5 Fiori Multi Tenant App

I'm trying to add the multi-tenancy support for my existing SAPUI5 Fiori apps in cloud foundry.
But I'm unable to find documentation for multi-tenancy of the SAPUI5 Fiori apps.
However, there are many articles for CAP application multi-tenancy.
Currently, I have a provider account and multiple tenant accounts. And my fiori applications are deployed to Provider account
First thing you need to have an Approuter module, to be able to isolate each tenants identity provider.
Second thing is just deploy your applications to an HTML5 Application Repository app-host instance and bind HTML5 Application Repository app-runtime instance to your approuter.
Then you will have a multitenant frontend application in SAP BTP CF Runtime.

Migrate SAPUI5 Fiori application from Neo to Clould Foundry

I have some SAPUI5 Fiori applications developed using SAP WEB IDE in the Neo platform. Now I need to migrate those applications to the cloud foundry environment. So far as I checked there are few differences in the application files of NEO & Cloud Foundry.
eg:
Neo has neo-app.json and cloud foundry has xs-app.json
Are there any guidance or information related on correctly migrating SAPUI5 apps from Neo to Cloud Platform.
There are indeed not that many differences but there is some different handling in terms of tooling files, etc ...
I would propose to create a new multi-target test project using the provided standard templates and then add a UI5 test template subproject.
That will give you an idea of how the CF UI5 project structure looks like and which files are being generated.
It also depends on whether you are going to use the new HTML5-repo application architecture or not. That newer format has more impact and changes under the hood.

How to access SAP Cloud Integration tool?

I know the very basics such as it is a tool to integrate different cloud and/or on-premise systems, but what I don't understand is that where is this Integrator (hci/sci)?
I already have an S-User, I can acces Sap Cloud Platform Cockpit (we spend most of our times in the webide creating Fiori applications).
In Sap CP Cockpit there is a service called Cloud Integration, and it is enabled but I get a 503 – Service Unavailable page when I click on "Configure Cloud integration".
I also heard about https://cloudintegration.hana.ondemand.com tool, but I'm not familiar with it yet.
So my question is, if I have a job to integrate (e.g SuccesFactor with an ERP system on-premise) where do I go? Which platform is where I can configure the integration, etc?
Bonus question: Is Sap Cloud Integration and Hana Cloud Integration the same thing?
"Hana Cloud Integration" and "SAP Cloud Integration" are outdated terms for what is now called: "SAP Cloud Platform Integration" "SAP Integration Suite".
You can find the corresponding docu here: https://cloudplatform.sap.com/capabilities/product-info.SAP-Cloud-Platform-Integration.cceaaf2b-8ceb-4773-9044-6d8dad7a12eb.html#
On the very right side of this page is a “Contact Us” link for further help.

Is there a solution to deploy SAP Mobile apps for Android without local SAP HAT installation?

I am asking me if there is a way to deploy SAP hybrid apps (programmed in WEB IDE) for Android / iOS without having a "local" HAT connector installed?
My intention is that with all this cloud services it should be possible to consume a "build for Android" service in the cloud instead of installing the build stuff on a local developer machine.
This question is a little bit related with these posts:
SAP Mobile Integration with android
SAP HANA Cloud Platform for mobile apps
Yes, this has been implemented end of last year. The prerequisites are as follows:
Subscribe to Portal service
Subscribe to Fiori Mobile service
Create a "default" launchpad in Portal service
Enable the Hybrid App Toolkit plugin in the WebIDE
Now when you create new apps in the WebIDE, on the first page there is a "mobile" checkbox that you need to select. If you have done this, you can trigger a cloud build via the "Fiori Mobile" context menu that you get when you right-click your project. You can find a more elaborate guide here.