SWFMIG_CONTROL SAP (CONTROL TABLE FOR PROCESS MIGRATION) Table details

Dictionary Type: Table
Description: CONTROL TABLE FOR PROCESS MIGRATION




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




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

SWFMIG_CONTROL is a standard SAP Table which is used to store CONTROL TABLE FOR PROCESS MIGRATION data and is available within R/3 SAP systems depending on the version and release level.

The SWFMIG_CONTROL table consists of various fields, each holding specific information or linking keys about CONTROL TABLE FOR PROCESS MIGRATION data available in SAP. These include MIG_INS_ID (Migration Process Instance ID), STEP_NUM (STEP NUMBER), STEP_NUMBER (STEP NUMBER), STEP_NAME (step name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFMIG_CONTROL 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
CTRL_KEYPrimary key for control table SWFMIG_CTRL_KEYNUMC10SWFMIG_CTRL_KEY
MIG_INS_IDMigration Process Instance ID SWFMIG_MIG_IDNUMC10SWFMIG_MIG_ID
STEP_NUMSTEP NUMBER SWFMIG_STEP_NUMNUMC3SWFMIG_STEP_NUM
STEP_NUMBERSTEP NUMBER SWFMIG_STEP_NUMNUMC3SWFMIG_STEP_NUM
STEP_NAMEstep name SWFMIG_STEP_NAMECHAR255SWFMIG_STEP_NAME
PARENT_STEP_NUMParent step number SWFMIG_PARENT_STEP_NUMNUMC3SWFMIG_STEP_NUM
STEP_NAMEstep name SWFMIG_STEP_NAMECHAR255SWFMIG_STEP_NAME
API_CALLEDNAME OF THE API CALLED SWFMIG_API_NAMECHAR255SWFMIG_API_NAME
API_CALLEDNAME OF THE API CALLED SWFMIG_API_NAMECHAR255SWFMIG_API_NAME
STEP_STATUSSTEP STATUS SWFMIG_STEP_STATUSCHAR1SWFMIG_STEP_STATUS
CALL_TYPECALL TYPE SWFMIG_CALL_TYPECHAR1SWFMIG_CALL_TYPE
STEP_STATUSSTEP STATUS SWFMIG_STEP_STATUSCHAR1SWFMIG_STEP_STATUS
CALL_TYPECALL TYPE SWFMIG_CALL_TYPECHAR1SWFMIG_CALL_TYPE
PARENT_STEP_NUMSTEP NUMBER SWFMIG_STEP_NUMNUMC3SWFMIG_STEP_NUM
DEPENEDENT_PREDDependent Predecessor step number SWFMIG_DEP_PRED_STEP_NUMNUMC3SWFMIG_STEP_NUM
IDEMPOTENT_FLAGflag to indicate Boolean choice SWFMIG_FLAGCHAR1SWFMIG_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFMIG_CONTROL
INTO CORRESPONDING FIELDS OF WA_SWFMIG_CONTROL
WHERE...

How to access SAP table SWFMIG_CONTROL

Within an ECC or HANA version of SAP you can also view further information about SWFMIG_CONTROL 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!