DESCRIBE TABLE lt_goodsmvt_item LINES lv_item_line. ls_goodsmvt_serialnumber-matdoc_itm = lv_item_line. ls_goodsmvt_serialnumber-serialno = p_sernr. APPEND ls_goodsmvt_serialnumber TO lt_goodsmvt_serialnumber. CLEAR ls_ekpo. ENDLOOP. *& call bapi CALL FUNCTION 'BAPI_GOODSMVT_CREATE' EXPOR...
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...
1.sap货物移动相关的bapi(MIGO/MB1A) 货物移动的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 * 04 - MB1B - Transfer Posting * 05 - ...
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 05代表MB1C 06代表MB11 07代表MB04 MIGO冲销MIMO过账BAPI:BAPI_GOODSMVT_CANCEL MSC1N创建批次:B...
会计:冲销凭证: BAPI_ACC_ACT_POSTINGS_REVERSE 会计: 过帐票据凭证冲销 : BAPI_ACC_BILLING_REV_POST 会计:核算冲销: BAPI_ACC_DOCUMENT_REV_CHECK FS00创建总账科目:GL_ACCT_MASTER_SAVE AS01创建固定资产:BAPI_FIXEDASSET_CREATE1,BAPI_FIXEDASSET_CREATE ...
BAPI_GOODSMVT_CREATE,GOODSMVT_CODE参数对应值 :01 MB01 02 MB31 03 MB1A 04 MB1B 05 MB1C 06 MB11 07 MB04
BAPI_GOODSMVT_CREATE- 个人理解就是将用户引导到新的MIGO界面上来,借助于Fiori等技术给用户提供更加简单、便捷、优化、统一的使用体验。 2.1.12.22Storage Location MRP Description Context In SAP ERP, storage locations can be excluded from MRP planning or they can be planned separately from other storage loc...
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...
I try to make a post from a project to another project (Like MIGO), but I have a short problem by using this BAPI with the movementtype 311 Q. After I run the report and made a post, i got a document number. (Subrc = 0) When I get a short view into the document I will see...
i am using bapi_goodsmvt_create for this. now i want to know what are the parameters, i need to pass to that bapi. for example GMCODE KZBEW - Movement Indicator when i see there in table T158G there is no code avialable for MIGO transaction. And parallely i want to know what ...