CRMC_SAF_DT SAP (SAF: Check configuration for diagnosis tool) Table details

Dictionary Type: Table
Description: SAF: Check configuration for diagnosis tool




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




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

CRMC_SAF_DT is a standard SAP Table which is used to store SAF: Check configuration for diagnosis tool data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_SAF_DT table consists of various fields, each holding specific information or linking keys about SAF: Check configuration for diagnosis tool data available in SAP. These include CHECK_NAME (SAF: Diagnosis check name), CHECK_TYPE (SAF: Diagnosis check type), CHECK_DAY (SAF: Days for routine diagnosis check), CHECK_HOUR (SAF: Scheduled hour for routine check).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CRMC_SAF_DT_T


SAP CRMC_SAF_DT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CHECK_NAMESAF: Diagnosis check name CRMT_SAF_PROBE_NAMECHAR30CRM_SAF_PROBE_NAME
CHECK_TYPESAF: Diagnosis check type CRMT_SAF_PROBE_TYPECHAR1CRM_SAF_PROBE_TYPE
CHECK_DAYSAF: Days for routine diagnosis check CRMT_SAF_PROBE_CHECK_DAYNUMC3CRM_SAF_PROBE_CHECK_DAY
CHECK_HOURSAF: Scheduled hour for routine check CRMT_SAF_PROBE_CHECK_HOURNUMC2CRM_SAF_PROBE_CHECK_HOUR
CHECK_MINSAF: Minutes for routine diagnosis check CRMT_SAF_PROBE_CHECK_MINNUMC2CRM_SAF_PROBE_CHECK_MIN
FLAG_CRITICALCritical Check CRMT_SAF_PROBE_CRITICALCHAR1BOOLEAN
FLAG_INSTALLInstallation Check CRMT_SAF_PROBE_INSTALLCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_SAF_DT
INTO CORRESPONDING FIELDS OF WA_CRMC_SAF_DT
WHERE...

How to access SAP table CRMC_SAF_DT

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