RSDA_S_REQ SAP (x) Structure details

Dictionary Type: Structure
Description: x




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




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

RSDA_S_REQ 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 "x" 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_RSDA_S_REQ TYPE RSDA_S_REQ.

The RSDA_S_REQ table consists of various fields, each holding specific information or linking keys about x data available in SAP. These include REQUID_SID (SID of Archiving or Reload Request), REQTYPE (Request Type), ICON_LOGSTATE (BW Archiving: Status of Logging), ICON_LOCKED (BW Archiving: Data Area of Request Is Locked).. 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 RSDA_S_REQ 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
DAPNAMEBW Data Archiving: Name of Archiving Process RSDA_DAPNAMECHAR30RSDA_DAPNAME
REQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSSID
REQTYPERequest Type RSDA_REQTYPECHAR4RSDA_REQTYPE
ICON_LOGSTATEBW Archiving: Status of Logging RSDA_ICON_LOGSTATECHAR4RSDA_ICON_TRAFFICLIGHT
ICON_LOCKEDBW Archiving: Data Area of Request Is Locked RSDA_ICON_LOCKEDCHAR40RSICON
ICON_COPYSTATEBW Archiving: Status of Copy Phase RSDA_ICON_COPYSTATECHAR4RSDA_ICON_TRAFFICLIGHT
ICON_VERISTATEBW Archiving: Status of the Verification Phase RSDA_ICON_VERISTATCHAR4RSDA_ICON_TRAFFICLIGHT
ICON_DELESTATEBW Archiving: Status of Deletion Phase RSDA_ICON_DELESTATCHAR4RSDA_ICON_TRAFFICLIGHT
ICON_TOTALSTATEBW Archiving: Overall Status of Request RSDA_ICON_TOTALSTATCHAR4RSDA_ICON_TRAFFICLIGHT
TIMESTAMP_LONGUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) RSTIMESTMPLDEC21(7) TZNTSTMPL
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
REQSTATBW Archiving: Status of Archiving-/Reload Request RSDA_REQSTATNUMC2RSDA_REQSTAT
REQUIDBW Archiving: Request ID RSDA_REQUESTCHAR30RSREQUEST
DATA_PACKAGESNatural Number INT4INT410INT4
DATA_OBJECTSAlt. Type for INT8 (-9223372036854775808..922337203685476) RSDA_INT8DEC19RSDA_INT8
REQSIZEBW Archiving: Size of an Archiving Request in Bytes RSDA_REQSIZEDEC19RSDA_INT8
REQCONDSelection Condition in Open SQL RSDA_SQLCONDSTRG0
ARCHREQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSSID
R_REQSET 0

Key field Non-key field



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

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

How to access SAP table RSDA_S_REQ

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