MWLOB_MIG_PROCES SAP (CRM Large Object Migration Process) Table details

Dictionary Type: Table
Description: CRM Large Object Migration Process




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




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

MWLOB_MIG_PROCES is a standard SAP Table which is used to store CRM Large Object Migration Process data and is available within R/3 SAP systems depending on the version and release level.

The MWLOB_MIG_PROCES table consists of various fields, each holding specific information or linking keys about CRM Large Object Migration Process data available in SAP. These include PROCESS_ID (Object type), STATUS (General flag), PROCESS_DATE (Date), PROCESS_TIME (Time).. 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: Can be enhanced (character-type)


SAP MWLOB_MIG_PROCES 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
MIGRATION_IDGUID SMOG_GUIDCHAR32SMOG_GUID
PROCESS_IDObject type SMOG_OTYPCHAR3SMOG_CHR3
STATUSGeneral flag BDM_FLAGCHAR1BDM_FLAG
PROCESS_DATEDate SMOG_DATEDATS8SMOG_DATE
PROCESS_TIMETime SMOG_TIMETIMS6SMOG_TIME
PROCESS_USERUser ID SMOG_USERCHAR32SMOG_GUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM MWLOB_MIG_PROCES
INTO CORRESPONDING FIELDS OF WA_MWLOB_MIG_PROCES
WHERE...

How to access SAP table MWLOB_MIG_PROCES

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