RSLDPDEL SAP (BW: Selection Table for Deleting with Full Update Scheduler) Table details

Dictionary Type: Table
Description: BW: Selection Table for Deleting with Full Update Scheduler




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




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

RSLDPDEL is a standard SAP Table which is used to store BW: Selection Table for Deleting with Full Update Scheduler data and is available within R/3 SAP systems depending on the version and release level.

The RSLDPDEL table consists of various fields, each holding specific information or linking keys about BW: Selection Table for Deleting with Full Update Scheduler data available in SAP. These include OBJVERS (Object version), DELICUBE (InfoCube), LNR (Natural Number), IOBJNM (InfoObject).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSLDPDEL 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
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
DELICUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
LNRNatural Number INT4INT410INT4
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
FIELDNAMEField name RSFNMCHAR30REFNM
SIGNSelection criteria: SIGN RSSIGNCHAR1RSSIGN
OPTSelection criteria: OPTION RSOPTIONCHAR2RSOPTION
LOWSelection criteria: From value RSLOWCHAR45RSLOW
HIGHSelection criteria: To value RSHIGHCHAR45RSHIGH
KINDType of Requested Data - Also New DS Types RSBWREQUTYPECHAR1RSBWREQUTYPE
VARTYPVariable selection type. RSVARTYPCHAR1RSVARTYPD
PARTDELSingle-Character Indicator CHAR1CHAR1CHAR1
TOTALSingle-Character Indicator CHAR1CHAR1CHAR1
ALWAYSSingle-Character Indicator CHAR1CHAR1CHAR1
SELESingle-Character Indicator CHAR1CHAR1CHAR1
DEL_ISSingle-Character Indicator CHAR1CHAR1CHAR1
DEL_OLTPSOURCESingle-Character Indicator CHAR1CHAR1CHAR1
DEL_QSSingle-Character Indicator CHAR1CHAR1CHAR1
DEL_DATESingle-Character Indicator CHAR1CHAR1CHAR1
XTER2-Digit Numeric Value NUM2NUMC2NUM2
DEL_LASTSingle-Character Indicator CHAR1CHAR1CHAR1
TAGNumeric 1-character NUM1NUMC1NUM1
DEL_ROUTINESingle-Character Indicator CHAR1CHAR1CHAR1
DESCRIPTIONChar 80 CHAR80CHAR80CHAR80
NO_FILENAME_CHKSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSLDPDEL
INTO CORRESPONDING FIELDS OF WA_RSLDPDEL
WHERE...

How to access SAP table RSLDPDEL

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