RSDDAGGRCHECKDIR SAP (Management Table for the Aggregate Check) Table details

Dictionary Type: Table
Description: Management Table for the Aggregate Check




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




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

RSDDAGGRCHECKDIR is a standard SAP Table which is used to store Management Table for the Aggregate Check data and is available within R/3 SAP systems depending on the version and release level.

The RSDDAGGRCHECKDIR table consists of various fields, each holding specific information or linking keys about Management Table for the Aggregate Check data available in SAP. These include INFOCUBE (InfoCube), AGGRCUBE (InfoCube), CHECKMODE (Check Mode for Aggregates ('A', 'Q' or 'C')), CHECKTIME (When Automatic Aggregate Check is Executed).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDDAGGRCHECKDIR 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
CHECKIDCheckID for the Aggregate Check RSDDAGGRCHECKIDINT410RSDDAGGRCHECKID
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
AGGRCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
CHECKMODECheck Mode for Aggregates ('A', 'Q' or 'C') RSDDAGGRCHECKMODECHAR1RSDDAGGRCHECKMODE
CHECKTIMEWhen Automatic Aggregate Check is Executed RSDDAGGRCHECKTIMECHAR10CHAR10
CHECKAGGRInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
TSTPNMLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
BLOCKSIZENatural Number INT4INT410INT4
PARALLELBoolean RS_BOOLCHAR1RS_BOOL
LOCKSBoolean RS_BOOLCHAR1RS_BOOL
ABORTBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDAGGRCHECKDIR
INTO CORRESPONDING FIELDS OF WA_RSDDAGGRCHECKDIR
WHERE...

How to access SAP table RSDDAGGRCHECKDIR

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