VTCORT_CODDP 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_CODDP
Related tables to VTCORT_CODDP
Access table VTCORT_CODDP




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

VTCORT_CODDP 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_CODDP TYPE VTCORT_CODDP.

The VTCORT_CODDP 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), CODDP_UUID (Correspondence Object: Deal Dividend Plan UUID), CODMD_UUID (Correspondence Object Deal's main data UUID), BUKRS (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_CODDP 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
CODDP_UUIDCorrespondence Object: Deal Dividend Plan UUID FTR_CODDPIDRAW16FTR_UUID
CODMD_UUIDCorrespondence Object Deal's main data UUID FTR_CODMDIDRAW16
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
ID_NODividend ID TB_DIVNONUMC2Assigned to domainT_DIVNO
DIVALUE_FLIndicator: Data for Value Flow or Dividend Plan TB_DIVALUEFLCHAR1T_DIVALUEFL
SCH_DATEPlanned Dividend Date TB_SCHDATEDATS8DATUM
SCH_DIVIDENDPlanned Dividend Amount TB_SCHDIVIDENDDEC15(6) VVPKTKUR
SCH_CURRENCYPlanned Dividend Currency TB_SCHCURRCUKY5Assigned to domainWAERS
ACT_DATEActual Dividend Date TB_ACTUDATEDATS8DATUM
ACT_DIVIDENDActual Dividend Amount TB_ACTDIVIDENDDEC15(6) VVPKTKUR
ACT_CURRENCYActual Dividend Currency TB_ACTCURRCUKY5Assigned to domainWAERS
STATUSDividend Status TB_DIVSTATUSCHAR1T_DIVSTATUS
VALUE_DATEValue Flow Date TB_VALUEDATEDATS8DATUM
VALUE_AMTValue Flow Amount TB_VALUEAMTDEC15(6) VVPKTKUR
VALUE_CURRValue Flow Currency TB_VALUECURRCUKY5Assigned to domainWAERS
VALUE_CATDirection of flow TB_SSIGNCHAR1T_SSIGN
VALUE_TEXTText (30 Characters) TEXT30CHAR30TEXT30
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

As VTCORT_CODDP 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_CODDP as there is no data to select.

How to access SAP table VTCORT_CODDP

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