lw_p2_goodsmvt_item-mvt_ind = ‘F’. “移动标识 APPEND lw_goodsmvt_item to lt_goodsmvt_item. ENDIF. endloop. IF lt_goodsmvt_item is NOT INITIAL . CALL FUNCTION ‘BAPI_GOODSMVT_CREATE’ EXPORTING GOODSMVT_HEADER = lw_goodsmvt_header GOODSMVT_CODE = ‘02′ IMPORTING GOODSMVT_HEADRET = lw...
冲销时与正常创建凭证一样,只是BAPI2017_GM_ITEM_CREATE-XSTOB = 'X'. "冲销标志 移动类型为正向,比如261发料,做262的冲销,移动类型仍给261,不需要修改,此处打叉即可 MBST冲销整个凭证: CALL FUNCTION 'BAPI_GOODSMVT_CANCEL' EXPORTING materialdocument = gt_up-MBLNR matdocumentyear = gt_up-MJAHR IMPORTI...
货物移动的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...
I try to use BAPI_GOODSMVT_CREATE to post GR with D/O no, I use the following parameters for calling BAPI gm_code = 01 mvt_ind = 'B' goodsmvt_header goodsmvt_item-deliv_num = '80760728' goodsmvt_item-deliv_item = '00010' goodsmvt_item-move_type = '101' According to SAP documentat...
Hi, I m a SAP Newbie. I've a problem with BAPI_GOODSMVT_CREATE BAPI_GOODSMVT_CREATE is not working fine. In the Return-Vars I've a message " No goods receipt
创建商品接收 选择创建按钮。 输入采购订单编号。 选择采购订单编号旁边的向右箭头,查看: 供应商编号和名称 采购订单项目 根据需要调整接收数量。 选择保存来过账商品接收。 字段映射 该表提供了申请屏幕到功能模块字段的映射。 BAPI_GOODSMVT_CREATE 映射 另请参见...
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
222 . SAP 产品成本估算相关 BAPI 的测试程序:SAPBAPICOPC 221 . SAP ABAP 业务对象 BUS2044 CostEstimate 成本估价 BAPI 清单和相关 TCODE 220 . SAP ABAP 消息编号 TK511 TK056 用目标系统 EQ0 选择更改请求 解决办法 219 . SAP ABAP 业务对象 MDMMARA MDM_MATERIAL 物料(MDM) BAPI 清单和相关 TCODE ...