Rathish Menon
Rathish Menon

Reputation: 9

UI5: Variant persistent using Smart Variant Management

My UI5 app resides in SAP Gateway system, I am using SmartVariant management in UI5 to store variants. I would like to persist the variant details in ABAP backend system not in SAP Gateway system. Currently variants persist in Gateway system were UI5 app resides.

Is there any way to set a path so lrep calls points to ABAP backend system?

Thanks Rathish

Upvotes: 0

Views: 1310

Answers (1)

fabiopagoti
fabiopagoti

Reputation: 1541

No. This is a service from the Fiori Launchpad.

Apart from that, that are a number of reasons why that is not a good idea:

  • You might have multiple back end systems
  • A back end might not even have the Fiori (SAP_UI) component
  • Fiori launchpad version in the back end most likely does not match with the version in the front end system.

Upvotes: 1

Related Questions