|
<< Click to Display Table of Contents >> Navigation: All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Business Add-Ins (BADI) > Business Add-Ins (BADI) Examples > ZMB_MIGO_ITEM_BADI > ITEM_MODIFY |
method IF_EX_MB_MIGO_ITEM_BADI~ITEM_MODIFY .
**** Cannot do GR from PO-STO via MIGO based on PO
**** Should be via Outbound Delivery
IF IS_GOHEAD-MBLNR is initial.
if IS_GOHEAD-RESWK is not initial
and IS_GOHEAD-XBLNR is initial.
MESSAGE E902(M7).
* Untuk PO-STO sampeyan terima barang berdasarkan Outbound Delivery
endif.
endif.
endmethod.