RSDD_SX_READ_REQUEST SAP (A Request for the Data Manager) Structure details

Dictionary Type: Structure
Description: A Request for the Data Manager




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




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

RSDD_SX_READ_REQUEST 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 "A Request for the Data Manager" 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_RSDD_SX_READ_REQUEST TYPE RSDD_SX_READ_REQUEST.

The RSDD_SX_READ_REQUEST table consists of various fields, each holding specific information or linking keys about A Request for the Data Manager data available in SAP. These include CGID (Partitioning Group Regarding Cache), NCUM (Non-Cumulative), SFC (), SFK ().. 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: Cannot Be Enhanced


SAP RSDD_SX_READ_REQUEST 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
READ_IDRead Access ID RSD_READ_IDINT410INT4
CGIDPartitioning Group Regarding Cache RRCGIDINT410INT4
NCUMNon-Cumulative RRNCUMCHAR1RS_BOOL
SFC 0
SFK 0
SELDR 0
FF 0
RTIME 0
PROV_RQ 0
MPR 0
XFEMSBit String of Affected FEMS RRXFEMSRSTR0
MINMAX 0
NCUMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
MINMaster data ID RSSIDINT410RSSID
MAXMaster data ID RSSIDINT410RSSID
XWGRBit String of Affected Value Groups RRXWGRRSTR0
ONLYKEYSSP only contains keys and no data containers RRONLYKEYSCHAR1RS_BOOL
CUDIMThe artificial characteristic 1CUDIM is in the drilldown RRCUDIMCHAR1RS_BOOL
CHANMID_XFEMS 0
SELDR_S 0
PARTNMName of an OLAP Data Partition RRPARTNMCHAR10CHAR10
R_PARTITION 0
IGNORE_VALTABValidity Table Does not Need to be Considered RRNOINTERSECTCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSDD_SX_READ_REQUEST

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