GOODSMVT_ITEM = lt_goodsmvt_item RETURN = lt_return. IF lw_materialdocument IS NOT INITIAL. CALL FUNCTION ‘BAPI_TRANSACTION_COMMIT’. PS: 货物移动的bapi BAPI_GOODSMVT_CREATE 其中 参数 : GOODSMVT_CODE 有 GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order * 02 - MB31 ...
goodsmvt_code LIKE bapi2017_gm_code. DATA: goodsmvt_headret LIKE bapi2017_gm_head_ret, materialdocument TYPE bapi2017_gm_head_ret-mat_doc, matdocumentyear TYPE bapi2017_gm_head_ret-doc_year. DATA:goodsmvt_item LIKE TABLE OF bapi2017_gm_item_create WITH HEADER LINE, goodsmvt_serialnumber L...
公众号:matinal 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:【MM系列】SAP MM模块-BAPI:BAPI_GOODSMVT_CREATE的CODE分析 前言部分 大家可以关注我的公众号,公众号里的排版更好,阅读更舒适
gw_item-entry_qnt =2."结余数量.gw_item-entry_uom ='PC'.**SELECT SINGLE meins INTO gw_item-entry_uom FROM mara WHERE matnr = s_item-zmodeno.APPENDgw_itemTOgt_item.CALLFUNCTION'BAPI_GOODSMVT_CREATE'EXPORTINGgoodsmvt_header=gs_head goodsmvt_code=gv_codeIMPORTINGgoodsmvt_headret=gs_head_rTAB...
Solved: hello i'm facing some problems with the bapi BAPI_GOODSMVT_CREATE with a material with serial number. in the order i have a material with 10 serial numbers. i'm
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...
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
Dear Experts, I have just started learning to use SAP Function Name to use in Power Automate. I am using BAPI_GOODSMVT_CREATE but struggling with dynamically populated Serial Number Qty based on GOODSMVT_ITEM ENTRY_QNT. For example, I would like to perform Goods Issue for a se...
我用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'am using BAPI_GOODSMVT_CREATE to post Coods Movement. GMCODE Table T158G : 01 - MB01 - Goods Receipts for Purchase Order 02 - MB31 - Goods Receipts for Prod Order 03 - MB1A - Goods Issue 04 - MB1B - Transfer Posting 05 - MB1C - Enter Other Goods Receipt 06 - MB11 Domain: ...