CRMCHKRUNJ SAP (Tasks/Jobs of a Check Run) Table details

Dictionary Type: Table
Description: Tasks/Jobs of a Check Run




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




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

CRMCHKRUNJ is a standard SAP Table which is used to store Tasks/Jobs of a Check Run data and is available within R/3 SAP systems depending on the version and release level.

The CRMCHKRUNJ table consists of various fields, each holding specific information or linking keys about Tasks/Jobs of a Check Run data available in SAP. These include OBJSETKIND (Check Results Management: Type of Object Set to Be Checked), OBJSETID (Check Results Management: ID of Object Set to Be Checked), CHKRUNID (Check Run ID), IDKIND (ID description).. 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 CRMCHKRUNJ 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
OBJSETKINDCheck Results Management: Type of Object Set to Be Checked CRMOBSETKICHAR1CRMOBSETKI
OBJSETIDCheck Results Management: ID of Object Set to Be Checked CRMOBSETIDNUMC4
CHKRUNIDCheck Run ID CRMRUNIDNUMC4
IDKINDID description CRMIDKINDCHAR1CRMIDKIND
IDID CRMIDCHAR10CRMID
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
APPLSERVERServer name BTCSRVNAMECHAR20TEXT20
PACKAGEIDCheck Results Management: Package ID for Object Set CRMPACKIDNUMC10
NBROBJPACKNumber of objects CRMNBROBJNUMC10
PROCSTATUSCheck Results Management: Processing Status CRMPROSTATCHAR1CRMPROSTAT
CRETSTAMPCheck Results Management: Time Stamp CRMTSTAMPNUMC14TSTAMP
PBTSTAMPCheck Results Management: Time Stamp CRMTSTAMPNUMC14TSTAMP
PETSTAMPCheck Results Management: Time Stamp CRMTSTAMPNUMC14TSTAMP
TASKKINDCheck Results Management: Task Type CRMTASKKICHAR1
PHASECheck Results Management: Processing Step CRMPHASECHAR1CRMPHASE
CLSHAREObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CURRENTIDID CRMIDCHAR10CRMID
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMECheck Results Management: Object Name in Check Object Set CRMOBJNAMCHAR48
RTTASKCheck Results Management: Runtime CRMRUNTIMEINT410
RTCHECKCheck Results Management: Runtime CRMRUNTIMEINT410
RTCOLLECTCheck Results Management: Runtime CRMRUNTIMEINT410
RESTARTLEVRestart Level CRMRSTLEVNUMC1
PREDJOBCNTJob ID BTCJOBCNTCHAR8CHAR8
NBRERRORCheck Results Management: Number of Errors CRMNBRERRNUMC10

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMCHKRUNJ
INTO CORRESPONDING FIELDS OF WA_CRMCHKRUNJ
WHERE...

How to access SAP table CRMCHKRUNJ

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