cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Component Integration

Former Member
0 Kudos

Hi all,

We work on a custom component that displays graphically a WM Storage Location in a Custom Fiori Application.

The custom component has been initialized from many different Fiori applications. By now, the js file is copied into each BSP application.


Is there a way to integrate the custom component in SAP as a centralized one ?



Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Pierre,

You can create a component and deploy it on Gateway server. Whenever you want reuse the content, use the regular ComponentContainer approach to instantiate the component. Any problem with that?

Regards

Krishna

Former Member
0 Kudos

I have no problem with this. But i have a problem with the custom libs files management.

Let's imagine that the custom component has been deployed on a server, instantiate in a Fiori app (#1). The JS file is in the Fiori app project folder.

Again, let's imagine another Fiori App (#2) that instantiate the component. In order to do that, I will have to deploy th JS file in the #2 Fiori app project folder.

If I want to change the compoment behavior, what is the right approach to make it on the both instantiations ?

Former Member
0 Kudos

Hi experts,

Any recommandations for this ?