项次: DATA: gt_accchgTYPETABLEOFaccchgWITHHEADERLINE. gt_accchg-fdname ='BKTXT'."抬头文本-字段,也可以换其他字段gt_accchg-newval ='测试抬头文本修改'."新的值APPENDgt_accchg .CALLFUNCTION'FI_DOCUMENT_CHANGE'EXPORTING"i_awtyp = "参考过程"i_awref = "参考凭证号"i_aworg = "参考组织"i_...
ABAP:FI常用BAPI 总帐会计: (比较简单全部测试通过,关帐时使用) Line item of document for ledger with summary table GL F: BAPI_GLX_GETDOCITEMS Closing balance of G/L account for chosen year F: BAPI_GL_GETGLACCBALANCE Closing balance of G/L account for current year F: BAPI_GL_GETGLACCCUR...
METHOD?if_ex_ac_document~change_initial. ???LOOP?AT?im_document-item?INTO?w_item. ???w_ebeln?=?w_item-ebeln. ???w_ebelp?=?w_item-ebelp. ???CHECK?w_ebeln?IS?NOT?INITIAL?AND?w_ebelp?IS?NOT?INITIAL. ???SELECTSINGLE*FROMekpo WHEREebelnEQw_ebeln ANDebelpEQw_ebelp. ???ENDLOO...
A custom program can be build to update FI document using FM FI_DOCUMENT_CHANGE from a file. Best regards,Jonathan Eemans You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (0) ajaycwa1981 Active...
EDIT: I found that there's a program validation in FM MAP2I_BAPICOMP_TO_MEPOCOMP within BAPI_PO_CHANGE. I think LOG_MM_OM_1 and LOG_MMFI_P2P are business functions. I do not think activating this is an option in my system (not sure about the impact).I checked some OSS Notes bu...
ABAP-FI常用BAPI 总帐会计: (比较简单全部测试通过,关帐时使用) Line item of document for ledger with summary table GL F: BAPI_GLX_GETDOCITEMS Closing balance of G/L account for chosen year F: BAPI_GL_GETGLACCBALANCE Closing balance of G/L account for current year F: BAPI_GL_GETGLACC...
23 document_line_not_found = 1 24 25 document_not_found = 2 26 27 input_incomplete = 3 28 29 OTHERS = 4. 30 31 *// Change Posting Date to Current Date(Required) 32 33 CLEAR:rec_vbkpf1. 34 35 LOOP AT t_vbkpf1 INTO rec_vbkpf1. ...
They do it for many reasons but it's part of their job and the more we change the language to something more obscure, the less they will be able to do it. They will need help from ABAP programmers. This will slow down the process. On my part, I've worked as an ABAP programmer ...
1、BAPI_OBJCL_CREATE 、BAPI_OBJCL_CHANGE、BAPI_OBJCL_GETDETAIL 计量点通用属性导入 2、MEASUREM_DOCUM_RFC_SINGLE_001 计量凭证创建 FI模块: 1、K_HIERARCHY_TABLES_READ 成本要素组明细 2、BAPI_ACC_DOCUMENT_POST 创建会计凭证 3、BAPI_ACC_DOCUMENT_REV_POST 反冲会计凭证 PS模块 1、BAPI_PS_INITIALIZATION...
SD_DELIVERY_UPDATE_PICKING更改拣配数量(经反复测试,BAPI_OUTB_DELIVERY_CHANGE无法录入拣配数量,因此此处单独处理) 交货单捡配时用到的主要表: likp lips mchb(批次级库存) mard(库存地点级库存) mch1(批次主数据) vbbe(批次交货计划,会占用实际可用库存、导致捡配的时候实际可用库存减少) ...