I am interested in knowing there is a BAPI or Function Module for transaction MIGO(Goods Issue) with refernce to Purchase Order. Any help is highly appreciated.
SAP Managed Tags: ABAP Connectivity Hi All, I have a critical problem can any one help me out in this regard. The actual client requirement is i have to process the migo first if it is successful i should process the miro. for both i'm using bapi. with migo its working fine .when...
BAPI_GOODSMVT_CREATE,GOODSMVT_CODE参数对应值 :01 MB01 02 MB31 03 MB1A 04 MB1B 05 MB1C 06 MB11 07 MB04
1,003 SAP Managed Tags: ABAP Connectivity hi experts, please guide me in finding the BAPI's existing for tcode MiGO. I need the steps. points will be rewarded.Reply 1 ACCEPTED SOLUTION Former Member 2007 Nov 30 7:30 AM 0 Kudos 221 SAP Managed Tags: ABAP Connectivity Hi, ...
SAP Managed Tags: ABAP Development you need to pass the correct GOODSMVT_CODE ( if you give wrong one it will give different errors) and other parameters. Try to simulate using MIGO for the movement type you want, Find out the parameters required for Goods issue. Now go to the BAPI and...
技术标签: sap abap问题如题。 经过跟MIGO前台按交货单收货产生的物料凭证(MSEG表)进行对比,发现有两个字段没有值(第一条为前台操作的数据,第二天为用BAPI过账产生的数据) 这两个字段对应的数据元素如下图 回去查看BAPI的ITEM字段,找到相同数据元素的字段 过账时赋值这两个字段,冲销后重新过账,凭证流中已经正常...
调用bapi前调用,即可走migo逻辑 CALL FUNCTION 'MB_SET_BAPI_FLAG' EXPORTING ACTION = '3' code的确定 1. GM_Code 01: Goods receipt for purchase order 2. GM_Code 02: Goods receipt for production order 3. GM_Code 03: Goods issue 4. GM_Code 04: Transfer posting ...
REPORT zdemo_migo. PARAMETERS p_ebeln TYPE ebeln. PARAMETER p_sernr TYPE objk-sernr. DATA:lt_ekko LIKE TABLE OF ekko. DATA:ls_ekko LIKE ekko. DATA:lt_ekpo LIKE TABLE OF ekpo. DATA:ls_ekpo LIKE LINE OF lt_ekpo. DATA:ls_goodsmvt_header LIKE bapi2017_gm_head_01. ...
SORT LT_OUTPUT_FOR_BAPI BY EBELN. "按采购订单来生成BAPI,一条采购订单抬头(包括所有的行项目)生成一张凭证 LOOP AT LT_OUTPUT_FOR_BAPI ASSIGNING FIELD-SYMBOL(<FW_BAPI>) WHERE SLBOX EQ 'X'. AT NEW EBELN. "HEAD LS_GOODSMVT_HEADER-PSTNG_DATE = P_BUDAT. ...
SAP Managed Tags: ABAP Development Hi Every one, I have a requirement where in Transaction MB1A and in MIGO , when a reservation is posted there require a POP-UP to check whether the material has reservation in other WO#'s. Now that i implemented - MBCF0009 Filling the storage location...