RSPLS_CR_PROP SAP (Characteristic Relationships: Settings) Table details

Dictionary Type: Table
Description: Characteristic Relationships: Settings




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




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

RSPLS_CR_PROP is a standard SAP Table which is used to store Characteristic Relationships: Settings data and is available within R/3 SAP systems depending on the version and release level.

The RSPLS_CR_PROP table consists of various fields, each holding specific information or linking keys about Characteristic Relationships: Settings data available in SAP. These include OBJVERS (Object version), DATETO (Characteristic Relationships: Validity Date), DATETO_OPT (Key Date Is Variable, Fixed or System Date), DATETO_VARUID (BW: Unequivocal ID in room and time (numbers and letters)).. 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 RSPLS_CR_PROP 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
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
DATETOCharacteristic Relationships: Validity Date RSPLS_CR_DATETODATS8DATS
DATETO_OPTKey Date Is Variable, Fixed or System Date RSPLS_CR_DATETOOPTCHAR1RSPLS_CR_DATETOOPT
DATETO_VARUIDBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
MAX_ROWS_CREATE Generate Combinations: Maximum Number of Combinations0
EXITCLASS_EVExit Class for Input Validation RSPLS_CR_EXIT_EVCHAR30SEOCLSNAME
SEQUENCEName (ID) of Planning Sequence RSPLS_SEQNMCHAR20RSPLS_SEQUENCERSPLS_SEQNM
DELTABoolean RS_BOOLCHAR1RS_BOOL
DELTA_ALVLPlanning: Aggregation Level RSPLS_AGGRLEVELCHAR30RSPLS_ALVLRSPLS_AGGRLEVELRSPLS_AGGRLEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSPLS_CR_PROP
INTO CORRESPONDING FIELDS OF WA_RSPLS_CR_PROP
WHERE...

How to access SAP table RSPLS_CR_PROP

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