FC02TAB SAP (FC02 screen fields) Structure details

Dictionary Type: Structure
Description: FC02 screen fields




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




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

FC02TAB 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 "FC02 screen fields" 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_FC02TAB TYPE FC02TAB.

The FC02TAB table consists of various fields, each holding specific information or linking keys about FC02 screen fields data available in SAP. These include OK_CODE (Entry in OK code field), DIMEN (Dimension), BUNIT (Consolidation unit), BUNIT_TXT (30 Characters).. 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 FC02TAB 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
MANDTClient MANDTCLNT3T000MANDT
OK_CODEEntry in OK code field OK_CODECHAR4OK_CODE
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUNIT_TXT30 Characters CHAR30CHAR30CHAR30
TXTSHChar 15 CHAR15CHAR15CHAR15
TXTMI30 Characters CHAR30CHAR30CHAR30
CACTITask FC_CACTICHAR10TF540FC_CACTICOT
ERRORNumber of errors FC_ERRORNUMC4NUM04
WARNGNumber of warning messages FC_WARNGNUMC4NUM04
USRLast changed by FC_USERCHAR12AS4USER
DATUMDate of last change FC_DATEDATS8DATUM
TIMETime of last change FC_TIMETIMS6SYTIME
STATUSCG/CU: Detail Status of Tasks - Data Monitor FC_STATUS3CHAR2FC_STATUS
STATUS_TXTStatus text FC_STATUS5CHAR15CHAR15
CGCUConsolidation group, unit FC_CGCUCHAR18AFIMCFC_CGCU
CGCU_TXT30 Characters CHAR30CHAR30CHAR30
PL00_FILEPhysical file name FC_PHYSFILCHAR128LOCALFILEGPF
PL00_FORMFile format (upload) FC_FORMATCHAR3FILEFM_ULFMT
PL00_PRESPresentation server FC_PRESCHAR1FLAGPRES_SERVER
PL00_APPLApplication Server FC_APPLCHAR1FLAG
PL00_METHUpload method FC_UPMETHCHAR5TF380FC_UPMETHGCVFC_UPMETH
PL00_YTDATUpdate cumulative (year-to-date) values FC_YTDATCHAR1FLAG
PL00_PERIOInd.: Cumulative (YTD) update / Periodic update FC_PERIOCHAR1FLAG
INITTask is in its initial stage FC_INITCHAR1CHAR1_X
INCOMPTask is incomplete FC_INCOMPCHAR1CHAR1_X
ERRTask has errors FC_ERRCHAR1CHAR1_X
OKTask is error-free FC_OKCHAR1CHAR1_X
LOCKTask is blocked FC_LOCKCHAR1CHAR1_X
ULOCKTask is unblocked FC_ULOCKCHAR1CHAR1_X
WSIGNTask is irrelevant FC_WSIGNCHAR1CHAR1_X
PRELIMTask pending completion of preceding task FC_PRELIMCHAR1CHAR1_X
COPYTask Is Copied FC_COPYCHAR1CHAR1_X
READYOverall status: Completed FC_READYCHAR1CHAR1_X
NREADYOverall status: Still incomplete FC_NREADYCHAR1CHAR1_X
ERRALLOverall status has errors FC_ERRALLCHAR1CHAR1_X
INITALLOverall status: Initial stage FC_INITALLCHAR1CHAR1_X
DMULOCKData monitor incomplete FC_DMULOCKCHAR1CHAR1_X
USR1Last changed by FC_USER1CHAR12TEXT12
DATUM1Date of Last Change FC_DATE1DATS8DATUM
TIME1Time of last change FC_TIME1TIMS6SYTIME
PERIOD_TXTText for period status FC_PERTEXTCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table FC02TAB

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