一、说明
IDoc: An Intermediate Document (IDoc) is a SAP standard format for data transfer between systems.
IDocs are mainly used for Application Link Enabling (ALE) and for Electronic Data Interchange
(EDI). They are not used for processing inside an application.
DBoc: Business Documents (BDocs) are used by the CRM Middleware to exchange data with mobile
clients. Furthermore BDocs are the central data structure to process business objects internally.
In contrast to Idocs, for which the internal processing has to be implemented manually, the coding to
process BDoc may be generated automatically.
二、技术比较
Business Document
- tRFC or qRFC
- Usage in CRM for data exchange
- Possibly complex data structures
- both in transport and processing
- Runtime objects, e.g. services generated from BDoc repository information
- Internally created
- Uses delta field communication
Intermediate Document
- Asynchronous
- Usage in ALE and EDI
- Consisting of control record,data record,status record
- Message-oriented
- Transfers all fields
本文介绍了SAP标准数据交换格式IDoc与CRM中间件使用的BDoc之间的区别。IDoc主要用于ALE和EDI,由控制记录、数据记录和状态记录组成;而BDoc不仅用于与移动客户端的数据交换还用于内部业务对象的处理,并且可以自动生成处理代码。
816

被折叠的 条评论
为什么被折叠?



