FIEB_STATUS SAP (FIEB: Status Management, Save Status) Table details

Dictionary Type: Table
Description: FIEB: Status Management, Save Status




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




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

FIEB_STATUS is a standard SAP Table which is used to store FIEB: Status Management, Save Status data and is available within R/3 SAP systems depending on the version and release level.

The FIEB_STATUS table consists of various fields, each holding specific information or linking keys about FIEB: Status Management, Save Status data available in SAP. These include GUID (UUID in character form), OBJTYP (Referenced Object Type), OBJID (Unique ID of Referenced Object), COUNTER (Counter for all Statuses of a Referenced Object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FIEB_STATUS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
OBJTYPReferenced Object Type REFOBJTYPCHAR32SYSUUID_C
OBJIDUnique ID of Referenced Object REFOBJUIDCHAR70CHAR70
COUNTERCounter for all Statuses of a Referenced Object STACOUNTNUMC5NUMC5
CURRENTSTATUSIndicator for Displaying Current Status FIEBCURRENTCHAR1CHAR1
STATUSStatus of an Object FIEBSTATUSNUMC5Assigned to domainFIEBSTATUS
LOGDATEDate of Status Creation LOGDATEDATS8DATS
LOGTIMETime of Status Creation LOGTIMETIMS6TIME
EXTSTATUSExternal Status e.g. HTTP Status STATUSEXTCHAR10CHAR10
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MSGTXTStatus Text FIEBSTATUSTEXTCHAR72FIEB_TEXT72
APPLOGApplication Log APPLOGCHAR22SYSUUID_22
APPLFIELDSHORT1Freely-Definable Field for the Application (Short) FIEB_APPLFIELDSHORTCHAR50CHAR50
APPLFIELDSHORT2Freely-Definable Field for the Application (Short) FIEB_APPLFIELDSHORTCHAR50CHAR50
APPLFIELDLONG1Freely-Definable Field for the Application (Long) FIEB_APPLFIELDLONGCHAR100CHAR100
CREATED_BYUser Name UNAMECHAR12UNAME
APPLSEARCHStatus Management: Search Field for Application FIEB_APPLSEARCHCHAR70CHAR70
APPL_CATEGORYApplication Name FIEB_APPLICATION_CATEGORYCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIEB_STATUS
INTO CORRESPONDING FIELDS OF WA_FIEB_STATUS
WHERE...

How to access SAP table FIEB_STATUS

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