RSDAARCHREQ SAP (BW Archiving: Archiving Request) Table details

Dictionary Type: Table
Description: BW Archiving: Archiving Request




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




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

RSDAARCHREQ is a standard SAP Table which is used to store BW Archiving: Archiving Request data and is available within R/3 SAP systems depending on the version and release level.

The RSDAARCHREQ table consists of various fields, each holding specific information or linking keys about BW Archiving: Archiving Request data available in SAP. These include DAPNAME (BW Data Archiving: Name of Archiving Process), REFERENCE_DATE (System Date), TIMESHIFT (BW Archiving: Shift to Current System Time), SHIFTUNIT (BW Archiving: Unit of Time Shift).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDAARCHREQ 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
REQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSDAREQRSSID
DAPNAMEBW Data Archiving: Name of Archiving Process RSDA_DAPNAMECHAR30RSDADAPLOCRSDA_DAPNAME
REFERENCE_DATESystem Date SYDATUMDATS8SYDATS
TIMESHIFTBW Archiving: Shift to Current System Time RSDA_TIMESHIFTINT410
SHIFTUNITBW Archiving: Unit of Time Shift RSDA_SHIFTUNITCHAR3RSDA_TIMEUNIT
ROUNDUNITBW Archiving: Unit for Rounding the Time Shift RSDA_ROUNDUNITCHAR3RSDA_TIMEUNIT
EXCLARBW Archiving: Indicator for Exclusion of Archived Areas RSDA_EXCLARCHAR1RSBOOL
FISCVARNTFiscal year variant RSFISCVARCHAR2RSFISCVAR
TIMNMBW Archiving: Characteristic for Time Slice Definition RSDA_TIMNMCHAR30RSIOBJNM
PARTNMBW Archiving. Leading Characteristic for Partitioning RSDA_PARTNMCHAR30RSIOBJNM
DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
DATA_OBJECTSAlt. Type for INT8 (-9223372036854775808..922337203685476) RSDA_INT8DEC19RSDA_INT8
RECORDSAlt. Type for INT8 (-9223372036854775808..922337203685476) RSDA_INT8DEC19RSDA_INT8
REQSIZEBW Archiving: Size of an Archiving Request in Bytes RSDA_REQSIZEDEC19RSDA_INT8
NLREQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSDANLREQRSSID
ARESREQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSDAARESREQRSSID
REQCONDSelection Condition in Open SQL RSDA_SQLCONDSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDAARCHREQ
INTO CORRESPONDING FIELDS OF WA_RSDAARCHREQ
WHERE...

How to access SAP table RSDAARCHREQ

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