MWLOB_MIG_KEYS SAP (CRM Large Object Migration Status) Table details

Dictionary Type: Table
Description: CRM Large Object Migration Status




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




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

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

The MWLOB_MIG_KEYS table consists of various fields, each holding specific information or linking keys about CRM Large Object Migration Status data available in SAP. These include TABLENAME (Repository Entity Names), TABLEKEY (GUID), SLNO (Int 4), TABLEFIELD (Repository Entity Names).. 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 or numeric)


SAP MWLOB_MIG_KEYS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TABLENAMERepository Entity Names SMOG_NAMECHAR30SMOG_CHR30
TABLEKEYGUID SMOG_GUIDCHAR32SMOG_GUID
SLNOInt 4 SMOG_INT4INT410SMOG_INT4
TABLEFIELDRepository Entity Names SMOG_NAMECHAR30SMOG_CHR30
MEMOKEYAttachment Pointer (long text data) CMW_LOB_MIG_LNGTXTCHAR34CMW_LOB_MIG_LNGTXT
STATUSGeneral flag BDM_FLAGCHAR1BDM_FLAG
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
MIG_MODEDate Element for Context menu function accelerator BDM_ACCELRCHAR1SMOG_CHR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM MWLOB_MIG_KEYS
INTO CORRESPONDING FIELDS OF WA_MWLOB_MIG_KEYS
WHERE...

How to access SAP table MWLOB_MIG_KEYS

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