MWLOB_MIG_LOG SAP (CRM Large Object Migration Log) Table details

Dictionary Type: Table
Description: CRM Large Object Migration Log




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




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

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

The MWLOB_MIG_LOG table consists of various fields, each holding specific information or linking keys about CRM Large Object Migration Log data available in SAP. These include MIGRATION_ID (GUID), PROCESS_ID (Object type), LOG_TYPE (Message type: S Success, E Error, W Warning, I Info, A Abort), LOG_ID (Message Class).. 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_LOG 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
LOGIDGUID SMOG_GUIDCHAR32SMOG_GUID
MIGRATION_IDGUID SMOG_GUIDCHAR32SMOG_GUID
PROCESS_IDObject type SMOG_OTYPCHAR3SMOG_CHR3
LOG_TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
LOG_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
LOG_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
LOG_DATEDate SMOG_DATEDATS8SMOG_DATE
LOG_TIMETime SMOG_TIMETIMS6SMOG_TIME
LOG_USERUser ID SMOG_USERCHAR32SMOG_GUID
LOG_VAR1Message Variable SYMSGVCHAR50SYCHAR50
LOG_VAR2Message Variable SYMSGVCHAR50SYCHAR50
LOG_VAR3Message Variable SYMSGVCHAR50SYCHAR50
LOG_VAR4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM MWLOB_MIG_LOG
INTO CORRESPONDING FIELDS OF WA_MWLOB_MIG_LOG
WHERE...

How to access SAP table MWLOB_MIG_LOG

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