CDSOLMIG_DD SAP (Change Document Objects to be Migrated) Table details

Dictionary Type: Table
Description: Change Document Objects to be Migrated




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




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

CDSOLMIG_DD is a standard SAP Table which is used to store Change Document Objects to be Migrated data and is available within R/3 SAP systems depending on the version and release level.

The CDSOLMIG_DD table consists of various fields, each holding specific information or linking keys about Change Document Objects to be Migrated data available in SAP. These include RELEASE_OLD (SAP Release), SYSID_OLD (Send externally: system ID for communications ID), RUNNR (Number of Run for Solution Migration Change Documents), USERNAME (User name of the person responsible in change document).. 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 CDSOLMIG_DD 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
MANDANT_OLDClient MANDTCLNT3Assigned to domainMANDT
RELEASE_OLDSAP Release SAPRLCHAR4SAPRL
SYSID_OLDSend externally: system ID for communications ID SO_SYSIDCHAR10SO_SYSID
RUNNRNumber of Run for Solution Migration Change Documents CDRUNNRCHAR10ALPHACDCHANGENR
USERNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
UDATECreation date of the change document CDDATUMDATS8DATUM
UTIMETime changed CDUZEITTIMS6UZEIT
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TABFDPOSPosition of the field in the table TABFDPOSNUMC4AS4POS
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
LOGFLAGIndicator for writing change documents LOGFLAGCHAR1AS4FLAG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
DATATYPEABAP/4 Dictionary: Screen data type for Screen Painter DYNPTYPECHAR4DATATYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
KOMMENTARComment COMMENTCHAR80SYCHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM CDSOLMIG_DD
INTO CORRESPONDING FIELDS OF WA_CDSOLMIG_DD
WHERE...

How to access SAP table CDSOLMIG_DD

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