RSDMESC_COL_PARAMS SAP (Model Field Parameters) Structure details

Dictionary Type: Structure
Description: Model Field Parameters




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




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

RSDMESC_COL_PARAMS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Model Field Parameters" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDMESC_COL_PARAMS TYPE RSDMESC_COL_PARAMS.

The RSDMESC_COL_PARAMS table consists of various fields, each holding specific information or linking keys about Model Field Parameters data available in SAP. These include DESCRIPTION (Description), COL_NUMBER (Status Number of the Model Column), NUMERICAL (Numeric Model Field), CONTINUOUS (Function continuously contant or piecewise constant).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSDMESC_COL_PARAMS structure 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
MODEL_COLUMNModel Field Name RSDMEM_COLUMN_NAMECHAR30RSDMDM_ATTR_DBNAME
DESCRIPTIONDescription RSDMEM_LANGU_DESCRIPTIONCHAR50RSDMDM_DESC50
COL_NUMBERStatus Number of the Model Column RSDMESC_COL_NUMBERNUMC6
NUMERICALNumeric Model Field RSDMESC_PAR_NUMERICALCHAR1RSDMESCBOOL
CONTINUOUSFunction continuously contant or piecewise constant RSDMESC_PAR_CONTINUOUSCHAR1RSDMESC_PAR_CONTINUOUS
MISSING_DATATreatment of Missing Values RSDMESC_PAR_MISSING_DATACHAR1RSDMESC_PAR_MISSING_DATA
REPR_MISS_DATAParameter: Value for Missing Data RSDMESC_PAR_REPR_MISS_DATACHAR60RSCHAVL60
REPL_MISS_DATAReplace Missing Value with RSDMESC_PAR_REPL_MISS_DATACHAR60RSCHAVL60
LEFT_BORDERSmallest Value in the Area of Definition RSDMESC_PAR_LEFT_BORDERDEC20(5)
RIGHT_BORDERParameter: Highest Value of Area of Definition RSDMESC_PAR_RIGHT_BORDERDEC20(5)
NUM_OF_INTNumber of Intervals RSDMESC_PAR_NUMBER_OF_INTERVALNUMC3
EQUIDISTANTParameter: Identical Interval Length RSDMESC_PAR_EQUIDISTANT_NODESCHAR1RSDMESCBOOL
CHOOSE_NODESSelection of Nominal Values RSDMESC_PAR_CHOOSE_NODESCHAR1RSDMESC_PAR_CHOOSE_NODES
NUMBER_OF_NODESNumber of Values RSDMESC_PAR_NUMBER_CHOSEN_NODSNUMC3
PAR_IDENTITYScore = Value RSDMESC_PAR_IDENTITYCHAR1RSDMESCBOOL
DIMENSION_WEIGHTModel Field Weighting RSDMESC_PAR_DIMENSION_WEIGHTDEC10(5)
OUTLIERSOutliers RSDMESC_PAR_OUTLIERSCHAR1RSDMESC_PAR_OUTLIERS
REPL_VALUEParameter: Replace Value RSDMESC_PAR_REPLACE_VALUECHAR1RSDMESC_PAR_REPLACE_VALUE
REPL_VAL_ATRParameter: Replace Value with Attribute RSDMESC_PAR_REPL_VALUE_ATTRCHAR30RSIOBJNM
REPL_VAL_HIERParameter: Replace Value from Hierarchy RSDMESC_PAR_REPL_VALUE_HIERCHAR30RSHIENM
REPL_VAL_HIELVLParameter: Replace Value from Hierarchy RSDMESC_PAR_REPL_VALUE_HIERLVLNUMC2RSTLEVEL
IS_PREDICTIONPrediction Variable RSDMESC_PAR_IS_PREDICTIONCHAR1RSDMESCBOOL
IS_KEYParameter: Key for the Data Record? RSDMESC_PAR_IS_KEYCHAR1RSDMESCBOOL
DATAELEMENTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
EXFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
IOBJTYPEType of an InfoObject RSIOBJTPCHAR3RSIOBJTP
DATATPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
INCL_BORDERInclusion of Left or Right Border RSDMESC_PAR_INCL_BORDERCHAR1RSDMESC_PAR_INCL_BORDER
PREDFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DFLT_PART_SCOREDefault Partial Score RSDMESC_PAR_DEF_PARTIAL_SCOREDEC10(5)

Key field Non-key field



How do I retrieve data from SAP structure RSDMESC_COL_PARAMS using ABAP code?

As RSDMESC_COL_PARAMS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDMESC_COL_PARAMS as there is no data to select.

How to access SAP table RSDMESC_COL_PARAMS

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