ENDLOOP. CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK' . ELSE. ... ( PS:有些栏位填写可以删减一点点,MSEG表对应保存的栏位可以通过Function: MAP2I_B2017_GM_ITEM_TO_IMSEG查看。 ) 有两点需要注意的地方: goodsmvt_code : 01: Goods receipt for purchase order 采购订单收货 02: Goods receipt for pr...
lv_check='E'.CONCATENATElv_message lt_return-messageINTOlv_message.CLEARlt_return.ENDLOOP."BAPI调用成功IFlv_check ='E'.CALLFUNCTION'BAPI_TRANSACTION_ROLLBACK'.ELSE.CALLFUNCTION'BAPI_TRANSACTION_COMMIT'EXPORTINGwait='X'.ENDIF."---@斌将军--- 2.2、采购退货-移动类型161 退货采购订单,执行101,生成16...
1、MIGO过账BAPI新增字段 BAPI新增收货行号字段,保存外围系统的数据 1.1、MATDOC表新增收货行号 1.2、MSEG表新增收货行号 创建DDL视图用于扩展NSDM_E_MSEG 1.3、增强实施 BADI:MB_BAPI_GOODSMVT_CREATE 调用方法IF_EX_MB_BAPI_GOODSMVT_CREATE~EXTENSIONIN_TO_MATDOC IMSEG结构中也要新增增强字段,用于传值 增强代码 "...
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 we come to miro transaction we can see the lineitems the invoices which are not posted for that particular po numb...
BAPI or Function module for MIGO Former Member 2008 Oct 08 4:16 PM 0 Kudos 7,155 SAP Managed Tags: ABAP Development 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....
APPEND <FW_ALV> TO LT_OUTPUT_FOR_BAPI. ENDLOOP. SORT LT_OUTPUT_FOR_BAPI BY EBELN. "按采购订单来生成BAPI,一条采购订单抬头(包括所有的行项目)生成一张凭证 LOOP AT LT_OUTPUT_FOR_BAPI ASSIGNING FIELD-SYMBOL(<FW_BAPI>) WHERE SLBOX EQ 'X'. ...
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
Hi guru's i searched in sdn for fm or bapi to create migo using outbound delivery. i found BAPI_GOODSMVT_CREATE , but when using this i am unable to achieve my output. the below is the code which i have used to create migo . when i use this the document flow is not getting updat...
Solved: Hi all, Is there any BAPI for the Reversal of posting the documents Goods receipt Purchase order (Transaction: MIGO). Any inputs on this..is highly
We are trying to find a BAPI which can give same functionality as that of MIGO transaction. Has anyone done this before ? Please help. Thanx in advance ... Regards, Laxman Nayak.Reply 1 ACCEPTED SOLUTION Former Member 2005 May 01 9:08 PM 0 Kudos 137 SAP Managed Tags: ABAP...