RRSFC01 SAP (Table of Required Characteristics etc.) Structure details

Dictionary Type: Structure
Description: Table of Required Characteristics etc.




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




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

RRSFC01 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 "Table of Required Characteristics etc." 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_RRSFC01 TYPE RRSFC01.

The RRSFC01 table consists of various fields, each holding specific information or linking keys about Table of Required Characteristics etc. data available in SAP. These include CHANM (Characteristic), SIDRET (Boolean), KEYRET (Boolean), CHOOSEFL (Choose between return as SID and as KEY).. 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 RRSFC01 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
CHANMCharacteristic RSCHANMCHAR30RSIOBJNMRSC
SIDRETBoolean RS_BOOLCHAR1RS_BOOL
KEYRETBoolean RS_BOOLCHAR1RS_BOOL
CHOOSEFLChoose between return as SID and as KEY RSCHOOSEFLCHAR1RS_BOOL
NECESThis Line of the SFC Always Has to Be Passed On RRNECESCHAR1RS_BOOL
SIDRETURNNMBW-DM field alias (cannot be longer than 18) RSALIASCHAR18
KEYRETURNNMBW-DM field alias (cannot be longer than 18) RSALIASCHAR18
CUM_USEDBelongs to cumulative value key figure ( NCUMTP = 0 ) RRCUMFLNUMC1NUMC1
NCUM_USEDBelongs to a non-cum. value key figure (NCUMTP = 1 or 2 ) RRNCUMFLNUMC1NUMC1
SORTDesired Sort Sequence of Data RSRSFSORTINT410RSRSFSORT
READLEVELLevel, in aggregation RRREADLEVELINT410RRLEVEL
MOSTRECENTRead according to newest, possibly not active structure RRMOSTRECENTCHAR1BOOLE
SRDATEDate with which texts, attributes and hierarchies are read RRSRDATEDATS8RSDATE
INITIAL_ONLYOnly ever set return value to blank RRINITIALONLYCHAR1RS_BOOL
IS_RAWGUIDFor GUIDs: Is target field a RAW GUID? RRGUIDFLCHAR1RS_GUIDFL
SIDRET_0Return Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
KEYRET_0Return Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
SIDRET_NReturn Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
KEYRET_NReturn Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
SIDRET_C0Return Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
KEYRET_C0Return Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
CHECK0Check Global Filter (FIX/Dyn/Both) RRCHECK0CHAR1CHAR1
SIDRET_IF_MADReturn Necessary (1 optional, 2 required) RRRETNUMC1NUMC1
IOBJTPType of an InfoObject RSIOBJTPCHAR3RSIOBJTP
CMPSTACompound status RSCMPSTACHAR1RSCMPSTA
SIDMONFLFlag indicating whether SID retains the order RSDSIDMONFLCHAR1RS_BOOL
SID_NOT_STABLESID - value is not stable RRSI_SID_NOT_STABLECHAR1RS_BOOL
NOTSURThis Characteristic Is Not Supplied By All Part Providers RRNOTALLCHAR1RS_BOOL
NOTINJThere is part prov that fills another char. besides this one RRDUPPLECHAR1RS_BOOL
CMPBADThere is a Part Prov. that Has a CMP Problem with this Char. RRCMPBADCHAR1CHAR1
ISFREECharacteristic Is Free Characteristic (in CHAFREE) RRISFREECHAR1RS_BOOL
ISFIXCharacteristic Is or Was (Can Variable) in Fixed Filter RRISFIXCHAR1RRISUSED
ISSTRUCharacteristic Used As Structure-Selection Element RRISSTRUCHAR1RS_BOOL
FEMS0Characteristic Occurs in the SELDR with FEMS0 RRFEMS0CHAR1RS_BOOL
FEMSNCharacteristic Occurs in SELDR with FEMS > 0 RRFEMSNSFCCHAR1RS_BOOL
TIMETPNot Used Anymore RRNOTUSEDCHAR1
USER_EXITField is filled in the user exit RSRUSERCHAR1RSBOOL
ICVALIs a Validity Characteristic (Non-Cumulative) RRICVALCHAR1RS_BOOL
NAVIGATIONSELDR is F=fix, D =dyn., I=average, B=dyn there is fix RRNAVCHAR1CHAR1
SIDFLOnly SID was Generated RRSIDFLCHAR1RS_BOOL
RESOLVENodes must be expanded RRRESOLVECHAR1CHAR1
XWGR_RESOLVEBit string of the WGRs that resolve has to be set for RRXWGR_RESOLVERSTR0
THJTFLThere Are Characteristics with Temporal Join RRTHJTFLCHAR1RS_BOOL
SVERVersion in Inclusion Table Key RSRSVERCHAR1CHAR1
HIESIDMaster data ID RSSIDINT410RSSID
SIDFIXCharacteristic Is Clearly Unique in the List < not_exist RRSIDFIXINT410RSSID
CHANMIDCHANMID Always Matches CHANM (Multiprov) RRCHANMIDSFCINT410RSSID

Key field Non-key field



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

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

How to access SAP table RRSFC01

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