MIGO_INIT SAP (Control Table for Operation in Transaction MIGO) Table details

Dictionary Type: Table
Description: Control Table for Operation in Transaction MIGO




ABAP Code to SELECT data from MIGO_INIT
Related tables to MIGO_INIT
Access table MIGO_INIT




Table field list including key, data, relationships and ABAP select examples

MIGO_INIT is a standard SAP Table which is used to store Control Table for Operation in Transaction MIGO data and is available within R/3 SAP systems depending on the version and release level.

The MIGO_INIT table consists of various fields, each holding specific information or linking keys about Control Table for Operation in Transaction MIGO data available in SAP. These include REFDOC (Reference Document for MIGO Transaction), MOVEMENT (Movement Type (Inventory Management)), CURR_SET (Default settings MIGO_INIT), MIGO_MODE (Mode of MIGO transaction (goods rcpt, goods issue etc.)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MIGO_INIT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACTIONExecutable Action in Transaction MIGO GOACTIONCHAR3GOACTION
REFDOCReference Document for MIGO Transaction REFDOCCHAR3REFDOC
MOVEMENTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
CURR_SETDefault settings MIGO_INIT DEFSETTINGCHAR1XFELD
MIGO_MODEMode of MIGO transaction (goods rcpt, goods issue etc.) MIGO_MODECHAR2MIGO_MODE

Key field Non-key field



How do I retrieve data from SAP table MIGO_INIT using ABAP code

The following ABAP code Example will allow you to do a basic selection on MIGO_INIT to SELECT all data from the table
DATA: WA_MIGO_INIT TYPE MIGO_INIT.

SELECT SINGLE *
FROM MIGO_INIT
INTO CORRESPONDING FIELDS OF WA_MIGO_INIT
WHERE...

How to access SAP table MIGO_INIT

Within an ECC or HANA version of SAP you can also view further information about MIGO_INIT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!