TCORT_CODOC SAP (Treasury correspondence: Attached documents) Table details

Dictionary Type: Table
Description: Treasury correspondence: Attached documents




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




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

TCORT_CODOC is a standard SAP Table which is used to store Treasury correspondence: Attached documents data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_CODOC table consists of various fields, each holding specific information or linking keys about Treasury correspondence: Attached documents data available in SAP. These include CO_UUID (Correspondence Object UUID), DOC_ID (Document number), DOC_NAME (TCO: Name of Document), DOC_TYP (Document Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCORT_CODOC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CO_UUIDCorrespondence Object UUID FTR_COIDRAW16
DOC_IDDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOC_NAMETCO: Name of Document FTR_DOCNAMECHAR255TEXT255
DOC_TYPDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOC_CRUSEREntered by FTR_CRUSERCHAR12Assigned to domainFTR_USERNAMEUSER_COMP
DOC_CRDATEEntered On TB_DCRDATDATS8DATUM
DOC_CRTIMEEntry Time TB_TCRTIMTIMS6UZEIT
MAIN_DOCUMENTIs main message document FTR_MAINDOC_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_CODOC
INTO CORRESPONDING FIELDS OF WA_TCORT_CODOC
WHERE...

How to access SAP table TCORT_CODOC

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