Central contract transfer processing with eSOA

Distribution of data from SRM

The distribution of central contracts start the same way as IDOC-based distribution, with 'Release' button, and function BBP_PD_CTR_TRASNFER is called. After META_BAPI_DISPATCH, a "new", fuction is called, BBP_SAPXML1_CTR_REPLICATION. The target system is determined from table BBP_BACKEND_DEST, based on the target system's SLD ID. Thus the SLD ID has to be filled for the CCTR replication to work.

Call stack for CCTR transfer

11 METHOD /SAPSRM/IF_CH_SOA_OUT_MAP_CTR~CTR_REPLI_OUT_FROM_BAPI_DATA
10 FUNCTION BBP_SAPXML1_CTR_REPLICATION
9 FUNCTION META_CTR_TRANSFER
8 FORM GLOBAL_AGREEMENT_TRANSFER
7 FUNCTION BBP_PD_CTR_TRANSFER 

Related SAP Notes/KBAs

1268821 - SRM 7.0 / ERP 6.04: Config. of Central Contract Management

1547977  - FAQ: Central Contract Management (SOA based)

1268336  - Synchronous peer-to peer Services Configuration

原文地址:https://www.cnblogs.com/lazymango/p/3161939.html