TCORITS_CHK_FLDT SAP (Check Framework: Fields - Text table) Table details

Dictionary Type: Table
Description: Check Framework: Fields - Text table




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




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

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

The TCORITS_CHK_FLDT table consists of various fields, each holding specific information or linking keys about Check Framework: Fields - Text table 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), LANGUAGE (Language Key).. 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 for: TCORITS_CHK_FLD


SAP TCORITS_CHK_FLDT 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_FIELDCHAR30TCORITS_CHK_FLDFTR_CHECK_FIELD
OPTOption of a field in SWIFT formats FTR_SWIFT_OPTIONCHAR1TCORITS_CHK_FLD
LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DESCRShort description FTR_DESCRIPTIONCHAR60FTR_SHORT_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORITS_CHK_FLDT
INTO CORRESPONDING FIELDS OF WA_TCORITS_CHK_FLDT
WHERE...

How to access SAP table TCORITS_CHK_FLDT

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