lw_p2_goodsmvt_item-order_itno = lw_posnr.“订单项目编号 lw_p2_goodsmvt_item-MOVE_REAS = ‘0002′.“移动原因 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_G...
冲销时与正常创建凭证一样,只是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...
二、凭证冲销。事物代码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...
原文链接:【MM系列】SAP MM模块-BAPI:BAPI_GOODSMVT_CREATE的CODE分析 回到顶部 前言部分 大家可以关注我的公众号,公众号里的排版更好,阅读更舒适。 回到顶部 正文部分 货物移动的bapi BAPI_GOODSMVT_CREATE 其中 参数 : GOODSMVT_CODE 有 GMCODE Table T158G GM_Code 01: Goods receipt for purchase order GM_...
SAP Managed Tags: ABAP Development 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 BAPI_GOODSMVT_CREATE, then the document is posted successfully. But if I try to ...
• BAPI_GOODSMVT_CREATE 物料移动(创建物料凭证 ) • BAPI_MATERIAL_AVAILABILITY 可用库存 • BAPI_PR_CREATE 创建PR (采购申请) • BAPI_PO_CREATE1 创建PO(采购单) • BAPI_SALESORDER_CREATEFROMDAT2 创建销售订单 • BAPI_OUTB_DELIVERY_CREATE_SLS 根据销售订单创建交货单 ...
KO01创建内部订单:BAPI_INTERNALORDER_CREATE KOB5内部订单最终结算功能:BAPI_SETTLEMENTREQSLIST_CREATE CA01创建工艺路线:BAPI_ROUTING_CREATE MIGO创建MIGO过账BAPI:BAPI_GOODSMVT_CREATE GOODSMVT_CODE:01代表MB01:A01 02代表MB31: 03代表MB1A:A07 04代表MB1B:A08 ...
SAP Managed Tags: ABAP Development Dear Expert, I've tried to use BAPI_GOODSMVT_CREATE function to handle the mass GR for production order. Pls help the following problem regarding about "BAPI_GOODSMVT_CREATE". That's what I've used for some parameters, and pls navigate me if I had...
SAP Managed Tags: ABAP Development here you are not passing value to Plant filed of item detail structure: Structure filed:BAPI2017_GM_ITEM_CREATE-PLANT. LOOP AT i_detail_data INTO wa_detail_data. * Update header details MOVE: wa_header-matnr TO wa_goodsmvt_item-material, *wa_header-ma...
SAP Managed Tags: ABAP Development Dear Experts, I am using BAPI_GOODSMVT_CREATE to post a goods receipt for a PO using Inbound Delivery here is how I am populating bapi input parameters: lw_goodsmvt_code-gm_code = '01'. lw_goodsmvt_item-deliv_numb = lw_inb_delivery_items-delivery...