Hello ,we would create a central git repo for all our ui5 applications and now we have the problem when we create sub folders in the git repo.And copy ui5 projects in there , we can't start this applications we get an 404 Error ?RegardsDaniel
Hi,I will share my first expierence with the new sapwebide (Cloud) and on premise deployment (ABAP).First I will say with the tool you can faster develope sap ui5 application as before !Greate Job !So lets come to my questions :1. Why can I only depl...
In some presentation from SAP I saw a little user picture on the right top corner near the name.Today I invest a little bit time to find how does it works.In the default the picture is show from the SAP JAM Account :Social Media Integration - User I...
Hi ,I have created a Class for a upload pictures to the IDM Database .Now I have the problem with the upload.... and the mssql datatype.At the moment the type is binary(max)is there any option to add a byte[] to DSEntry.put ? It seems that DSEntry al...
I am a little bit confused from Fiori for BS2013 .I upgraded our central gateway and sapui5 system to 7.40 SPS5.In the same step I installed the FIORI ERP APPLICATIONS X1 1.0 .So after the upgrade I had the new fiori Addon (UIEAAP01) and also the t...
Hi Ivelina, is the also an option planned for the identities ? Our Usecase we need somehow filter which user are created on which ABAP Systems . We would not like to create every user on every abap system. So we need something like a filter on the ta...
Also a tip is to use jsconfig.json.
with content:
{
"typeAcquisition": {
"include": [
"openui5"
]
}
}
then it use the types from here :
https://www.npmjs.com/package/@types/openui5
Nice blog for the deploying to the abap server . Have a you local webserver running ? Because the create zip file can only be deployed with report /UI5/UI5_REPOSITORY_LOAD_HTTP . And for this you need a url to zip file.