RSDICHA_MAIN SAP (Main Properties of a characteristic) Structure details

Dictionary Type: Structure
Description: Main Properties of a characteristic




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




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

RSDICHA_MAIN 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 "Main Properties of a characteristic" 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_RSDICHA_MAIN TYPE RSDICHA_MAIN.

The RSDICHA_MAIN table consists of various fields, each holding specific information or linking keys about Main Properties of a characteristic data available in SAP. These include BCHREFFL (Characteristic references another basic characteristic(flag)), CHATP (Characteristc Type Based on Master Data Access), CMPSTA (Compound status), CMPOFFSET (Natural Number).. 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: Cannot Be Enhanced


SAP RSDICHA_MAIN 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
CHABASNMReference InfoObject RSDCHABASNMCHAR30RSCHABASNM
BCHREFFLCharacteristic references another basic characteristic(flag) RSBCHREFFLCHAR1XFELD
CHATPCharacteristc Type Based on Master Data Access RSCHATPCHAR3RSCHATP
CMPSTACompound status RSCMPSTACHAR1RSCMPSTA
CMPOFFSETNatural Number INT4INT410INT4
CHACONSTCharacteristic Constant RSCHACONSTSSTR1333RSCHAVL
AUTHRELFLCharacteristic is relevant for authorization check RSDAUTHRELFLCHAR1XFELD
ODSFLInfoObject is an ODS InfoObject (Flag) RSDODSFLCHAR1XFELD
CHAPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
CHANAVNavigation Indicator for Characteristics and Units RSCHANAVCHAR1RSCHANAV
CHASELSelection restriction for characteristics RSCHASELCHAR1RSCHASEL
TXTDEFBusiness Explorer Description RSTXTDEFCHAR1RSTXTDEF
F4PRSNTRepresentation of Filter Values During Query Execution RSF4PRSNTCHAR1RSF4PRSNT
GISTPGeographical type for a characteristic RSGISTPNUMC1RSGISTP
BOR_OBJTYPObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
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
ATTRIBFLAttributes (flag) exist for the characteristic RSATTRIBFLCHAR1XFELD
TIMDEPFLFlag: Master data is time-dependent RSTIMDEPFLCHAR1XFELD
KEYSORTEXTThe key is sorted according to the external format (flag) RSDKEYSOREXTCHAR1XFELD
MASTAUTHFLMaintenance of master data is relevant for authorization RSDMASTAUTHFLCHAR1XFELD
EXPDSOURCEFLThe characteristic is used as export data source RSEXPDSOURCEFLCHAR1XFELD
TXTTABFLText Table Exists RSDTXTTABFLCHAR1RSDCNVFL
TXTTIMFLTexts are time-dep. RSDTXTTIMFLCHAR1RSDCNVFL
NOLANGUMaster data texts are language independent (flag) RSNOLANGUCHAR1XFELD
TXTSHFLShort text exists (flag) RSTXTSHFLCHAR1XFELD
TXTMDFLMedium length text exists (flag) RSTXTMDFLCHAR1XFELD
TXTLGFLLong text exists (flag) RSTXTLGFLCHAR1XFELD
TXTXLFLThe long text is extra long (String) RSTXTXLFLCHAR1XFELD
NUMBRANRNumber of the number range object of a characteristic RSNUMBRANRCHAR7CHAR7
CNVSTATESee docu for conversion status RSDCNVSTATECHAR2CHAR002
TREXFLCharacteristic Uses TREX Search RSTREXFLCHAR1XFELD
SIDCONVERTConversion type for SID RSDSIDCONVERTCHAR1RSDSIDCONVERT
SIDMONFLFlag indicating whether SID retains the order RSDSIDMONFLCHAR1RS_BOOL
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
VHIERFLSupports implemented Hierarchies RSDVHIERCHAR1RS_BOOL
IS_UUIDCharacteristic Is UUID RSDUUIDFLCHAR1RS_BOOL
FILTER_MODEUse of a Characteristic in Filter and / or Result Set RSDFILTERMODECHAR1RSDFILTERMODE
EQ_FILTER_ONLYCharacteristic Only Supports Equal Filter RSDEQFILTERONLYCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSDICHA_MAIN

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