RSDDICREPARTREQ SAP (Parameter for a Repartitioning Request) Table details

Dictionary Type: Table
Description: Parameter for a Repartitioning Request




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




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

RSDDICREPARTREQ is a standard SAP Table which is used to store Parameter for a Repartitioning Request data and is available within R/3 SAP systems depending on the version and release level.

The RSDDICREPARTREQ table consists of various fields, each holding specific information or linking keys about Parameter for a Repartitioning Request data available in SAP. These include REQTYPE (), IPRONM (InfoProvider), STATUS (Single-Character Indicator), OLD_PART_OBJNM (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSDDICREPARTREQ 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
REQNORequest Unique ID Used in Monitoring RSMRT_MONREQNOCHAR32CHAR32
REQTYPE 0
IPRONMInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
OLD_PART_OBJNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
OLD_PART_FLDNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
OLD_PARTVL_FROMLower limit (partitioning value) RSPARTVL_FROMCHAR10RSPARTVL
OLD_PARTSID_FROMMaster data ID RSSIDINT410RSSID
OLD_PARTVL_TOUpper Limit (Partitioning Value) RSPARTVL_TOCHAR10RSPARTVL
OLD_PARTSID_TOMaster data ID RSSIDINT410RSSID
NEW_PART_OBJNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
NEW_PART_FLDNM30 Characters CHAR30CHAR30CHAR30
NEW_PARTVL_FROMLower limit (partitioning value) RSPARTVL_FROMCHAR10RSPARTVL
NEW_PARTSID_FROMMaster data ID RSSIDINT410RSSID
NEW_PARTVL_TOUpper Limit (Partitioning Value) RSPARTVL_TOCHAR10RSPARTVL
NEW_PARTSID_TOMaster data ID RSSIDINT410RSSID
MAX_PART_CNTMaximum number of partitions RSPARTMAXCNTINT410
ACT_AGGRSingle-Character Indicator CHAR1CHAR1CHAR1
DB_PARAMS 0
FFACT_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FSHD_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
EFACT_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
ESHD_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
ODS_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
ODSSHD_TBLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CUBETYPEInfoProvider Type RSCUBETYPECHAR1RSCUBETYPE
RUNTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LAST_RUNTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOG 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDICREPARTREQ
INTO CORRESPONDING FIELDS OF WA_RSDDICREPARTREQ
WHERE...

How to access SAP table RSDDICREPARTREQ

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