DDMSCHK SAP (Structure for screen variables of mass checks) Structure details

Dictionary Type: Structure
Description: Structure for screen variables of mass checks




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




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

DDMSCHK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for screen variables of mass checks" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DDMSCHK TYPE DDMSCHK.

The DDMSCHK table consists of various fields, each holding specific information or linking keys about Structure for screen variables of mass checks data available in SAP. These include DB_NODD (With DB objects without Dictionary definition), CHK_DD_NT (Compare Dictionary with runtime object), NT_NODD (With runtime objects without Dictionary definition), ACT_DD_NT (Reactivate inconsistent runtime objects).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DDMSCHK structure 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
CHK_DD_DBCompare Dictionary with database DDMSCHK002CHAR1DDFLAG
DB_NODDWith DB objects without Dictionary definition DDMSCHK02NCHAR1DDFLAG
CHK_DD_NTCompare Dictionary with runtime object DDMSCHK003CHAR1DDFLAG
NT_NODDWith runtime objects without Dictionary definition DDMSCHK03NCHAR1DDFLAG
ACT_DD_NTReactivate inconsistent runtime objects DDMSCHK013CHAR1DDFLAG
CHK_DEPFind part. active objects DDMSCHK004CHAR1DDFLAG
ACT_DEPReactivate partially active objects DDMSCHK014CHAR1DDFLAG
CHK_NEWFind new/revised objects DDMSCHK005CHAR1DDFLAG
ACT_NEWActivate new/revised objects DDMSCHK015CHAR1DDFLAG
CHK_ACTTest activation DDMSCHK006CHAR1DDFLAG
CHK_COMCheck component separation DDMSCHK016CHAR1DDBOOL
NOTESTDEVCWithout Test Packages DDMSCHK040CHAR1DDFLAG
APPLSplit by package DDMSCHK007CHAR60CHAR60
WEEKENDWeek mode DDMSCHK001CHAR1DDFLAG
WKREFDAYReference day for weekly mode DDMSCHK037CHAR1DDMSCHK037
WKREFTIMEReference time for weekly mode DDMSCHK038TIMS6AS4TIME
MISSINGFlag if only missing checks should be performed DDMSCHK036CHAR1XFELD
EXTERNAL Space: Interactive Scheduling, X: External Scheduling with P0
RESPERCResources in percent of the available work processes DDRESPERCINT410
MAXTASKSMaximum number of parallel tasks DDMAXTASKSINT410
JOB_DIFFPostpone start time for consecutive jobs DDMSCHK020NUMC3NUMC3
JOB_DATEStart date of first job to be scheduled DDMSCHK021DATS8AS4DATE
JOB_TIMEStart time of first job to be scheduled DDMSCHK022TIMS6AS4TIME
IMMEDIATEImmediate start of check job DDMSCHK039CHAR1
RES_TODOEdit test activation for transaction TODO DDMSCHK030CHAR1DDFLAG
RES_MLPSend results to mail system MLP DDMSCHK031CHAR1DDFLAG
RES_MLPUSRMLP user to whom results are sent DDMSCHK032CHAR10CHAR10
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
PURIFY1Generate object list and start clean-up immediately DDMSCHK033CHAR1DDFLAG
PURIFY2Generate only the object list DDMSCHK034CHAR1DDFLAG
PURIFY3Clean-up with existing object list DDMSCHK035CHAR1DDFLAG

Key field Non-key field



How do I retrieve data from SAP structure DDMSCHK using ABAP code?

As DDMSCHK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DDMSCHK as there is no data to select.

How to access SAP table DDMSCHK

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