sap cloud platform destination的配置

2022-08-01,,,,

我这边有一个实际的项目需要通过sap ui5画面来实时调用sap cloud platform integration。
每个endpoint都指定一个不同的url,现在系统有6个endpoint,
分别是
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/extractCPIforCostEstimation
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/executeCPIforCostEstimation
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/reverseCPIforCostEstimation
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/extractCPIforAdvancePayment
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/executeCPIforAdvancePayment
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http/reverseCPIforAdvancePayment

为了实现SAP UI5调用这6个endpoint,需要分别创建对应的destination,在其中设定以上不同的URL。

请教一下,有没有办法配置一个公用的destination,url指定为
https://l300067-iflmap.hcisbp.jp1.hana.ondemand.com/http

而endpoint的以下部分通过画面来传递
/extractCPIforCostEstimation
/executeCPIforCostEstimation
/reverseCPIforCostEstimation
/extractCPIforAdvancePayment
/http/executeCPIforAdvancePayment
/reverseCPIforAdvancePayment

本文地址:https://blog.csdn.net/philip_yzr/article/details/107512470

《sap cloud platform destination的配置.doc》

下载本文的Word格式文档,以方便收藏与打印。