TCORT_CODULFL SAP (Deal: Underlying Flows) Table details

Dictionary Type: Table
Description: Deal: Underlying Flows




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




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

TCORT_CODULFL is a standard SAP Table which is used to store Deal: Underlying Flows data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_CODULFL table consists of various fields, each holding specific information or linking keys about Deal: Underlying Flows data available in SAP. These include CODULFL_UUID (Deal's underlying flow UUID), CODMD_UUID (Correspondence Object Deal's main data UUID), CODUL_UUID (Correspondence object deal's underlying data UUID), COMPANYCODE (Company Code).. 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: Can be enhanced (character-type or numeric)


SAP TCORT_CODULFL 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
CODULFL_UUIDDeal's underlying flow UUID FTR_CODULFLIDRAW16FTR_UUID
CODMD_UUIDCorrespondence Object Deal's main data UUID FTR_CODMDIDRAW16
CODUL_UUIDCorrespondence object deal's underlying data UUID FTR_CODULIDRAW16FTR_UUID
COMPANYCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
UL_NUMBERNumber of Underlying Transaction FTI_RFHA_ULCHAR13Assigned to domainALPHAT_RFHA
FLOW_NOTransaction flow TB_RFHAZBNUMC4T_RFHAZB
FLOWTYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
FLOWCLASSClassification of flows and conditions TB_SBKKLASCHAR1T_SBKKLAS
FLOWCATCategory of Flows and Conditions TB_SBKTYPCHAR2Assigned to domainT_SBKTYP
FLOWDIRECTIONDirection of flow TB_SSIGNCHAR1T_SSIGN
FLOW_DIR_TRANSDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
HOUSEBANKShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
HOUSEBANKACCShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
PAYER_PAYEEPayer/payee TB_RPZAHL_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PBANKPartner bank details TB_RPBANKCHAR4BVTYP
PAYMT_TRANSPayment transaction TB_SZARTCHAR1XFELD
PAYMTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
PAYMT_METHSUPPPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
PAYMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
PAYMENT_AMTPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
PAYMENT_CURRPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
DUEDATEDue date TB_DFAELLDATS8DATUM
LOCAMOUNTPayment Amount in Local Currency TB_HWBETRCURR13(2) WERTV7
LOCRATELocal currency rate TB_KHWKURSDEC9(5) EXCRTUKURS
NO_UNITSNo. of Units for Financial Instruments TB_ASTUECKDEC15(5) ASTUECK
UNIT_CURRPrice currency TB_WPRICECUKY5Assigned to domainWAERS
CALC_DATECalculation Date DVALUTDATS8DATUM
INCL_VALInclusive indicator for value date VVSVINCLNUMC1VVSINCL
MTHEND_VALMonth-End Indicator for Value Date VVSVULTCHAR1VVSULT
ASS_NOAssignment Number DZUONRCHAR18ZUONR
LOC_CURRCurrency of Transaction FTI_WGSCHFTCUKY5Assigned to domainWAERS
QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
CONTRACT_PRICECommodity Price FTR_COMPRICEDEC13(5) FTR_COMPRICE
SPOT_PRICECommodity Spot Price FTR_COMSPOTDEC13(5) FTR_COMPRICE
CONTANGO_BACKWRDCommodity Contango / Backwardation FTR_CONBACKDEC13(5) FTR_COMPRICE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_CODULFL
INTO CORRESPONDING FIELDS OF WA_TCORT_CODULFL
WHERE...

How to access SAP table TCORT_CODULFL

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