WFMFCS_INDICATOR_01 SAP (Indicator Screen 01 - Queued Task) Structure details

Dictionary Type: Structure
Description: Indicator Screen 01 - Queued Task




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




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

WFMFCS_INDICATOR_01 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 "Indicator Screen 01 - Queued Task" 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_WFMFCS_INDICATOR_01 TYPE WFMFCS_INDICATOR_01.

The WFMFCS_INDICATOR_01 table consists of various fields, each holding specific information or linking keys about Indicator Screen 01 - Queued Task data available in SAP. These include END_DATE (End Date), MIXPERCENT (Mix Percent), DAY_ASSIGN_TYPE (Day Assign Type Parameter Type), GRANULARITY (Indicator Granularity).. 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: Can Be Enhanced (Deep)


SAP WFMFCS_INDICATOR_01 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
START_DATEStart Date BEGDATUMDATS8DATUMBEG
END_DATEEnd Date ENDDATUMDATS8DATUMEND
MIXPERCENTMix Percent WFM_FC_PRM_MIXPERCENTDEC10(4)
DAY_ASSIGN_TYPEDay Assign Type Parameter Type WFM_FC_PRM_DAYASSIGNTYPENUMC2WFMFC_DAYASSIGNTYPE
GRANULARITYIndicator Granularity WFM_FC_INDICATOR_GRANULARITYNUMC2WFMFC_STAT_GRAIN
MAXPEOPLEMax People WFM_FC_PRM_MAXPEOPLEINT410WFMCAS_MAXPEOPLE
RESPONSE_RT_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32Assigned to domainWFMFC_INDICATOR_ID
RESPONSE_RT_TXTResponse Rate Indicator WFM_FC_RESPONSE_RATE_INDCHAR20WFM_SNAME
RESPONSE_QUL_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32Assigned to domainWFMFC_INDICATOR_ID
RESPONSE_QUL_TXTResponse Quality Template WFM_FC_RESPONSE_QUAL_TMPCHAR20WFM_SNAME
AHT_IND_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32Assigned to domainWFMFC_INDICATOR_ID
AHT_IND_TXTAHT Indicator WFM_FC_AHT_INDICATORCHAR20WFM_SNAME

Key field Non-key field



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

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

How to access SAP table WFMFCS_INDICATOR_01

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