zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Hyperion Planning 表单数据验证功能实现
    类型别名
    内联函数和constexpr函数
    强制类型转换
    当函数返回值是引用
    左值和右值
    const形参和实参
    const限定符
    auto与decltype
    局部对象
  • 原文地址:https://www.cnblogs.com/lazymango/p/3161939.html
Copyright © 2011-2022 走看看