将S/4HANA的自定义BO功能以Web Service的方式暴露给第三方
Posted JerryWangSAP
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将S/4HANA的自定义BO功能以Web Service的方式暴露给第三方相关的知识,希望对你有一定的参考价值。
首先登录S/4HANA系统,在Custom Business object tile里找到自定义的BO:
点击Edit draft:
将Service Generation的勾打上,点击publish生成OData服务:
打开Custom communication Scenarios:
A communication scenario is the basis definition for a communication between systems. It defines a solution to be made available for external systems.
新建一个communication scenario:
取名Bonusplan:
将之前创建的服务添加到该新建的scenario的inbound service里去:
进入communication arrangement维护页面:
基于刚才创建的Communication scenario,新建一个Communication arrangement:
By exposing the service via custom communication scenario and communication arrangement, you will be able to select it from the list of services in a SAP Web IDE project.
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
以上是关于将S/4HANA的自定义BO功能以Web Service的方式暴露给第三方的主要内容,如果未能解决你的问题,请参考以下文章
如何将S/4HANA系统存储的图片文件用Java程序保存到本地