VTCORT_CODIA SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VTCORT_CODIA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Change Document Structure; Generated by RSSCD000" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VTCORT_CODIA TYPE VTCORT_CODIA.

The VTCORT_CODIA table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), CODIA_UUID (Correspondence Object Deal interest rate adjustment UUID), CODMD_UUID (Correspondence Object Deal's main 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VTCORT_CODIA structure 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
CODIA_UUIDCorrespondence Object Deal interest rate adjustment UUID FTR_CODIAIDRAW16FTR_UUID
CODMD_UUIDCorrespondence Object Deal's main data UUID FTR_CODMDIDRAW16
COMPANYCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
INTADJ_TYPEInterest Rate Adjustment Category TB_IRA_BEARER_CATCHAR2T_IRA_BEARER_CAT
INTADJ_IDInterest Rate Adjustment Bearer ID TB_IRA_BEARER_IDCHAR32T_IRA_BEARER_ID
CASHFLOW_IDCash flow ID TB_IRA_CASHFLOW_IDNUMC4T_IRA_CASHFLOW_ID
INTADJ_DATEInterest Fixing Date TB_IRA_DATEDATS8T_IRA_DATE
REFERENCEReference Interest Rate TB_IRA_REFERENCECHAR10Assigned to domainZIREFKU
VALUEInterest Rate TB_IRA_VALUEDEC10(7) T_IRA_VALUE
STATEStatus of Interest Rate Adjustment TB_IRA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
START_PERIODStart of Interest Rate Adjustment Period TB_IRA_TERM_FROMDATS8T_IRA_TERM_FROM
INTADJ_TRIGGERInterest Rate Adjustment Trigger TB_IRA_TRIGGERCHAR2T_IRA_TRIGGER
USER_IDEmployee ID of Person Fixing Interest Rate TB_IRA_FIXER_NAMECHAR12SYCHAR12
SYDATESystem Date of Interest Rate Adjustment TB_IRA_FIXING_DATEDATS8DATUM
SYTIMESystem Time of Interest Rate Adjustment TB_IRA_FIXING_TIMETIMS6UZEIT
REGIACTVTSTATEActivity Status of Interest Rate Adjustment Registration TB_IRA_ACTIVITY_STATECHAR2T_IRA_ACTIVITY_STATE
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure VTCORT_CODIA using ABAP code?

As VTCORT_CODIA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VTCORT_CODIA as there is no data to select.

How to access SAP table VTCORT_CODIA

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