TCORITS_CHK_SEQ SAP (Check Framework: Sequences) Table details

Dictionary Type: Table
Description: Check Framework: Sequences




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




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

TCORITS_CHK_SEQ is a standard SAP Table which is used to store Check Framework: Sequences data and is available within R/3 SAP systems depending on the version and release level.

The TCORITS_CHK_SEQ table consists of various fields, each holding specific information or linking keys about Check Framework: Sequences data available in SAP. These include SEQUENCE (Sequence to be checked), PRIO (Priority of a check), PARENT (Parent of the sequence), POS (Position of the checked object).. 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 or numeric)

Text table = TCORITS_CHK_SEQT


SAP TCORITS_CHK_SEQ 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
USED_FORMATFormat FTR_FORMATCHAR15TCORFTS_FORMATFTR_FORMAT
SEQUENCESequence to be checked FTR_CHECK_SEQUENCECHAR15FTR_CHECK_SEQUENCE
PRIOPriority of a check FTR_CHECK_PRIORITYNUMC1FTR_CHECK_PRIORITY
PARENTParent of the sequence FTR_SEQ_PARENTCHAR15TCORITS_CHK_SEQFTR_CHECK_SEQUENCE
POSPosition of the checked object FTR_CHECK_POSITIONINT25
MINIMUMMinimum number of occurences of the sequence FTR_SEQ_MININT13
MAXIMUMMaximum number of occurences of the sequence FTR_SEQ_MAXINT13
CALL_EXITExit is to be called for the check FTR_CHECK_EXITCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORITS_CHK_SEQ
INTO CORRESPONDING FIELDS OF WA_TCORITS_CHK_SEQ
WHERE...

How to access SAP table TCORITS_CHK_SEQ

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