RSDD_DELTA_PKG SAP (Delta Package Management for InfoCube Delta Write) Table details

Dictionary Type: Table
Description: Delta Package Management for InfoCube Delta Write




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




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

RSDD_DELTA_PKG is a standard SAP Table which is used to store Delta Package Management for InfoCube Delta Write data and is available within R/3 SAP systems depending on the version and release level.

The RSDD_DELTA_PKG table consists of various fields, each holding specific information or linking keys about Delta Package Management for InfoCube Delta Write data available in SAP. These include REQUID (Master data ID), PKG_ID (Natural Number), FREE (Boolean), NUM_ROWS (Natural Number).. 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 RSDD_DELTA_PKG 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
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
REQUIDMaster data ID RSSIDINT410RSSID
PKG_IDNatural Number INT4INT410INT4
FREEBoolean RS_BOOLCHAR1RS_BOOL
NUM_ROWSNatural Number INT4INT410INT4
TABLNMBW Data Manager: Table name RSDRI_TABLENAMECHAR30TABNAME
PKG_FIELDNMField name RSFIELDNMCHAR30RSFIELDNM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDD_DELTA_PKG
INTO CORRESPONDING FIELDS OF WA_RSDD_DELTA_PKG
WHERE...

How to access SAP table RSDD_DELTA_PKG

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