how does gateway framework treat default system flag in customizing

简介: Suppose we have maintain multiple backend system as “default” in customizing:

image.png

in the runtime, for a given service, ONLY exactly one system alias will be chosen.

image.png

The logic is, firstly all configured system alias will be retrieved together:

image.png

image.png

And if none of those alias is marked as default, exception will be raised;

If multiple have default maintained, only THE FIRST one will be returned ( line 29~31 )


image.png

This is the reason if I try to search one Opp with description QHD ( which is actually created in system QHD ) in gateway system which have configured both QHA and QHD as default but QHA is the first one, no result will be returned.


image.png

Just simply because gateway only issues a backend request to QHA, but not for QHD.

image.png

相关文章
可以公开访问的 SAP gateway demo system ES5/002
SAP gateway demo system,给 SAP 开发人员提供了可以 free 使用的 OData 服务,用来学习 SAP Fiori 和 SAP Fiori Elements 相关的开发。
可以公开访问的 SAP gateway demo system ES5/002
OData model cache logic in gateway system
Created by Wang, Jerry, last modified on Jan 12, 2015
OData model cache logic in gateway system
filter operation implementation in Gateway framework
Created by Wang, Jerry, last modified on Dec 28, 2015 data type is singleton field type and actual value must be compatible
filter operation implementation in Gateway framework
filter operation implementation in Gateway framework
Created by Wang, Jerry, last modified on Dec 30, 2015 data type is singleton field type and actual value must be compatible
filter operation implementation in Gateway framework
configurations in Gateway hub system
Created by Wang, Jerry, last modified on Dec 26, 2014
configurations in Gateway hub system
filter operation implementation in Gateway framework
filter operation implementation in Gateway framework
filter operation implementation in Gateway framework
|
移动开发 Android开发 HTML5
往ABAP gateway system上和Cloud Foundry上部署HTML5应用
往ABAP gateway system上和Cloud Foundry上部署HTML5应用
往ABAP gateway system上和Cloud Foundry上部署HTML5应用
在 SAP Gateway Demo System ES5 申请用户遇到问题该怎么处理
在 SAP Gateway Demo System ES5 申请用户遇到问题该怎么处理
在 SAP Gateway Demo System ES5 申请用户遇到问题该怎么处理
how does gateway framework treat default system flag in customizing
Suppose we have maintain multiple backend system as “default” in customizing:
how does gateway framework treat default system flag in customizing