WFAFCS_INDICATOR_10 SAP (Indicator Screen 10) Structure details

Dictionary Type: Structure
Description: Indicator Screen 10




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




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

WFAFCS_INDICATOR_10 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 10" 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_WFAFCS_INDICATOR_10 TYPE WFAFCS_INDICATOR_10.

The WFAFCS_INDICATOR_10 table consists of various fields, each holding specific information or linking keys about Indicator Screen 10 data available in SAP. These include END_DATE (End Date), ACROSSDAYSFLAG (Across Days?), MIXPERCENT (Mix Percent), MAXPEOPLE (Max People).. 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 WFAFCS_INDICATOR_10 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
ACROSSDAYSFLAGAcross Days? WFA_FC_PRM_ACROSSDAYSFLAGCHAR1WFA_BOOLEAN
MIXPERCENTMix Percent WFA_FC_PRM_MIXPERCENTDEC10(4)
MAXPEOPLEMax People WFA_FC_PRM_MAXPEOPLEINT410WFA_MAXPEOPLE
DAYASSIGNTYPEDay Assign Type Parameter Type WFA_FC_PRM_DAYASSIGNTYPENUMC2WFAFC_DAYASSIGNTYPE
TASKHOURSTYPEMethod for retrieving task hours WFA_FC_PRM_TASKHOURSTYPENUMC2WFAFC_PRM_TASKHOURSTYPE
WORKAREAKEYWork Area Code WFA_WRKAREA_CODECHAR20WFA_CODE
TASKSTANDARDTask Standard Parameter Type WFA_FC_PRM_TASKSTANDARDDEC10(4)
MINHOURSMin Hours Parameter Type WFA_FC_PRM_MINHOURSDEC10(2)
MAXHOURSMax Hours Parameter Type WFA_FC_PRM_MAXHOURSDEC10(2)
VOL_INDICATOR_IDIndicator Id WFA_FC_INDICATOR_IDCHAR32Assigned to domainWFAFC_INDICATOR_ID
VOL_IND_EXT_KEYIndicator External Key WFA_FC_INDICATOR_EXT_KEYCHAR20
VOL_INDICATOR_TXTVolume Indicator WFA_FC_VOLUME_IND_SNAMECHAR20WFA_SNAME
VOLOFFSETDIRECTDirection of the volume offset WFA_FC_PRM_VOLOFFSETDIRECTNUMC1WFAFC_PRM_VOLOFFSETDIRECT
VOLOFFSETVALUEgeneric int type WFA_FC_VALUE_INTINT410INT4
SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
LNAMELong Description WFA_LONG_TEXTCHAR60WFA_LNAME
VISIBILITYVisibility: Editable, Read-Only, Hidden WFA_FC_PRM_VISIBILITYNUMC2WFAFC_PRM_VISIBILITY
TASKSTANDARDTYPEGranularity of task standard WFA_FC_PRM_TASKSTANDARDTYPENUMC2WFAFC_PRM_TASKSTANDARDTYPE
STEP_VOL_IND_EXT_KEYIndicator External Key WFA_FC_INDICATOR_EXT_KEYCHAR20
STEP_VOL_IND_SNAMEVolume Indicator WFA_FC_VOLUME_IND_SNAMECHAR20WFA_SNAME
STEPVOLOFFSETDIRECTDirection of the volume offset WFA_FC_PRM_VOLOFFSETDIRECTNUMC1WFAFC_PRM_VOLOFFSETDIRECT
STEPVOLOFFSETVALUEgeneric int type WFA_FC_VALUE_INTINT410INT4
DFTSTEPSTANDARDTask Standard Parameter Type WFA_FC_PRM_TASKSTANDARDDEC10(4)
STEPVOLMAXSTDTask Standard Parameter Type WFA_FC_PRM_TASKSTANDARDDEC10(4)
IMPORT_WORKLOADBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN
IND_STD_EXT_KEYIndicator External Key WFA_FC_INDICATOR_EXT_KEYCHAR20
IND_STD_SNAMEVolume Indicator WFA_FC_VOLUME_IND_SNAMECHAR20WFA_SNAME
ALLOCATE_ALLBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFAFCS_INDICATOR_10

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