RCNDAT SAP (Date Overview Filter) Structure details

Dictionary Type: Structure
Description: Date Overview Filter




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




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

RCNDAT 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 "Date Overview Filter" 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_RCNDAT TYPE RCNDAT.

The RCNDAT table consists of various fields, each holding specific information or linking keys about Date Overview Filter data available in SAP. These include ACTUAL (Display actual dates), ESTIMATE (Disply forecast dates), PLANNED (Display planned dates), BUDGET_LOW (Baseline date).. 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: Not classified


SAP RCNDAT 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
BUDGETDisplay baseline date CN_BUDGETCHAR1XFELD
ACTUALDisplay actual dates CN_ACTUALCHAR1XFELD
ESTIMATEDisply forecast dates CN_ESTIMATECHAR1XFELD
PLANNEDDisplay planned dates CN_PLANCHAR1XFELD
BUDGET_LOWBaseline date CN_BUD_DATEDATS8DATS
BUDGET_HIGHField of type DATS DATSDATS8DATS
ACTUAL_LOWActual date CN_ACT_DATEDATS8DATS
ACTUAL_HIGHField of type DATS DATSDATS8DATS
ESTIM_LOWForecast date CN_EST_DATEDATS8DATS
ESTIM_HIGHField of type DATS DATSDATS8DATS
PLANNED_LOWPlanned date CN_PLN_DATEDATS8DATS
PLANNED_HIGHField of type DATS DATSDATS8DATS
STATUS_LOWStatus of event in monitoring dates CN_TMSTACHAR2TCNTM04CN_TMSTA
STATUS_HIGHStatus of event in monitoring dates CN_TMSTACHAR2TCNTM04CN_TMSTA
ACT_GT_BUDGFilter for: Actual date later than baseline date CN_AGBCHAR1XFELD
ACT_GT_PLANFilter for: Actual date later than planned date CN_AGPCHAR1XFELD
ESTIM_GT_BUDGFilter for: Forecast date after baseline date CN_EGBCHAR1XFELD
ESTIM_GT_PLANFilter for: Forecast date later than planned date CN_EGPCHAR1XFELD
SCHED_BIndicator for backwards scheduling CN_SCHEDBCHAR1XFELD
SCHED_FIndicator for forward scheduling CN_SCHEDFCHAR1XFELD
DISPLAY_SCHEDIndicator for displaying scheduling parameters CN_D_SCHEDCHAR1XFELD
SCHED_PLANSchedule planned dates CN_SCHEDPLANCHAR1XFELD
SCHED_BASESchedule baseline CN_SCHEDBASECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCNDAT

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