zoukankan      html  css  js  c++  java
  • FB05付款清帐Function

    函数组:FIPI-->内部FI过帐接口
    1.CALL FUNCTION 'POSTING_INTERFACE_START'.
    -->Initial information for internal accounting interface.
    The function module 'POSTING_INTERFACE_START' carries out preparations for the processing of several documents which are to be posted with transactions FB01 or FB05.
    a.If function 'B' (batch input processing) is required, this function module opens the batch input session and transfers the necessary parameters.
    b.If function'C' (processing with Call Transaction .. Using..) is required, this function module receives the necessary parameters for the display and update modes from the call program.
    c.Function 'I' (interactive posting interface) is not currently supported.
    =============================================================================================================================================
    2.CALL FUNCTION 'POSTING_INTERFACE_CLEARING'.
    -->Post with clearing (FB05) using internal posting interface.
    Function module 'POSTING_INTERFACE_CLEARING' creates a batch input transaction (or Call Transaction ... Using ...) for a document to be posted using transaction FB05.
    The document header data and the data for the bank postings are transferred to table FTPOST. The rules for filling table FTPOST are described in the documentation for function module 'POSTING_INTERFACE_DOCUMENT'.
    =============================================================================================================================================
    3.CALL FUNCTION 'POSTING_INTERFACE_DOCUMENT'.
    -->Post document using the internal posting interface.
    Function module 'POSTING_INTERFACE_DOCUMENT' creates a batch input transaction ( or Call Transaction ... Using ...) for a document to be posted with FB01 or FBB1.
    =============================================================================================================================================
    4.CALL FUNCTION 'POSTING_INTERFACE_END'.
    5.CALL FUNCTION 'POSTING_INTERFACE_RESET_CLEAR'.
    6.CALL FUNCTION 'POSTING_INTERFACE_REVERSE_DOC'.
    =============================================================================================================================================

  • 相关阅读:
    Spring实现AOP的4种方式(转)
    【转】一个不错的eclipse反编译插件
    spring配置事务
    使用XFire+Spring构建Web Service(一)——helloWorld篇
    WebService到底是什么?(转)
    ContextLoaderListener作用详解(转)
    SVN检出资源文件
    ExtJS4.2学习(21)动态菜单与表格数据展示操作总结篇2
    WP8_当滚动到滚动条的70%时,自动加载数据效果实现
    WP8__从windowsphone app store 中根据app id获取应用的相关信息(下载网址及图片id等)
  • 原文地址:https://www.cnblogs.com/rainysblog/p/8502763.html
Copyright © 2011-2022 走看看