TCORT_CODUL2FL SAP (Deal: 2nd Underlying's Flows) Table details

Dictionary Type: Table
Description: Deal: 2nd Underlying's Flows




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




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

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

The TCORT_CODUL2FL table consists of various fields, each holding specific information or linking keys about Deal: 2nd Underlying's Flows data available in SAP. These include CODUL2FL_UUID (Correspondence object deal's 2nd underlying's flow UUID), CODMD_UUID (Correspondence Object Deal's main data UUID), CODUL_UUID (Correspondence object deal's underlying data UUID), CODUL2_UUID (Correspondence object deal's 2nd underlying data UUID).. 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_CODUL2FL 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
CODUL2FL_UUIDCorrespondence object deal's 2nd underlying's flow UUID FTR_CODUL2FLIDRAW16FTR_UUID
CODMD_UUIDCorrespondence Object Deal's main data UUID FTR_CODMDIDRAW16
CODUL_UUIDCorrespondence object deal's underlying data UUID FTR_CODULIDRAW16FTR_UUID
CODUL2_UUIDCorrespondence object deal's 2nd underlying data UUID FTR_CODUL2IDRAW16FTR_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_CODUL2FL
INTO CORRESPONDING FIELDS OF WA_TCORT_CODUL2FL
WHERE...

How to access SAP table TCORT_CODUL2FL

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