RSDIOBJFIX SAP (Delivered Fixed System InfoObjects) Table details

Dictionary Type: Table
Description: Delivered Fixed System InfoObjects




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




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

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

The RSDIOBJFIX table consists of various fields, each holding specific information or linking keys about Delivered Fixed System InfoObjects data available in SAP. These include IOBJTP (Type of an InfoObject), CHKTAB (View of master data tables), TXTTAB (Text table (of a character.)), DTELNM (Data element (semantic domain)).. 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: Cannot Be Enhanced


SAP RSDIOBJFIX 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
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
IOBJTPType of an InfoObject RSIOBJTPCHAR3RSIOBJTP
CHKTABView of master data tables RSDCHKVIEWCHAR30Assigned to domainAS4TAB
TXTTABText table (of a character.) RSTXTTABCHAR30Assigned to domainAS4TAB
DTELNMData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMANMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
NUMBRANRNumber of the number range object of a characteristic RSNUMBRANRCHAR7CHAR7
SEAHLPName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
TXTSHFIELDShort Text Field in the Text Table of a Characteristic RSDTXTSHFIELDCHAR30Assigned to domainFDNAME
TXTMDFIELDMedium-Length Text Field in Text Table of a Characteristic RSDTXTMDFIELDCHAR30Assigned to domainFDNAME
TXTLGFIELDLong Text Field in the Text Table of a Characteristic RSDTXTLGFIELDCHAR30Assigned to domainFDNAME
LANGUFIELDLanguage Field in Special Text Table of a Special Char. RSDLANGUFIELDCHAR30Assigned to domainFDNAME
TXTTABMANDTFLFlag: Text Table is Client-Specific RSDTXTTABMANDTFLCHAR1RS_BOOL
KEYFIELDSpecial Char: IOBJ Field Name in Special Master Table RSDKEYFIELDCHAR30Assigned to domainFDNAME
CHKTABMANDTFLSpecial Check Table is Client-Specific RSDCHKTABMANDTFLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDIOBJFIX
INTO CORRESPONDING FIELDS OF WA_RSDIOBJFIX
WHERE...

How to access SAP table RSDIOBJFIX

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