Ansicht
Dokumentation

MIGO_DIALOG - Wareneingang aus Fremdbeschaffung

MIGO_DIALOG - Wareneingang aus Fremdbeschaffung

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CL_GUI_FRONTEND_SERVICES - Frontend Services  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

Function module MIGO_DIALOG is the starter for transaktion MIGO, which covers the functionality of the transactions MB01, MB02, MB03, MBST, MBRL, MBNL und MBSF.

MIGO is a one-screen-transaction, which controls the process to be executed via listboxes. Therefore, the function module needs information on the process to be executed.

Description of parameters

See the detail description in the interface.

Beispiel

Display a material document:

call function 'MIGO_DIALOG'
exporting
i_mblnr = ....
i_mjahr = ....

Start of MIGO prepared for "goods receipt for purchase order", but not read yet:

call function 'MIGO_DIALOG'
exporting
i_action = 'A01'
i_refdoc = 'R01'
i_ebeln = ...
i_ebelp = ...
i_bwart = ...



Hinweise

Only some combinations of ACTION and REFDOC are allowed. An illegal combination will raise an exception.

Weiterführende Informationen





Parameter

EXT
I_ACTION
I_DEADEND
I_DOC_DATE
I_EBELN
I_EBELP
I_HEADER_TXT
I_INBOUND_DELIV
I_LEAVE_AFTER_POST
I_MBLNR
I_MJAHR
I_MOVE_TYPE
I_NEW_ROLLAREA
I_NOTREE
I_NO_AUTH_CHECK
I_OKCODE
I_ORDER_ITEM
I_ORDER_NUMBER
I_OUTBOUND_DELIV
I_PSTNG_DATE
I_REFDOC
I_REF_DOC_NO
I_RESERVATION_ITEM
I_RESERVATION_NUMB
I_SKIP_FIRST_SCREEN
I_SPEC_STOCK
I_SYTCODE
I_TRANSPORT
I_TRANSPORTIDENT
I_TRANSPORT_MEANS
I_ZEILE

Ausnahmen

ILLEGAL_COMBINATION

Funktionsgruppe

MIGO

PERFORM Short Reference   BAL Application Log Documentation  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 3804 Date: 20240523 Time: 144736     sap01-206 ( 38 ms )