SAP EDI Architecture (Inbound and Outbound process)

The SAP EDI process comprises two distinct processes.

  • Outbound process
  • Inbound process

The Outbound Process

The outbound process sends documents from the SAP system to a business partner (vendor, customer, and bank). The outbound process consists of six steps.

The application document is created. The first step in the outbound process involves creating an application document such as a purchase order or sales order and saving it in the database tables. This step is no different from the way in which these documents are normally created. It is the following steps that have relevance to EDI. The document is created and leaves some hooks for the EDI process to begin.

The IDoc is generated. The application document just created is now formatted to an IDoc format.At this point you can think of IDoc as yet another format in which the application document has been represented. A document in an IDoc format is suitable for processing by EDI components.

The IDoc is transferred from SAP to the operating system layer. The IDoc created in the above step resides in the SAP database repository. This IDoc document must be passed down to the operating system layer for processing by the EDI subsystem. Now the IDoc is transferred to the operating system as a text file. The document is still in an IDoc format. The only difference is the medium of storage.

The IDoc is converted to EDI standards. The IDoc format is an SAP proprietary format. For EDI purposes, the document in IDoc format has to be converted into an EDI standard format. Third-party software called a translator carries out the transformation process and reports status back to the SAP system. SAP refers to these translators as EDI subsystem or other middleware translltor like SAP XI/PI. SAP takes no responsibility for translation. Thus, from SAP‘s perspective, after the IDoc is delivered to the subsystem or middleware, SAP does not have control over the process, but it maintains the status reported by the EDI subsystem.

The EDI document is transmitted to the business partner. After the document is converted to an EDI standard format, it is transmitted to a trading partner based on the partner‘s EDI settings. This step is not part of the SAP EDI architecture, but is mentioned here to describe the complete process from a business perspective.

The EDI subsystem reports status to SAP. When an IDoc is under the control of the EDI subsystem, the subsystem can optionally report the state of processing at various milestones back to the SAP system. This mechanism is always recommended because it provides complete visibility of the process from within SAP, and the user does not have to be involved with the intricacies of the EDI subsystem.

The Inbound Process

The inbound process simply reverses the steps of the outbound process. The inbound process receives an EDI document (such as a purchase order response, sales order, or payment information) from a business partner (such as a vendor, a customer, or a bank) and creates SAP documents from it.

The inbound process consists of five steps.

The EDI transmission is received. EDI documents are received from a business partner via the VAN or AS2. These documents are in one of the EDI standard formats. The documents are deposited in a common repository for the subsystem. This part of the process is not part of the SAP EDI architecture.

The EDI document is converted into an IDoc. The EDI-specific headers and trailers are stripped off, and the document is converted into an IDoc format suitable for SAP applications. The process is carried out at the EDI subsystem or middleware level.

The IDoc is transferred to the SAP layer. The IDoc created in the above step is stored in a text file at the operating system layer. The subsystem starts an inbound program in the SAP layer. This program reads the IDoc file and creates an IDoc in the SAP repository for further processing.

The application document is created. The IDoc received from the subsystem is passed to a posting program. This program creates an application document such as a sales order, purchase order acknowledgment, invoice, or shipment notice.

The application document can be viewed. The application document created via EDI is the same as any document created manually in the system: The document can be viewed using standard application transactions. For example, if an incoming sales order was created via EDI, you could view the sales order document via transaction VA03.

时间: 2024-10-08 11:37:26

SAP EDI Architecture (Inbound and Outbound process)的相关文章

netty的ChannelPipeline执行顺序对inBound和outBound执行器造成的影响

进行这项实验之前,先读了xbmchina的简书文章,感谢这位大神提供的关于channelPipeline和channelHandler文章: [Netty]ChannelPipeline和ChannelHandler(一) [Netty]ChannelHandler的添加和删除(二) [Netty]inBound和outBound事件的传播过程 之前想以leonzm的websocket_demo项目为基础,写netty4版本的聊天室,但是发现netty4的函数不一样,messageReceive

pcie inbound、outbound及EP、RC间的互相访问

