BAPI_ACC_DOCUMENT_REV_POST 反冲会计凭证 可以冲销自开发程序生成的凭证 必须传入交易码参数 BAPI_ACC_GL_POSTING_REV_POST 只能冲销标准TCODE生成的凭证 POSTING_INTERFACE_START、POSTING_INTERFACE_CLEARING 、POSTING_INTERFACE_END清账(核销) 注意:POSTING_INTERFACE_CLEARING并非纯函数,本质上是call bdc. 2.发票: ...
3、BAPI_ACC_DOCUMENT_REV_POST 反冲会计凭证 4、POSTING_INTERFACE_START、POSTING_INTERFACE_CLEARING 、POSTING_INTERFACE_END清账(核销) 注意:POSTING_INTERFACE_CLEARING并非纯函数,本质上是call bdc. PS模块 1、BAPI_PS_INITIALIZATION、BAPI_BUS2001_CREATE、BAPI_PS_PRECOMMIT 创建项目定义 2、BAPI_PS_INITIALIZAT...
摘要:最近需要做一个清帐程序,SAP没有清帐的BAPI,但是提供了清帐的一组函数: POSTING_INTERFACE_START; POSTING_INTERFACE_CLEARING; POSTING_INTERFACE_END ; 这边着重说明一下函数POSTING_INTERFACE_CLEARI 阅读全文 posted @ 2017-12-19 18:14 学习笔记NO.1 阅读(6383) 评论(0) 推荐(1) 编辑 ABAP...
Yor are always posting very informative blogs. Thank you for sharing. Regarding Vijay's above performance issue, how to solve it from your perspective? This is a very common scenario for every custom entity, they all face this problem. Here you ask which release...
Also it will be a good idea to sign in to Docker Hub, as suggested at the end of the tutorial. Then I recommend exploring the Docker Desktop a little bit, e.g. opening a command shell in the running container using the “CLI” button from the dashboard, and so on. Overall, it ...
" anti-pattern INTERFACE /dirty/common_constants. CONSTANTS: warning TYPE symsgty VALUE 'W', transitional TYPE i VALUE 1, error TYPE symsgty VALUE 'E', persisted TYPE i VALUE 2. ENDINTERFACE. Enumerations describes alternative enumeration patterns (also applicable to older releases that do not...
If VALIDATE returns an end-user error message, the flow can go back to the end-user and he or she might be able to correct this issue. If everything is correct, then the POST can be triggered and everything goes well. This works then for both - "one-shot" execution and UI ...
The data type in the ABAP Dictionary is the user’s view of the data, that is, the data format at the user interface. This data format depends on the database system that you use. When you define a table in the ABAP Dictionary, the data types defined in the ABAP Dictionary are ...
CLC_TFM_END_OF_DAY - - C1 X Released CLC_TFM_END_OF_MONTH - - C1 X Released CLC_TFM_INTEREST_CALC_METHOD - - C1 X Released CLC_TFM_RATE_UPDATE_METHOD - - C1 X Released CLC_TFM_REPAYMENT_SORTING - - C1 X Released CLC_TFM_ROUNDING_RULE - - C1 X Released CL_A4C_BC...
i_postingdate = sy-datum i_fiscalyr = sy-datum(4) i_fiscalper = sy-datum+4(2) i_currency = 'USD' i_doc_type = 'SA' i_header = wa_doc i_itemaccounts = wa_key i_item = wa_acc IMPORTING e_return = return EXCEPTIONS others = 1. CLEAR: wa_doc, wa_bs. ENDFUNCTION. 在这...