cancel
Showing results for 
Search instead for 
Did you mean: 

Add UISAPUI5_JAVA to nwdi track

Niki
Explorer
0 Kudos

Hi experts,

We would like to develop sapui5 apps for the portal and therefor we want to add de SC UISAPUI5_JAVA to nwdi track.

But when we do this we cannot add it to the DC. Since there is no api in the component.

Did we miss something? How can use the component?

Thanks,

Niki

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

did you import the sca to your track?

Niki
Explorer
0 Kudos

Jun,

Yes, we did.

It is in the track but there is no api.

In the local track the api is present but not in the nwdi track.

And we need the development in the nwdi track.

junwu
Active Contributor
0 Kudos

if it is empty in nwdi track, that means you haven't imported the sca.

Niki
Explorer
0 Kudos

Jun,

We have imported it into the track.

We are on version 7.30 and in the SCA of 7.30 there is no api, only in the 7.31 versions.

Is this normal? I took the last 7.30 version available but there is no api.

junwu
Active Contributor
0 Kudos

maybe.

I was checking the 7.31 version

Hi Niki,

you do not need the SAPUI5 SC for your SAPUI5 Developments.

SAPUI5 is a clientside Framework and there is no JAVA Part you could use for your implementation. Your whole stuff concerning UI5 will happen

within your html and Javascript files.

In the meantime SAPUI5 is delivered out of the box within the portal and therefore

you can access all necessary resources directly from there.

Just call http(s)://<portal>:<port>/sapui5 and you will see it.

Also the Development Kit already exists:

http(s):// <portal>:<port>/sapui5-sdk

When you code your UI5 app just reference it within the bootstrap.


<script id="sap-ui-bootstrap" src="/sapui5/resources/sap-ui-core.js" 
data-sap-ui-theme="sap_bluecrystal" 
data-sap-ui-libs="sap.m" > 
</script> 

Maybe you need to deploy the latest DC at the Portal to get the newest version (Can be found in the Marketplace: https://service.sap.com/support/).

Regards,


Jens

Former Member
0 Kudos

Hi Niki,

Have you defined the public part in the DC?

The public part defines the API of the DC.

Regards,

Ashvin