zoukankan      html  css  js  c++  java
  • 关于BTE的一些SAP Dictionary

    1、BTE对应的Package
     BBTE  Business Transaction Events (Open FI)

    2、BTE存储的表
    TBE01     Library of the Publish&Subscribe Business Transaction Events
    TBE01T   P&S BTE: Language-Specific Descriptions

    3、调用BTE的相关函数
    BF_FUNCTIONS_FIND
    PC_FUNCTION_FIND

    4、和SD相关的BTE列表
    * general routines
      CON_EVENT_RENAME          LIKE TBE01-EVENT VALUE '00501002',
      CON_EVENT_CREDIT_CLEARING LIKE TBE01-EVENT VALUE '00501005',
      CON_EVENT_MENUE           LIKE TBE01-EVENT VALUE '00501013',
    * order
      CON_EVENT_GET_CONTRACT    LIKE TBE01-EVENT VALUE '00501000',
      CON_EVENT_CHECK_CONTRACT  LIKE TBE01-EVENT VALUE '00501001',
      CON_EVENT_SAVE            LIKE TBE01-EVENT VALUE '00501003',
      CON_EVENT_VIS_ORDER       LIKE TBE01-EVENT VALUE '00501004',
    * delivery note
      CON_EVENT_SHP_CHECK_CONTRACT  LIKE TBE01-EVENT VALUE '00501006',
      CON_EVENT_SHP_SAVE        LIKE TBE01-EVENT VALUE '00501007',
      CON_EVENT_VIS_SHP         LIKE TBE01-EVENT VALUE '00501008',
    * invoice
      CON_EVENT_INVOICE_COPY    LIKE TBE01-EVENT VALUE '00501009',
      CON_EVENT_INVOICE_SAVE    LIKE TBE01-EVENT VALUE '00501010',
      CON_EVENT_VIS_INV         LIKE TBE01-EVENT VALUE '00501011',
    *
    * Absicherungstyp
      CON_ABSTP_AKK       LIKE T691K-ABSTP VALUE '0',
      CON_ABSTP_WKV       LIKE T691K-ABSTP VALUE '1',
      CON_ABSTP_WKV_AKK   LIKE T691K-ABSTP VALUE '2',
      CON_ABSTP_KK        LIKE T691K-ABSTP VALUE '3',
      CON_ABSTP_SONSTIGE  LIKE T691K-ABSTP VALUE '4',
      CON_ABSTP_WKV_ALL(2)                 VALUE '12',
    * abgesichert
      CON_ABGES_TRUE      LIKE LIPS-ABGES VALUE '1E-00',
      CON_ABGES_FALSE     LIKE LIPS-ABGES VALUE '0E-00'.

    5 SD相关的BTE函数(待续)

    6 相关TCODE
    FIBF Maintenance transaction BTE
    BERE Business Event Repository
    BERP Business Processes
    BF31 Application modules per Event
    BF32 Partner Modules per Event
    BF34 Customer Modules per Event
    BF41 Application Modules per Process
    BF42 Partner Modules per Process
    BF44 Customer Modules per Process
    SAP Reference IMG -> Financial Accounting -> Financial Accounting Global Settings -> Business Transaction Events

    7 相关连接
    http://blog.csdn.net/CompassButton/archive/2006/09/16/1231652.aspx
    http://blog.csdn.net/CompassButton/archive/2006/09/16/1230614.aspx
    http://blog.csdn.net/CompassButton/archive/2006/09/16/1230344.aspx
    http://blog.csdn.net/CompassButton/archive/2006/08/31/1150258.aspx
    http://blog.csdn.net/CompassButton/archive/2006/08/07/1032686.aspx

  • 相关阅读:
    公平锁,非公平锁,乐观锁,悲观锁
    需求分析
    需求的获取渠道
    php将中文字符串分割为数组
    面试题
    ecshop中错误
    应用上线前必须进行的10个QA测试
    资料1
    tp数据库配置
    Web开发思路
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157440.html
Copyright © 2011-2022 走看看