ISTAT SAP (Status: Fields for screens) Structure details

Dictionary Type: Structure
Description: Status: Fields for screens




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




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

ISTAT 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 "Status: Fields for screens" 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_ISTAT TYPE ISTAT.

The ISTAT table consists of various fields, each holding specific information or linking keys about Status: Fields for screens data available in SAP. These include D000_PLUS (Status: Plus sign), D000_MORE (Additional entries flag), D500_BEGIN (Start), D500_END (End).. 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: Not classified


SAP ISTAT 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
D000_MINUSStatus: Minus sign STAT_MINUSCHAR1CHAR1
D000_PLUSStatus: Plus sign STAT_PLUSCHAR1CHAR1
D000_MOREAdditional entries flag STAT_MORECHAR1CHAR1
D500_BEGINStart STAT_BEGINCHAR1CHAR1
D500_ENDEnd STAT_ENDCHAR1CHAR1
D500_WORKWork STAT_WRKCHAR1CHAR1
D500_DAYDays STAT_DAYCHAR1CHAR1
D500_PLANPlan STAT_PLANCHAR1CHAR1
D500_ACTLActual STAT_ACTLCHAR1CHAR1
D100_MTESTMachine test STAT_MTESTCHAR1CHAR1
D100_RESLTMachine test result STAT_RESLTCHAR20CHAR20
D100_MPROTMachine test log STAT_MPROTCHAR1CHAR1
D500_TITLTitle of activity STAT_TITLCHAR1CHAR1
SPROJECTNumber of the implementation project in Customizing CUSPRONUMC3TCUSPCUSPRO
SSTATUSProcessing status STAT_STATCHAR10TSTATSESTAT_STAT
SDONEFRPercent complete STAT_DONENUMC3STAT_PERC
SDONETOPercent complete STAT_DONENUMC3STAT_PERC
SPLANSTFRPlanned start STAT_PLSTADATS8DATUM
SPLANSTTOPlanned start STAT_PLSTADATS8DATUM
SPLANEDFRPlanned end STAT_PLENDDATS8DATUM
SPLANEDTOPlanned end STAT_PLENDDATS8DATUM
SACTSTFRActual start STAT_ACSTADATS8DATUM
SACTSTTOActual start STAT_ACSTADATS8DATUM
SACTEDFRActual end STAT_ACENDDATS8DATUM
SACTEDTOActual end STAT_ACENDDATS8DATUM
SPLANDURPlanned start STAT_PLSTADATS8DATUM
SACTDURPlanned start STAT_PLSTADATS8DATUM
SPLANDURFRPlanned work STAT_PLDURINT25STAT_DUR
SPLANDURTOPlanned work STAT_PLDURINT25STAT_DUR
SACTDURFRActual work STAT_ACDURINT25STAT_DUR
SACTDURTOActual work STAT_ACDURINT25STAT_DUR
SFUSERCreated By STAT_FUSERCHAR12UNAME
SFDATEFRDate created STAT_FDATEDATS8DATUM
SFDATETODate created STAT_FDATEDATS8DATUM
SLUSERChanged by STAT_LUSERCHAR12UNAME
SLDATEFRChanged On STAT_LDATEDATS8DATUM
SLDATETOChanged On STAT_LDATEDATS8DATUM
SRESSOURCEEmployee responsible STAT_RESSCHAR12TSTATRESTAT_RESS
SSELECTIONSelection fields STAT_SELCTCHAR12TSTATCESTAT_SELCT
STITLE_0Title of activity STAT_TITLCHAR1CHAR1
STO01Upper limit of a value range STAT_TOCHAR1CHAR1
STO02Upper limit of a value range STAT_TOCHAR1CHAR1
STO03Upper limit of a value range STAT_TOCHAR1CHAR1
STO04Upper limit of a value range STAT_TOCHAR1CHAR1
STO05Upper limit of a value range STAT_TOCHAR1CHAR1
STO06Upper limit of a value range STAT_TOCHAR1CHAR1
STO07Upper limit of a value range STAT_TOCHAR1CHAR1
STO08Upper limit of a value range STAT_TOCHAR1CHAR1
STO09Upper limit of a value range STAT_TOCHAR1CHAR1
SINIT1Choose by non-maintained values STAT_INITCHAR1X
SINIT2Choose by non-maintained values STAT_INITCHAR1X
SINIT3Choose by non-maintained values STAT_INITCHAR1X
SINIT4Choose by non-maintained values STAT_INITCHAR1X
SINIT5Choose by non-maintained values STAT_INITCHAR1X
SINIT6Choose by non-maintained values STAT_INITCHAR1X
SINIT7Choose by non-maintained values STAT_INITCHAR1X
SINIT8Choose by non-maintained values STAT_INITCHAR1X
SINIT9Choose by non-maintained values STAT_INITCHAR1X
SINIT10Choose by non-maintained values STAT_INITCHAR1X
SINIT11Choose by non-maintained values STAT_INITCHAR1X
SINIT12Choose by non-maintained values STAT_INITCHAR1X
SINIT13Choose by non-maintained values STAT_INITCHAR1X
SINIT14Choose by non-maintained values STAT_INITCHAR1X
SATTRIBUTAttributes STAT_ATTRCHAR1CHAR1
SPRODOCUValid note types DOKU_NTYPECHAR2Assigned to domainDOKU_NTYPE
SNOTE_TYPEValid note types DOKU_NTYPECHAR2DSYBADOKU_NTYPE
MARKEDYes/No (X/ ) OAXCHAR1X
POSITIONPosition STAT_POSITINT13INT1
F4PROJECTNumeric value NUMC_3NUMC3NUMC3
SVIEWStructures: Name of View DOKU_VIEWNCHAR12DOKU_VIEWNDSV
D600_TRANSPassing on status information STAT_TRANCHAR1CHAR1
D600_CONDAggregation of activity data STAT_CONDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ISTAT

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