RSADMINS SAP (System Settings) Table details

Dictionary Type: Table
Description: System Settings




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




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

RSADMINS is a standard SAP Table which is used to store System Settings data and is available within R/3 SAP systems depending on the version and release level.

The RSADMINS table consists of various fields, each holding specific information or linking keys about System Settings data available in SAP. These include IDOCPREF (Prefix for IDoc type), ISPREF (Prefix for name of an InfoSource), AUTOSTEP2 (Flag: Step 2 automatic when loading master data and texts), DRAGDROPOFF (Drag&Drop off(='X') / on(=' '; Default)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RSADMINS 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
CUSTOMIZIDID for Customizing in BW RSCUSTOMIZIDCHAR8RSCUSTOMIZID
IDOCPREFPrefix for IDoc type RSIDOCPRECHAR10CHAR10
ISPREFPrefix for name of an InfoSource RSISPRECHAR10CHAR10
AUTOSTEP2Flag: Step 2 automatic when loading master data and texts RSAUTOSTEP2CHAR1BOOLE
DRAGDROPOFFDrag&Drop off(='X') / on(=' '; Default) RSDRAGDROPCHAR1XFELD
HIERARCHYVIRTFRVirtual Time Hierarchies: From Date RSHIERARCHYVIRTFROMDATS8DATUM
HIERARCHYVIRTTOVirtual Time Hierarchies: To Date RSHIERARCHYVIRTTODATS8DATUM
FCALIDOLAP: Default Factory Calendar ID RSFCALIDCHAR2Assigned to domainWFCID
FISCPERTXTFLGIndicator for Controlling Master Data Texts for 0FISCPER RSFISCPERTXTFLGCHAR1RSFISCPERTXTFLG
IS_CONTSYSTSystem is Content system RSCONTSYSTCHAR1XFELD
CONTRELContent release RSCONTRELCHAR6CHAR6
TADIRPOPUPKey indicator if TADIR popup was sent for new objects RSTADIRPOPUPCHAR1RSBOOL
PREF_AGRPrefix for installed activity groups RSBB_AGR_NAME_PREFIXCHAR8
SYSTPSystem type RSSYSTPCHAR3RSSYSTP
CONTENT_CHANGEChangeability of External Content Objects RSCONTENT_CHANGECHAR1RSCONTENT_CHANGE
APPENDS_ALLOWEDAppend Maintenance Switched On (DB Indicator with Default) RSO_APPENDS_ALLOWED_DBCHAR1RSDCNVFL
SCOPECHECK_MSGTYError Severity for Messages About Switch Consistency RSO_SCOPE_CHECK_MSGTYCHAR1RSO_SCOPE_CHECK_MSGTY
WAREA_DISABLEDIndicator shows whether worklist was deactivated (='X') RSO_WAREA_DISABLEDCHAR1XFELD
ACT_CONT_AUTOMSetting: Business Content Is Autom. Activated After Import RSO_ACT_CONT_AUTOMCHAR1RSO_ACT_CONT_AUTOMRSO_ACT_CONT_AUTOM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSADMINS
INTO CORRESPONDING FIELDS OF WA_RSADMINS
WHERE...

How to access SAP table RSADMINS

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