RSDO_S_UNI SAP (Unit - Internal Structure) Structure details

Dictionary Type: Structure
Description: Unit - Internal Structure




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




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

RSDO_S_UNI 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 "Unit - Internal Structure" 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_RSDO_S_UNI TYPE RSDO_S_UNI.

The RSDO_S_UNI table consists of various fields, each holding specific information or linking keys about Unit - Internal Structure data available in SAP. These include UNINM (Unit InfoObject (currency/unit)), OBJVERS (Object version), CHABASNM (Reference characteristic), BCHREFFL (Characteristic references another basic characteristic(flag)).. 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 RSDO_S_UNI 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
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_OBJTYPCHAR10Assigned to domainOJ_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 RSDSYSALIASCHAR10Assigned to domainALPHALOGSYS
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
T_HIECHA 0

Key field Non-key field



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

As RSDO_S_UNI 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 RSDO_S_UNI as there is no data to select.

How to access SAP table RSDO_S_UNI

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