DCDOMACHK SAP (DD: Check string for domain activation program) Structure details

Dictionary Type: Structure
Description: DD: Check string for domain activation program




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




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

DCDOMACHK 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 "DD: Check string for domain activation program" 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_DCDOMACHK TYPE DCDOMACHK.

The DCDOMACHK table consists of various fields, each holding specific information or linking keys about DD: Check string for domain activation program data available in SAP. These include SAANAME (DD: Check of name of a DD object for SAA norm), NAMESPACE (DD: Check for correct specification of a namespace), DDTYPENAME (Check for conflict with name of a built-in DD type), PROTECTDOM (DD: Checks for attributes of protected domains).. 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: Cannot Be Enhanced


SAP DCDOMACHK 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_IDDD: Check string ID DCDOMA0501NUMC3DCDOMA0200
SAANAMEDD: Check of name of a DD object for SAA norm DCSAANAMECHAR6DD_CHECK
NAMESPACEDD: Check for correct specification of a namespace DCNAMSPACECHAR6DD_CHECK
DDTYPENAMECheck for conflict with name of a built-in DD type DCDDTYPNAMCHAR6DD_CHECK
PROTECTDOMDD: Checks for attributes of protected domains DCDOMA0033CHAR6DD_CHECK
ACTFLAGDD: Check: Valid values in ACTFLAG DCDOMA0008CHAR6DD_CHECK
VALEXIDD: Check: Valid values in VALEXI flag DCDOMA0016CHAR6DD_CHECK
TYPEXISTSDD: Check: Specified data type exists DCDOMA0002CHAR6DD_CHECK
NOTVARCDD: Check: Data type VARC when changing/creating a domain DCDOMA0001CHAR6DD_CHECK
NOTTMSTDD: Check: Data type TMST for changing/creating a domain DCDOMA0018CHAR6DD_CHECK
TYPLENDD: Check: Number of positions appropriate for data type DCDOMA0004CHAR6DD_CHECK
TYPDBLENDD: Check: Number of places appropriate for data type in DB DCDOMA0007CHAR6DD_CHECK
TYPDECIMALDD: Check: Number of decimal places appropriate DCDOMA0005CHAR6DD_CHECK
OUTPUTLENDD: Check: Output lenth approp. for data ty., no. of pos... DCDOMA0009CHAR6DD_CHECK
MAXOUTPLENDD: Check: Max. output length on screens exceeded DCDOMA0032CHAR6DD_CHECK
LOWERCASEDD: Check: Lowercase flag appropriate for data type DCDOMA0013CHAR6DD_CHECK
TYPSIGNDD: Check: Sign appropriate for data type DCDOMA0006CHAR6DD_CHECK
CONVPERMITDD: Check if conversion routine is valid DCDOMA0029CHAR6DD_CHECK
CONVEXITDD: check if conversion routine exists DCDOMA0027CHAR6DD_CHECK
OUTPUTSTYLEDD: Check if output style correctly maintained (type values) DCDOMA0036CHAR6DD_CHECK
FVALPERMITDD: Check: Fixed value definition allowed for the data type DCDOMA0020CHAR6DD_CHECK
FVINPUTCHKDD: Check if data type with input check on mask DCDOMA0023CHAR6DD_CHECK
LANGU_FVALDD: Check on language-dependent fixed values DCDOMA0019CHAR6DD_CHECK
FIXVALTYPEDD: Check: Fixed values (data type, number of positions, ..) DCDOMA0010CHAR6DD_CHECK
DOUBLEFVALDD: Check for duplicate single fixed values / limits DCDOMA0021CHAR6DD_CHECK
BOUNDARIESDD: Check the fixed value lower and upper limit DCDOMA0022CHAR6DD_CHECK
FVDISJUNCTDD: Check: disjunct values + ranges for fixed values DCDOMA0017CHAR6DD_CHECK
EBCDICFVALDD: Check fixed value ranges regarding EBCDIC sequence DCDOMA0024CHAR6DD_CHECK
FVALEXAPPDD: Check for existing fixed values for fixed value append DCDOMA0034CHAR6DD_CHECK
PACKAGECHKDD: Package Check DCDOMA0035CHAR6DD_CHECK
VTABPERMITDD: Check if definition of value table is valid DCDOMA0031CHAR6DD_CHECK
VTABCLASSDD: Check: Does the value table have the correct table cat. DCDOMA0025CHAR6DD_CHECK
VTABKEYDOMDD: Check: Key domain/data element of value table DCDOMA0011CHAR6DD_CHECK
VTABDOMDD: Check: Value table for several domains/data elements DCDOMA0012CHAR6DD_CHECK
VTABCHANGEDD: Was the value table changed DCDOMA0026CHAR6DD_CHECK

Key field Non-key field



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

As DCDOMACHK 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 DCDOMACHK as there is no data to select.

How to access SAP table DCDOMACHK

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