首页 > 其他 > 详细

FB05付款清帐Function

时间:2018-03-03 19:53:50      阅读:276      评论:0      收藏:0      [点我收藏+]

函数组: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‘.
=============================================================================================================================================

FB05付款清帐Function

原文:https://www.cnblogs.com/rainysblog/p/8502763.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!