WFMFC_IND_ATTRIB SAP (Indicator Attributes) Table details

Dictionary Type: Table
Description: Indicator Attributes




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




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

WFMFC_IND_ATTRIB is a standard SAP Table which is used to store Indicator Attributes data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_IND_ATTRIB table consists of various fields, each holding specific information or linking keys about Indicator Attributes data available in SAP. These include INDICATOR_ID (Indicator Id), LOCATION_TYPE (Location Profile), START_DATE (Start Date), ATTRIB_TYPE (Attribute Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMFC_IND_ATTRIB table 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 MANDTCLNT3Assigned to domainMANDT
INDICATOR_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32WFMFC_INDCATORWFMFC_INDICATOR_ID
LOCATION_TYPELocation Profile WFM_LOCATION_TYPECHAR20WFMC_LOCATIONALPHAWFM_LOCATION_TYPE
START_DATEStart Date WFM_CAS_START_DATEDATS8
ATTRIB_TYPEAttribute Type WFM_FC_ATTRIBUTE_TYPENUMC4WFMFC_ATTRIB_CODWFMFC_ATTRIBUTE_TYPE
ATTRIB_INDEXAttribute Index WFM_FC_ATTRIBUTE_INDEXINT410
END_DATEEnd Date WFM_CAS_END_DATEDATS8
VALUE_FLOATFloat value WFM_FC_VALUE_FLOATDEC10(4)
VALUE_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VALUE_STRINGValue String WFM_FC_VALUE_STRINGCHAR40
CREATED_BYCreated By WFM_CAS_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFM_CAS_CRTIMEDEC15TZTMPWFM_TZNTSTMPS
CHANGED_BYLast Changed By WFM_CAS_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFM_CAS_CHTIMEDEC15TZTMPWFM_TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table WFMFC_IND_ATTRIB using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFMFC_IND_ATTRIB to SELECT all data from the table
DATA: WA_WFMFC_IND_ATTRIB TYPE WFMFC_IND_ATTRIB.

SELECT SINGLE *
FROM WFMFC_IND_ATTRIB
INTO CORRESPONDING FIELDS OF WA_WFMFC_IND_ATTRIB
WHERE...

How to access SAP table WFMFC_IND_ATTRIB

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