cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to get sematic object in fiori launchpad designer from another sap server

former_member635273
Participant
0 Kudos
858

case:

I create odata service, deploy my sapui5 project, create launcpad LPD_CUST and create semantic object using server ERPDEV using client 130,

but we use different server for fiori FIODEV client 001. therefore i use FIODEV 001 to access fiori launcpad designer.

the issue is when i wanna create target mapping, of course there is no semantic object that i have created on ERPDEV client 130.

is it possible to connect between FIODEV client 001 and ERPDEV 130. or i have to create all, using FIODEV 001?

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

dayakarp
Product and Topic Expert
Product and Topic Expert

hi Saddam,

Creating the targets using LPD_CUST is obsolete I think, please refer to the SAP note 2614740.

Deploy the Fiori apps in front end server and maintain the targets using launch pad designer.

Thanks,
Dayakar.

former_member635273
Participant
0 Kudos

hi dayakar, so i dont need use LPD_CUST ? sorry, this is my first ttime for fiori.
maybe i need to explain my steps.

1. I create sapui5 project using sap webide tool.

2. deploy to ABAP Repository to ERPDEV client130

3. create launchpad using tcode LPD_CUST and create new application. (ERPDEV client130)

4. create semantic object (ERPDEV client130).

dayakarp
Product and Topic Expert
Product and Topic Expert
0 Kudos

Follow the steps.

1. deploy to Front end server (FIODEV 001 )

2. Open the launch pad admin

3. Create the tile

4. While configuring the target, provide below values

Application Type: SAPUI5 Fiori App

Title: Description

URL: BSP path of your application

ID: ID of your application defined in manifest.

former_member635273
Participant
0 Kudos

wht about with odata service and semantic object because i create them in ERPDEV 130. it's mean i hv to create on FIODEV 001 right?

dayakarp
Product and Topic Expert
Product and Topic Expert
0 Kudos

no need to create the OData service in FIODEV, just need to deploy in FIODEV using alias.

former_member635273
Participant
0 Kudos

I am using odata (SEGW) to get data. and then i display on my sapui5 project. i create sapui5 using SAP WEBIDE. so how can i get the data if i dont have odata service.

dayakarp
Product and Topic Expert
Product and Topic Expert
0 Kudos

ODATA service is developed in ERPDEV, but the deployment happens in FIODEV. The end point Ito access ODATA service is s FIODEV . We can deploy the app FIODEV and service can be consumed by the app. The calls routed to ERPDEV via RFC which is managed by system alias. There are lot of blogs available on this.

junwu
SAP Champion
SAP Champion
0 Kudos

1.semantic object has nothing to do with odata

2. you don't have to create semantic object, just put a name there when you do fiori configuration.

Colleen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Saddam

What version Fiori/Gateway are you using? LPD_CUST is an outdated way of configuring your application definitions.

former_member635273
Participant
0 Kudos

hi colleen ,this is wht u mean?

Sorry, this is my fisrt to learn fiori, i just followed tutorial.

I am using SAP WEB IDE tool to create SAPUI5 and than I deployed to ABAP Repository (SE80 BSP Application). after that i create launchpad using tcode LPD_CUST and create new application.