cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Tiles Implementation

Former Member
0 Kudos

Hello,

I want to create generic tiles in an app. I am using SAP HANA CLOUD PLATFORM ( WEB IDE ).

Which Project template should I use:

1) SAPUI5 Application Project

                    or

2) SAP FIORI MASTER DETAIL APPLICATION.

I have gone through these urls:

SAPUI5 Explored

I have also attached an image. I want to create something like this.

Queries:

1) Can i create this with SAPUI5 Application Project?

or some other project templae or I have to use FIORI only?

Accepted Solutions (1)

Accepted Solutions (1)

gowrisankar_m2
Contributor
0 Kudos

Hello Mittal,

you have to follow specific format to registor app in the FLP on cloud. This can be achieved via "SAP FIORI FULL SCREEN APPLICATION"

"

This will create all the necessary files and the struture should be like below

Also you you pass any applciation to FLP on cloud,using type URL while registering the application

BR,Gowrisankar

Former Member
0 Kudos

Thanks,

I will register FLP now.

One more query:

I had tried to create a FIORI APP by selecting project template "SAP FIORI MASTER DETAIL APPLICATION. In third step "DATA CONNECTION" there is "SERVICE CATALOG".

As per my findings, I have to create a odata service on my local system and establish a connection to cloud/cockpit with cloud connector.

am i correct? Can you provide some tutorial links?

gowrisankar_m2
Contributor
0 Kudos

Hello,

Yeah you can do that in that way for more security.Please refer below thread for the same.

other wise You add the destination in the cockpit and that will be listed in the service catalog drop down. Select that and give the odata url which you want utilize and click on play button.  that will you give you the data..[Not-secured way]

BR, Gowrisankar

Former Member
0 Kudos

Thanks for your reply, I will look at that.

Former Member
0 Kudos

Hi,

How to use OData service exposed via Integration Gateway (on-premise) with SAP Web IDE Cloud

I am going through above tutorial, Can you please explain what is "SMP server host name". Didn't get this.

Thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I have implemented a basic generic tile in SAPUI5 application project.

I want to place header image to left side.

apply borders in content part.

and i want design something like this

Former Member
0 Kudos

No, It doesn't work for me. I tried with values: 200, 300 and 999 for sap-client. Please let me know which value i have to apply in it.

gowrisankar_m2
Contributor
0 Kudos

can you drop me an email with all the details [gowrisankar.m01@sap.com] .

final solution will update here,

BR ,Gowrisankar

Former Member
0 Kudos

I am working with SAP HANA Cloud Connector on my system and Configured Odata service deployed on my local IIS and the SAP cockpit with it. Now I am creating new project and configuring it with my Odata service. In the third stage, where i have to provide link with Odata service in data connection, it shows an error "Invalid Url, Enter a valid URL and try again". I am following the process :

How to use OData service exposed via Integration Gateway (on-premise) with SAP Web IDE Cloud

The output of the Odata service is:


The settings of my cloud connector is:

The destination configuration of cockpit is:

The error message i am getting when creating new project :

I followed the same configuration as given in above URL. Please let me know the correction i need to implement to successfully generate project template. Thanks.

gowrisankar_m2
Contributor
0 Kudos

Can you try to add additional parameter in destination ["sap-client".] and check,


BR, Gowrisankar