RSDVUNI SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

RSDVUNI is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The RSDVUNI table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OBJVERS (Object version), CHABASNM (Reference characteristic), BCHREFFL (Characteristic references another basic characteristic(flag)), UNITP (Unit type).. 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 RSDVUNI table view 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
UNINMUnit InfoObject (currency/unit) RSUNINMCHAR30RSDIOBJRSIOBJNM
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
CHABASNMReference characteristic RSCHABASNMCHAR30RSCHABASNM
BCHREFFLCharacteristic references another basic characteristic(flag) RSBCHREFFLCHAR1XFELD
UNITPUnit type RSUNITPCHAR3RSUNITP
CMPSTACompound status RSCMPSTACHAR1RSCMPSTA
CHAPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
CHANAVNavigation Indicator for Characteristics and Units RSCHANAVCHAR1RSCHANAV
CHASELSelection restriction for characteristics RSCHASELCHAR1RSCHASEL
TXTDEFBusiness Explorer Description RSTXTDEFCHAR1RSTXTDEF
DATATPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
INTLENInternal Length of InfoObjects in BW - see Docu RSDINTLENNUMC6DDLENG
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
BOR_OBJTYPObject Type SWO_OBJTYPCHAR10OJ_NAMEOBJ
CHATPCharacteristc Type Based on Master Data Access RSCHATPCHAR3RSCHATP
MDRCLNMName of Master Data Read Class RSMDCLNMCHAR30SEOCLSNAME
MDRCLPAParameters for Master Data Read Class RSMDRCLPACHAR100CHAR100
NOVALFLCharacteristic does not have a check table RSNOVALFLCHAR1X
RDAFLPermitted for RDA Process RSDRDAFLCHAR1XFELD
F4DEFAULTSelection of Filter Values for Query Definition RSF4DEFAULTCHAR1RSF4DEFAULT
F4QUERYEXECSelection of Filter Values for Query Execution RSF4QUERYEXECCHAR1RSF4QUERYEXEC
TXTTABFLText Table Exists RSDTXTTABFLCHAR1RSDCNVFL
TXTSHFLShort text exists (flag) RSTXTSHFLCHAR1XFELD
TXTMDFLMedium length text exists (flag) RSTXTMDFLCHAR1XFELD
TXTLGFLLong text exists (flag) RSTXTLGFLCHAR1XFELD
IOBJROUTGlobal transfer routine for InfoObjects RSIOBJROUTCHAR25RSUNIIDX
HIETABFLCharacteristic with hierarchies RSHIETABFLCHAR1XFELD
HIEVERFLHierarchies can have several versions RSHIEVERFLCHAR1XFELD
HIENMTFLEntire hierarchy is time-dependent RSDHIENMTFLCHAR1XFELD
HIENDTFLHierarchy structure is time-dependent RSHIENDTFLCHAR1XFELD
HIEINTFLIntervals permitted in hierarchy RSHIEINTFLCHAR1XFELD
HIESIGNCHReverse Sign for Hierarchy Nodes RSSHSIGNCHCHAR1RSSHSIGNCH
HIETJOINFLUse Temporal Hierarchy Join RSHIETJOINFLCHAR1XFELD
HIETPType of Characteristic Related to Hierarchy RSHIETPCHAR3RSHIETP
HIECLNMName of Remote Hierarchy RSHIECLNMCHAR30SEOCLSNAME
HIECLPAParameters for Remote Hierarchy Class RSHIECLPACHAR100CHAR100
OBN_SYS_ALIASSystem Alias for OBN RSDSYSALIASCHAR10ALPHALOGSYS
DBROUTIDID for database routines for basic char. RSDBROUTIDCHAR25RSUNIIDC25
NUMBRANRNumber of the number range object of a characteristic RSNUMBRANRCHAR7CHAR7
TREXFLCharacteristic Uses TREX Search RSTREXFLCHAR1XFELD
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDVUNI
INTO CORRESPONDING FIELDS OF WA_RSDVUNI
WHERE...

How to access SAP table RSDVUNI

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