OIFXSTT SAP (Object status table texts (IS-Oil MRN)) Table details

Dictionary Type: Table
Description: Object status table texts (IS-Oil MRN)




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




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

OIFXSTT is a standard SAP Table which is used to store Object status table texts (IS-Oil MRN) data and is available within R/3 SAP systems depending on the version and release level.

The OIFXSTT table consists of various fields, each holding specific information or linking keys about Object status table texts (IS-Oil MRN) data available in SAP. These include OBSTAT (Object status (IS-Oil MRN)), MRNAPP (Design element: Application area (IS-Oil MRN)), STASTX (Short description of object status), ICONQUICK (Quickinfo for an icon).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: OIFXST


SAP OIFXSTT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
OBSTATObject status (IS-Oil MRN) OIF_OBSTATCHAR4OIFXSTOIF_OBSTAT
MRNAPPDesign element: Application area (IS-Oil MRN) OIF_MRNAPPCHAR1OIFXELOIF_MRNAPP
STASTXShort description of object status OIF_STASTXCHAR15TXT15
ICONQUICKQuickinfo for an icon ICONQUICKCHAR30ICONTEXT
STALTXObject status - long text (IS-Oil MRN) OIF_STALTXCHAR40TXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIFXSTT
INTO CORRESPONDING FIELDS OF WA_OIFXSTT
WHERE...

How to access SAP table OIFXSTT

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