RSDDS_S_AGGRSTATE SAP (Status of the Aggregates in the Change Run / Roll Up) Structure details

Dictionary Type: Structure
Description: Status of the Aggregates in the Change Run / Roll Up




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




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

RSDDS_S_AGGRSTATE 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 "Status of the Aggregates in the Change Run / Roll Up" 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_RSDDS_S_AGGRSTATE TYPE RSDDS_S_AGGRSTATE.

The RSDDS_S_AGGRSTATE table consists of various fields, each holding specific information or linking keys about Status of the Aggregates in the Change Run / Roll Up data available in SAP. These include AGGRCUBE (InfoCube), INFOCUBE (InfoCube), PARENTUID (Technical UID for aggregates), CHGMODE (BW Statistics: Change Mode for an Aggregate).. 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 (Deep)


SAP RSDDS_S_AGGRSTATE 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
AGGRUIDTechnical UID for aggregates RSDDAGGRUIDCHAR25RSDDAGGRUID_SYSUUID_25
AGGRCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
PARENTUIDTechnical UID for aggregates RSDDAGGRUIDCHAR25RSDDAGGRUID_SYSUUID_25
CHGMODEBW Statistics: Change Mode for an Aggregate RSDDKCHGMODECHAR1RSDDKCHGMODE
RNSID_TOMaster data ID RSSIDINT410RSSID
CHECKAGGRIs CheckAggr (= 'A') RSDDAGGRCHECKCHAR1RS_BOOL
PROCESSNatural Number INT4INT410INT4
READYBoolean RS_BOOLCHAR1RS_BOOL
ERRORBoolean RS_BOOLCHAR1RS_BOOL
WEIGHTNatural Number INT4INT410INT4
CHECKMODECheck Mode for Aggregates ('A', 'Q' or 'C') RSDDAGGRCHECKMODECHAR1RSDDAGGRCHECKMODE
BLOCKSIZEBlock Size for Building Aggregate RSBLOCKSIZEINT410INT4
PARAMETERSField to Transfer Parameters for Background Processes RSDDSPARAMETERRSTR0

Key field Non-key field



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

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

How to access SAP table RSDDS_S_AGGRSTATE

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