RSDANLREQ SAP (BW Archiving: Nearline Object) Table details

Dictionary Type: Table
Description: BW Archiving: Nearline Object




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




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

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

The RSDANLREQ table consists of various fields, each holding specific information or linking keys about BW Archiving: Nearline Object data available in SAP. These include NLOBJECT (BW Near-Line Interface: Near-Line Object), RETCODE (Reply from Nearline Service), ARCHIVE_DOCUMENT (Archiving Session Number), REQCOND (Selection Condition in Open SQL).. 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 RSDANLREQ 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
NLOBJECTBW Near-Line Interface: Near-Line Object RSDA_NLOBJECTCHAR15RSDANLOBJ
RETCODEReply from Nearline Service RSDA_RETCODECHAR1RSDA_RETCODE
ARCHIVE_DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUNADMI_RUN
REQCONDSelection Condition in Open SQL RSDA_SQLCONDSTRG0
RECON_TIMESTMPLUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuunnn) RSDA_TIMESTMPLDEC23(9) RSDA_TIMESTMPL
NLREQ_STATUSBW Archiving: Near-Line Request Status RSDA_NLREQSTATCHAR1RSDA_NLREQSTAT
ARCHREQUID_SIDSID of Archiving or Reload Request RSDA_REQSIDINT410RSSID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDANLREQ
INTO CORRESPONDING FIELDS OF WA_RSDANLREQ
WHERE...

How to access SAP table RSDANLREQ

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