RSRV_S_AGGR_INFO SAP (Structure for Class CL_RSRV_AGGR_INFO) Structure details

Dictionary Type: Structure
Description: Structure for Class CL_RSRV_AGGR_INFO




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




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

RSRV_S_AGGR_INFO 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 "Structure for Class CL_RSRV_AGGR_INFO" 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_RSRV_S_AGGR_INFO TYPE RSRV_S_AGGR_INFO.

The RSRV_S_AGGR_INFO table consists of various fields, each holding specific information or linking keys about Structure for Class CL_RSRV_AGGR_INFO data available in SAP. These include AGGRUID (Technical UID for aggregates), OBJSTAT (Object Status), FLATFL (Flag: The Aggregate is Flat), NAVATTRFL (Flag: The Aggregate Has Navigation Attributes).. 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 RSRV_S_AGGR_INFO 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
AGGRCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
AGGRUIDTechnical UID for aggregates RSDDAGGRUIDCHAR25RSDDAGGRUID_SYSUUID_25
OBJSTATObject Status RSOBJSTATCHAR3RSOBJSTAT
FLATFLFlag: The Aggregate is Flat RSRVAGGRFLATFLCHAR4Assigned to domainICON
NAVATTRFLFlag: The Aggregate Has Navigation Attributes RSRVAGGRNAVAFLCHAR4Assigned to domainICON
HIERFLFlag: The Aggregate Has Hierarchies RSRVAGGRHIERFLCHAR4Assigned to domainICON
FIXEDFLFlag: The Aggregate has Fixed Values RSRVAGGRFIXFLCHAR4Assigned to domainICON
DATECHECKDate of Last Aggregate Check RSRVAGGRDATEDATS8DATS
RECORDSFNumber of Entries in the F Table RSRVAGGRRECFINT410
RECORDSENumber of Entries in the E Table RSRVAGGRRECEINT410

Key field Non-key field



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

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

How to access SAP table RSRV_S_AGGR_INFO

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