TCORS_CODDP_INCL SAP (Treasury Correspondence: Dividend plan data (-> LDB)) Structure details

Dictionary Type: Structure
Description: Treasury Correspondence: Dividend plan data (-> LDB)




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




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

TCORS_CODDP_INCL 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 "Treasury Correspondence: Dividend plan data (-> LDB)" 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_TCORS_CODDP_INCL TYPE TCORS_CODDP_INCL.

The TCORS_CODDP_INCL table consists of various fields, each holding specific information or linking keys about Treasury Correspondence: Dividend plan data (-> LDB) data available in SAP. These include RFHA (Financial Transaction), RFHAZU (Transaction activity), ID_NO (Dividend ID), DIVALUE_FL (Indicator: Data for Value Flow or Dividend Plan).. 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 TCORS_CODDP_INCL 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
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

Key field Non-key field



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

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

How to access SAP table TCORS_CODDP_INCL

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