RSZWMDPARAMCONSR SAP (BW Web Metadata: Parameter constraints) Table details

Dictionary Type: Table
Description: BW Web Metadata: Parameter constraints




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




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

RSZWMDPARAMCONSR is a standard SAP Table which is used to store BW Web Metadata: Parameter constraints data and is available within R/3 SAP systems depending on the version and release level.

The RSZWMDPARAMCONSR table consists of various fields, each holding specific information or linking keys about BW Web Metadata: Parameter constraints data available in SAP. These include MDITEMNAME (BW Web Metadata: Template Item Name), VERSION (BW Web Metadata: Version), OBJVERS (Object version), CHECKORDER (Parameter Display Order).. 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 RSZWMDPARAMCONSR 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
NAMESPACEPREFIXNamespace Prefix ( Namespace defined in RSZWTEMITEM) RSZWNAMESPACEPREFIXCHAR2
MDITEMNAMEBW Web Metadata: Template Item Name RSZWMDITEMNAMECHAR30RSZWOBJID
VERSIONBW Web Metadata: Version RSZWVERS3NUMC3RSZWVERS3
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
CHECKORDERParameter Display Order RSZWDISPLAYORDERINT410
PARENTPARAMNAMETechnical Name of a Parameter RSZWPARAMIDCHAR30RSZWOBJID
TARGETPARAMNAMETechnical Name of a Parameter RSZWPARAMNAMECHAR30RSZWOBJID
TARGETPARVALUETechnical Name of a Parameter RSZWPARAMNAMECHAR30RSZWOBJID
SOURCEPARAMNAMEBW Web Metadata: Parameter Pseudo X-Path Expression RSZWPARAMPXPATHCHAR255
SOURCEPARAMVALUETechnical Name of a Parameter RSZWPARAMNAMECHAR30RSZWOBJID
NEWPARAMVALUETechnical Name of Object RSZWOBJIDCHAR30RSZWOBJID
CHKACTIONBW Web Metadata: Parameteraconstraint Action RSZWPARAMCONSTRACTIONCHAR8RSZWPARAMCONSTRACTION
MSGTYPESingle-Character Indicator CHAR1CHAR1CHAR1
MSGCLASSApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
FIXTRANSFORMTechnical Name of Object RSZWOBJIDCHAR30RSZWOBJID
DISPLAYPRIOParameter Display Order RSZWDISPLAYORDERINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSZWMDPARAMCONSR
INTO CORRESPONDING FIELDS OF WA_RSZWMDPARAMCONSR
WHERE...

How to access SAP table RSZWMDPARAMCONSR

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