CDSOLMIG_HDR SAP (CDHDR Entries Transferred Through Solution Manager) Table details

Dictionary Type: Table
Description: CDHDR Entries Transferred Through Solution Manager




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




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

CDSOLMIG_HDR is a standard SAP Table which is used to store CDHDR Entries Transferred Through Solution Manager data and is available within R/3 SAP systems depending on the version and release level.

The CDSOLMIG_HDR table consists of various fields, each holding specific information or linking keys about CDHDR Entries Transferred Through Solution Manager data available in SAP. These include MANDANT_READ (Client), OBJECTCLAS (Object class), OBJECTID (Object value), CHANGENR_READ (Document change number).. 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_HDR 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
MANDANTClient MANDTCLNT3Assigned to domainMANDT
MANDANT_READClient MANDTCLNT3Assigned to domainMANDT
OBJECTCLASObject class CDOBJECTCLCHAR15ALPHAOBJECTCL
OBJECTIDObject value CDOBJECTVCHAR90CHAR90
CHANGENR_READDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
LANGU_READLanguage Key LANGULANG1Assigned to domainISOLASPRAS
VERSION_READ3-Byte field CHAR3CHAR3CHAR3
RELEASE_READSAP Release SAPRLCHAR4SAPRL
SYSID_READSend externally: system ID for communications ID SO_SYSIDCHAR10SO_SYSID
USERNAME_READUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
UDATE_READCreation date of the change document CDDATUMDATS8DATUM
UTIME_READTime changed CDUZEITTIMS6UZEIT
RUNNR_READNumber of Run for Solution Migration Change Documents CDRUNNRCHAR10ALPHACDCHANGENR
CHANGENR_WRITEDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
LANGU_WRITELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VERSION_WRITE3-Byte field CHAR3CHAR3CHAR3
USERNAME_WRITEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
UDATE_WRITECreation date of the change document CDDATUMDATS8DATUM
UTIME_WRITETime changed CDUZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CDSOLMIG_HDR
INTO CORRESPONDING FIELDS OF WA_CDSOLMIG_HDR
WHERE...

How to access SAP table CDSOLMIG_HDR

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