lw_goodsmvt_item-stge_loc = ‘L001′. “库位 lw_goodsmvt_item-move_type = ‘122′. “移动类型 lw_goodsmvt_item-batch = lw_body2-fgoph.“批号 lw_goodsmvt_item-entry_qnt = lw_body2-zl.“数量 lw_goodsmvt_item-entry_uom = ‘KG’. “单位 lw_goodsmvt_item-orderid = lw_body2-fgd...
GOODSMVT_ITEM-MOVE_STLOC = 'C902'. ENDIF. append GOODSMVT_ITEM. endloop. 冲销时与正常创建凭证一样,只是BAPI2017_GM_ITEM_CREATE-XSTOB = 'X'. "冲销标志 移动类型为正向,比如261发料,做262的冲销,移动类型仍给261,不需要修改,此处打叉即可 MBST冲销整个凭证: CALL FUNCTION 'BAPI_GOODSMVT_CANCEL' EXP...
货物移动的bapi BAPI_GOODSMVT_CREATE 其中 参数 : GOODSMVT_CODE 有 GMCODE Table T158G GM_Code 01: Goods receipt for purchase order GM_Code 02: Goods receipt for production order GM_Code 03: Goods issue GM_Code 04: Transfer posting GM_Code 05: Other goods receipts GM_Code 06: Reversal of...
二、凭证冲销。事物代码MBST BAPI BAPI_GOODSMVT_CANCEL 三、获得凭证明细 BAPI BAPI_GOODSMVT_GETDETAIL 四、查询凭证。根据物料 工厂 移动类型 记账日期 创建人 等 BAPI BAPI_GOODSMVT_GETITEMS SAP内部使用 BAPI BAPI_GOODSMVT_SAPCREATE 常用类型参数http://www.cnblogs.com/sapSB/p/6018208.html...
我用java调用BAPI_GOODSMVT_CREATE进行采购订单收货,程序如下: JCoFunction function1=destination.getRepository().getFunction("BAPI_GOODSMVT_CREATE"); JCoFunction function2 =destination.getRepository().getFunction("BAPI_TRANSACTION_COMMIT"); JCoFunction function3 =destination.getRepository().getFunction("BAPI...
创建商品接收 选择创建按钮。 输入采购订单编号。 选择采购订单编号旁边的向右箭头,查看: 供应商编号和名称 采购订单项目 根据需要调整接收数量。 选择保存来过账商品接收。 字段映射 该表提供了申请屏幕到功能模块字段的映射。 BAPI_GOODSMVT_CREATE 映射 另请参见...
Hi All, I am using the BAPI_GOODSMVT_CREATE to post the GR with inbound delivery document. We have ECC(Data) and EP(Development) system. In ECC system, if I run the
Hi everyone, I'm programming an application in Visual Basic 6 that need to transfer Data to our SAP-System. Therefore I call the BAPI: BAPI_GOODSMVT_CREATE. Now my
Hi I have found a BAPI "BAPI_GOODSMVT_CREATE" , I want to use it for delivery, now I have given all relevant information, but I get an error " Goods movement not possible with mvmt type 653", The order type is ZGOR, is the movement type not correct? Please suggest.Reply...
FORM BAPI_GZ_WWSH.CLEAR:L_GM_CODE,L_GM_HEAD,L_GM_ITEM,LI_GM_CODE[],LI_GM_HEAD[],LI_GM_ITEM[].DATA:S_MESG TYPE STRING.CLEAR:S_MESG.*填写表头数据L_GM_HEAD-PSTNG_DATE = TBLDAT.L_GM_HEAD-DOC_DATE = TBUDAT.L_GM_HEAD-BILL_OF_LADING = TTHUOD.L_GM_HEAD-REF_DOC_NO = T...