TCORIC_FILE SAP (Treasury; Messaging Interface: Configuration of File Adapter) Table details

Dictionary Type: Table
Description: Treasury; Messaging Interface: Configuration of File Adapter




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




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

TCORIC_FILE is a standard SAP Table which is used to store Treasury; Messaging Interface: Configuration of File Adapter data and is available within R/3 SAP systems depending on the version and release level.

The TCORIC_FILE table consists of various fields, each holding specific information or linking keys about Treasury; Messaging Interface: Configuration of File Adapter data available in SAP. These include CLIENT (Client), PROFILE (Correspondence Profile), USED_FORMAT (Format), PREFIX (Prefix of the filename).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TCORIC_FILE 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
PROFILECorrespondence Profile FTR_PROFILECHAR15TCORFC_PROFILEFTR_PROFILE
USED_FORMATFormat FTR_FORMATCHAR15TCORFTS_FORMATFTR_FORMAT
PREFIXPrefix of the filename FTR_PREFIXCHAR255TEXT255
USE_LOGICALUse logical folders FTR_LOGICAL_FOLDERCHAR1XFELD
FOLDER_OUT_LGCFolder out (Logical) FTR_FLDOUT_LGCCHAR30CHAR30
FOLDER_IN_LGCFolder in (Logical) FTR_FLDIN_LGCCHAR30CHAR30
FOLDER_OUTOutput folder FTR_FOLDERNAME_OUTCHAR255TEXT255
FOLDER_INImport folder FTR_FOLDERNAME_INCHAR255TEXT255
CODEPAGECodepage of the channel FTR_CODEPAGENUMC4TCP00CPCODEPAGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORIC_FILE
INTO CORRESPONDING FIELDS OF WA_TCORIC_FILE
WHERE...

How to access SAP table TCORIC_FILE

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