WFAFCS_INDTOR_GRP_COMPOSITE2 SAP (Indicator Group Composite) Structure details

Dictionary Type: Structure
Description: Indicator Group Composite




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




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

WFAFCS_INDTOR_GRP_COMPOSITE2 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 Group Composite" 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_INDTOR_GRP_COMPOSITE2 TYPE WFAFCS_INDTOR_GRP_COMPOSITE2.

The WFAFCS_INDTOR_GRP_COMPOSITE2 table consists of various fields, each holding specific information or linking keys about Indicator Group Composite data available in SAP. These include INDICATOR_GRP_ID (Indicator Group Id), START_DATE (Start Date), END_DATE (End Date), ORG_OBJID (Object ID).. 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 WFAFCS_INDTOR_GRP_COMPOSITE2 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
TYPEIndicator Group Type WFA_FC_INDICATOR_GRP_TYPENUMC2WFAFC_INDICATOR_GRP_TYPE
INDICATOR_GRP_IDIndicator Group Id WFA_FC_INDICATOR_GROUP_IDCHAR32Assigned to domainWFAFC_INDICATOR_GROUP_ID
START_DATEStart Date WFA_START_DATEDATS8
END_DATEEnd Date WFA_END_DATEDATS8
ORG_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
LNAMELong Description WFA_LONG_TEXTCHAR60WFA_LNAME
INDICATOR_IDIndicator Id WFA_FC_INDICATOR_IDCHAR32Assigned to domainWFAFC_INDICATOR_ID
INDICATOR_SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
INDICATOR_LNAMELong Description WFA_LONG_TEXTCHAR60WFA_LNAME
INDICATOR_GRAINStat Granularity WFA_FC_STAT_GRAINNUMC2WFAFC_STAT_GRAIN
IND_GRAIN_TXTDescriptive Text for Indicator Grain WFA_FC_INDICATOR_GRAIN_TXTCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table WFAFCS_INDTOR_GRP_COMPOSITE2

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