PO配置步骤
一、SLD-system landscape directory 系统框架目录、系统格局目录
事务码SXMB_IFR:10.191.66.32:50000/dir/start/index.jsp
帮助:PO SLD配置步骤sap官网-rxu笔记2020-3-3V0.docx
1.产品新建:SLD-产品
2.建立软件组件:software component SWC(就是ESB下面导入的SWC)
3.建立技术系统:
4.新建业务系统:
二、ESR/IR -integration repository 集成存储场所/仓库
1.导入软件版本software component version- SWC
主页-ESR开发工具-tools-transfer from SLD;新版本PI直接右击新建,然后选择SWC VERSION
例如:
2.新建namespace:必须含有http,建议/项目名
3.创建DataType:
4.创建MessageType:
4.1右击新建MT
4.2创建element后保存和激活
4.3新建external definition后uploading the WSDL
5.创建message Interface:
如SAP调用富基接口写入商品库存:
SAP——outbound接口发送物料库存request字段到PO——PO通过inbound interface对应的channel(富基URL)发送到富基——富基响应后同时通过反馈信息到PO。
client调用PI时,PI是outbound,PI调用BAPI, 核心是inbound
5.1 inbound和outbound:
outbound接口——接收nder的MT消息,request输送出去;request 离开、发出inbound接口——继续接收nder的MT消息,request传递给receiver;
5.2同步和异步
同步:需返回后继续进行synchronous
异步:不需要receiver返回继续执行asynchronous
6.创建Message Mapping:
主要是outbound接口发出信息之间mapping;inbound返回信息mapping
7.创建Operation Mapping(Interface mapping):
配置后全部激活,在abap sapGUI的sproxy能看到同步的内容
三、ID-integration directory 集成目录(路径)(PO新版叫做IB-integration builder集成开发工具)
1.配置场景:configuration scenario:新建场景后,后面业务系统、业务组件、通讯通道、集成配置都在该场景基础上添加进来
2.添加业务系统business system:右击assign business system,业务系统一般是SAP系统