TCORITS_CHK_FLD SAP (Check Framework: Fields) Table details

Dictionary Type: Table
Description: Check Framework: Fields




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




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

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

The TCORITS_CHK_FLD table consists of various fields, each holding specific information or linking keys about Check Framework: Fields data available in SAP. These include SEQUENCE (Sequence to be checked), FIELD (Name of field in a sequence), OPT (Option of a field in SWIFT formats), PRIO (Priority of a 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: Cannot Be Enhanced

Text table = TCORITS_CHK_FLDT


SAP TCORITS_CHK_FLD 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_SEQUENCECHAR15TCORITS_CHK_SEQFTR_CHECK_SEQUENCE
FIELDName of field in a sequence FTR_CHECK_FIELDCHAR30FTR_CHECK_FIELD
OPTOption of a field in SWIFT formats FTR_SWIFT_OPTIONCHAR1
PRIOPriority of a check FTR_CHECK_PRIORITYNUMC1FTR_CHECK_PRIORITY
POSPosition of the checked object FTR_CHECK_POSITIONINT25
MINIMUMMinimum number of occurences of the field FTR_FIELD_MININT13
MAXIMUMMaximum number of occurences of the field FTR_FIELD_MAXINT13
CONTENTContent or format of the field FTR_SWIFT_CONTENTCHAR60FTR_SWIFT_FORMAT
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_FLD using ABAP code

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

SELECT SINGLE *
FROM TCORITS_CHK_FLD
INTO CORRESPONDING FIELDS OF WA_TCORITS_CHK_FLD
WHERE...

How to access SAP table TCORITS_CHK_FLD

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