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_GOODSMVT_CREATE’ EXPORTING GOODSMVT_HEADER = lw_goodsmvt_header ...
we are facing problem in using BAPI_GOODSMVT_CREATE for the movement type 261.can anybody help i.e. what are the parameters do we need to pass to BAPI for a production order...can u pl. look at the code and correct anything is required.. *---Header s_goodsmvt_header-pstng_date...
CALL FUNCTION 'BAPI_GOODSMVT_CREATE' EXPORTING GOODSMVT_HEADER = GMHEAD ”抬头数据,记账日期、凭证日期、用户、抬头文本等。 GOODSMVT_CODE = GMCODE ”Tcode对应的两位码 * TESTRUN = ' ' IMPORTING * GOODSMVT_HEADRET = GOODSMVT_HEADRET MATERIALDOCUMENT = MATERIALDOCUMENT ”货物移动凭证号 * MATDOCUMEN...
Solved: Hi I'm using the BAPI_GOODSMVT_CREATE bapi to perform a Goods Issue 261. The material document gets created just fine but it does not Post. I have to go into
GI to prod order (261 mvt type) using BAPI_GOODSMVT_CREATE Go to solution Former Member on 2015 Mar 07 0 Kudos 3,533 SAP Managed Tags: MAN Production Planning (PP) Dear PP Guru, I am getting error "reservation 9999 01 cannot be posted " (Very similiar msg) after ...
正文部分 货物移动的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 ...
函数使用三:采购过账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...
创建商品接收 选择创建按钮。 输入采购订单编号。 选择采购订单编号旁边的向右箭头,查看: 供应商编号和名称 采购订单项目 根据需要调整接收数量。 选择保存来过账商品接收。 字段映射 该表提供了申请屏幕到功能模块字段的映射。 BAPI_GOODSMVT_CREATE 映射 另请参见...
Hi SDN, I am using BAPI BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Goods movement not possible with mvmt
Hi gurus, I have a problem. I m using the BAPI_GOODSMVT_CREATE bapi but it is not working. What may be the problem? call function 'BAPI_GOODSMVT_CREATE' exporting