RSFEI_SYSTEM_INFO SAP (System Information) Structure details

Dictionary Type: Structure
Description: System Information




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




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

RSFEI_SYSTEM_INFO 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 "System Information" 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_RSFEI_SYSTEM_INFO TYPE RSFEI_SYSTEM_INFO.

The RSFEI_SYSTEM_INFO table consists of various fields, each holding specific information or linking keys about System Information data available in SAP. These include BWUSER (User Name), SERVER_VERSION (), HTTP_PREFIX (), HTTPS_PREFIX ().. 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: Can Be Enhanced (Deep)


SAP RSFEI_SYSTEM_INFO 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
LANGU2-Character SAP Language Code LAISOCHAR2LAISO
BWUSERUser Name SYUNAMECHAR12SYCHAR12
SERVER_VERSION 0
HTTP_PREFIX 0
HTTPS_PREFIX 0
SHOW_FOLDERSBoolean RS_BOOLCHAR1RS_BOOL
SHOW_HISTORYBoolean RS_BOOLCHAR1RS_BOOL
PORTAL_AVAILABLEBoolean RS_BOOLCHAR1RS_BOOL
PORTAL50_AVAILABLEBoolean RS_BOOLCHAR1RS_BOOL
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
HOSTApplication Server SYHOSTCHAR32HOST_ID
SYSIDCommunication Identification/Number SYSIDCHAR30CHAR30
SYSAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
WAD_START_AUTHBoolean RS_BOOLCHAR1RS_BOOL
GUI_ATTACHEDBoolean RS_BOOLCHAR1RS_BOOL
CTO_DLG_ACTIVEBoolean RS_BOOLCHAR1RS_BOOL
LOG_SYS_NAMESource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
BROADCASTER_AVAILABLEBoolean RS_BOOLCHAR1RS_BOOL
PROPERTY_BAG 0
DB_CODEPAGESAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
APPL_CODEPAGESAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
NLS_BIDI_PAGEWrite Direction of Page NLS_PAGE_DCHAR1NLS_BIDI
DEFAULT_WORKBOOKWorkbook ID RSWORKBOOKCHAR32CHAR32
DEFAULT_WORKBOOK_TITLEString RSSTRINGSTRG0
BC_USE_3X_WEBRUNTIMEBoolean RS_BOOLCHAR1RS_BOOL
BC_NO_PRECALC_SERVERBoolean RS_BOOLCHAR1RS_BOOL
BC_NO_PORTAL_CONNECTEDBoolean RS_BOOLCHAR1RS_BOOL
PORTAL_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
PORTAL_SYSTEM_NAMESystem Name in Portal System Landscape RSPOR_SYSTEM_NAMECHAR80CHAR80
PORTAL_IS_DEFAULT_PORTALIndicates Whether Entry Points to Standard Portal RSPOR_DEFAULT_PORTALCHAR1RSPOR_BOOLEAN
PORTAL_URL_PREFIXURL Prefix for Portal URLs RSPOR_URL_PREFIXCHAR255RSPOR_URL
PORTAL_KM_RM_PREFIXPrefix for BW Metadata Repository Manager RSPOR_KM_RM_PREFIXCHAR255RSPOR_URL
PORTAL_KM_SERVICE_URL-- Obsolete-- (KM Service URL for Selecting KM Folder) RSPOR_KM_SERVICE_URLCHAR255RSPOR_URL
PORTAL_KM_BI_PAGE_CACHE-- Obsolete -- (Cache with Precalculated BW Documents) RSPOR_KM_BI_PAGE_CACHECHAR255RSPOR_URL
BI_RUNTIME_URL_PREFIXURL Prefix for Portal URLs RSPOR_URL_PREFIXCHAR255RSPOR_URL
WEBDYNPRO_URL_PREFIXURL Prefix for Portal URLs RSPOR_URL_PREFIXCHAR255RSPOR_URL
SYSTEM_CATEGORYName of SAP System SYSYSIDCHAR8SYCHAR08
IS_CONTENT_SYSTEMBoolean RS_BOOLCHAR1RS_BOOL
CAN_CHANGE_PFCG_ROLESBoolean RS_BOOLCHAR1RS_BOOL
IS_SYSTEM_CHANGEABLEBoolean RS_BOOLCHAR1RS_BOOL
USER_DEBUG_SETTINGApplication log: Message problem class BALPROBCLCHAR1BALPROBCL
CURRENT_DEBUG_SETTINGApplication log: Message problem class BALPROBCLCHAR1BALPROBCL
MASK_DATEVB Date string RRXMASKDATCHAR20CHAR20
MASK_TIMEVB Time string RRXMASKTIMCHAR20CHAR20
DCPCHARDecimal formatting character RRXDECDELICHAR1CHAR1
GROUPCHARDecimal formatting character RRXDECDELICHAR1CHAR1
PLANNING_MODELER_URLCharacter 1024 CHAR1024CHAR1024CHARA1024

Key field Non-key field



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

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

How to access SAP table RSFEI_SYSTEM_INFO

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