FC02_S_STATUS SAP (Status Transfer for Monitor) Structure details

Dictionary Type: Structure
Description: Status Transfer for Monitor




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




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

FC02_S_STATUS 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 Transfer for Monitor" 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_FC02_S_STATUS TYPE FC02_S_STATUS.

The FC02_S_STATUS table consists of various fields, each holding specific information or linking keys about Status Transfer for Monitor data available in SAP. These include CACTI (Task), CACTT (Task category), DOCTY (Document type), ERROR (Number of errors).. 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: Cannot Be Enhanced


SAP FC02_S_STATUS 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
BUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
CACTITask FC_CACTICHAR10Assigned to domainFC_CACTICOT
CACTTTask category FC_CACTTCHAR2FC_CACTT
DOCTYDocument type FC_DOCTYCHAR2Assigned to domainFC_DOCTYBAR
ERRORNumber of errors FC_ERRORNUMC4NUM04
WARNGNumber of warning messages FC_WARNGNUMC4NUM04
USRLast changed by FC_USERCHAR12AS4USER
DATUMDate of Last Change FC_DATUMDATS8DATUM
TIMETime of last change FC_TIMETIMS6SYTIME
CUINDGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
LOCKINDGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
STATUSStatus of consolidation units FC_STATUSCHAR2FC_STATUS

Key field Non-key field



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

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

How to access SAP table FC02_S_STATUS

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