Inbound:PCI域访问存储器域 Outbound:存储器域访问PCI域 RC访问EP: RC存储器域->outbound->RC PCI域->EP PCI域->inbound->EP存储器域 EP访问RC:EP存储器域->outbound->EP PCI域->RC PCI域->inbound->RC存储器域 Out即出去,发起访问的一侧,需要进行outbound,去访问对端 In即进来,被访问的一侧,需要进行inbound,使得对端可以访问

cacti下交换机端口图像中Inbound与Outbound的理解

具体图像如下: 端口21下连接的终端IP为10.240.240.69. 机器从外部下载文件 此时,对应的21端口方向为outbound,即外界数据包(所下载的软件)经由该端口(从21端口流出)传给该机器 该机器在14:12分左右使用迅雷下载(图中表现为端口21下的Outbound流量在该时段瞬间飙升),14:18分钟后限制了下载速度(图中表现为端口21下的Outbound流量在该时段陡减),之后限制下载速度3333KB/s(图中表现为端口21下的Outbound流量在该时段瞬间飙升,之后保持水平

Netty 的 inbound 与 outbound, 以及 InboundHandler 的 channelInactive 与 OutboundHandler 的 close

先看一个例子. 有一个简单 Server public class SimpleServer { public static void main(String[] args) throws Exception { EventLoopGroup bossGroup = new NioEventLoopGroup(1); EventLoopGroup workerGroup = new NioEventLoopGroup(); ServerBootstrap b = new ServerBootst

市场营销方式详尽客户调查报告:Inbound vs. Outbound

天地会珠海分舵住:本文来自Moz,中文版由天地会珠海分舵编译.inbound/outbound marketing,国内还没有让天地会珠海分舵觉得很好的统一的译法,这里引用百度百科的解析,"Inbound Marketing,又叫集客营销, 是让顾客自己找上门的营销策略,是一种'关系营销'或是'许可营销',营销者以自己的力量挣得顾客的青睐,而非传统广告方式去拉顾客(outbound marketing)." 文中会将inbound/outbound作为术语直接保留. 据说消费者长期以来

Difference Between EDI and IDOC

EDI is nothing but Electronic data interchange. SAP will support EDI through Intermediate documents (IDOCS). EDI (Electronic Document interchange) - EDI is the electronic exchange of business documents between the computer systems of business partner

SAP中的ALE, IDOC

ALE技术:应用链接支持(Application Link Enabling 简称ALE),是一项用于创建和运行分布式应用的技术.ALE是SAP的专有技术. ALE对象--ALE包含了可控的数据消息交换,可以确保松散耦合的应用程序之间的数据一致性.ALE由三层组成,应用服务.分发服务和通信服务.ALE的基本原理是提供一个分布式的并且完全整合的R/3系统.每一个应用都是自适应的.每一个自适应系统使用一种特定的方法实现数据冗余.因此数据必须是分布的.且同步的. ALE通信图 1,IDOC类型和消息类

SAP S4CRM 1811 服务订单API介绍

Jerry在今年2月28日,SAP Customer Management for S/4HANA 1.0正式问世这个具有纪念意义的日子,同时发布了中英文版的博客进行介绍. 英文版发在SAP社区上,至今超过16000的阅读量: 而发布在微信公众号上的中文版,也有两千多的阅读量: 一转眼大半年就过去了,如今SAP S4CRM的标准开发,进行得怎么样了呢?在SAP社区上我写的那个英文博客里,有很多国外的partners在上面留言询问各种各样的问题.由于今年4月份起Jerry就离开了S4CRM开发团队

SAP PI入门

本教程的目的是让读者理解:SAP Process Intergration(以下简称SAP PI)是什么.我们不需要探究课题的本质,但是会讨论SAP PI的架构和不同特点.本文只会覆盖到PI的基本特点,而不是讨论全部. 本文链接:http://www.cnblogs.com/hhelibeb/p/7105070.html SAP ERP是什么 对于任何业务——无论是大的还是小的——都会有必须要执行的标准业务功能,比如:物料管理(MM),销售与分发(SD),财务(FI),人力资源(HR)等等.市场