货物移动的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...
CALL FUNCTION 'BAPI_GOODSMVT_CREATE' EXPORTING GOODSMVT_HEADER = GMHEAD ”抬头数据,记账日期、凭证日期、用户、抬头文本等。 GOODSMVT_CODE = GMCODE ”Tcode对应的两位码 * TESTRUN = ' ' IMPORTING * GOODSMVT_HEADRET = GOODSMVT_HEADRET MATERIALDOCUMENT = MATERIALDOCUMENT ”货物移动凭证号 * MATDOCUMEN...
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...
Solved: GM_Code 07: Subsequent adjustment with regard to a subcontract order If PO don't have GR cancel history, this BAPI works well. But, if PO have GR cancel history,
函数使用三:采购过账BAPI_GOODSMVT_CREATE 一、货物移动。bapi BAPI_GOODSMVT_CREATE 其中 参数 : GOODSMVT_CODE 有 GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order * 02 - MB31 - Goods Receipts for Prod Order * 03 - MB1A - Goods Issue...
SAP 货物移动 BAPI 的简单使用 BAPI_GOODSMVT_CREATE 在进行货物移动时,会经常用到 BAPI_GOODSMVT_CREATE 这个 BAPI ,在使用这个 BAPI 是有三个参数是必须传进去的 1.抬头数据 一般只要传个时间,过账人就可以了 2.行项目数据 也就具体要进行过账的物料 这里得根据不同移动类型选择不同的参数 3.移动码 这个...
BAPI_GOODSMVT_CREATE in order to simulate transaction MB1A? GM code is 03 and movement type is 261. I'm looking for the bapi fields that have to be filled to simulate the behaviour of the above mentioned transaction. The GI context is a goods out using as reference a production order. ...
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
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
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 -