TCORT_CODSRA SAP (Deal: Security Rate Adjustment) Table details

Dictionary Type: Table
Description: Deal: Security Rate Adjustment




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




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

TCORT_CODSRA is a standard SAP Table which is used to store Deal: Security Rate Adjustment data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_CODSRA table consists of various fields, each holding specific information or linking keys about Deal: Security Rate Adjustment data available in SAP. These include CODSRA_UUID (Correspondence object: Security Rate Adjustment UUID), CODMD_UUID (Correspondence Object Deal's main data UUID), COMPANYCODE (Company Code), DEAL_NUMBER (Position-Generating Financial Transaction).. 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_CODSRA 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
CODSRA_UUIDCorrespondence object: Security Rate Adjustment UUID FTR_CODSRAIDRAW16FTR_UUID
CODMD_UUIDCorrespondence Object Deal's main data UUID FTR_CODMDIDRAW16
COMPANYCODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
BEARER_CATSecurity Price Adjustment Category TB_SPA_BEARER_CATCHAR2T_IRA_BEARER_CAT
BEARER_IDSecurity Price Adjustment Bearer ID TB_SPA_BEARER_IDCHAR32T_IRA_BEARER_ID
CASHFLOW_IDCash flow ID TB_SPA_CASHFLOW_IDNUMC4T_IRA_CASHFLOW_ID
IRA_DATESecurity Price Fixing Date TB_SPA_DATEDATS8T_IRA_DATE
SECURITIES_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RHANDPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
SKURSARTRate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
SECURITIES_PRICEPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
SECURITIES_WAERSQuotation currency (which prices are in) VVNOTWAERSCUKY5Assigned to domainWAERS
REGI_STATEStatus of Security Price Adjustment TB_SPA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
TERM_FROMStart of Security Price Adjustment Period TB_SPA_TERM_FROMDATS8T_IRA_TERM_FROM
IRA_TRIGGERSecurity Price Adjustment Trigger TB_SPA_TRIGGERCHAR2T_IRA_TRIGGER
FIXER_NAMEEmployee ID of Person Fixing Security Price TB_SPA_FIXER_NAMECHAR12SYCHAR12
FIXING_DATESystem Date of Security Price Adjustment TB_SPA_FIXING_DATEDATS8DATUM
FIXING_TIMESystem Time of Security Price Adjustment TB_SPA_FIXING_TIMETIMS6UZEIT
ACTIVITY_STATEActivity Status of Security Price Adjustment Registration TB_SPA_ACTIVITY_STATECHAR2T_IRA_ACTIVITY_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_CODSRA
INTO CORRESPONDING FIELDS OF WA_TCORT_CODSRA
WHERE...

How to access SAP table TCORT_CODSRA

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