WFMFC_LABEL SAP (Label's for Forecasts - One Forecast, many Labels) Table details

Dictionary Type: Table
Description: Label's for Forecasts - One Forecast, many Labels




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




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

WFMFC_LABEL is a standard SAP Table which is used to store Label's for Forecasts - One Forecast, many Labels data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_LABEL table consists of various fields, each holding specific information or linking keys about Label's for Forecasts - One Forecast, many Labels data available in SAP. These include LABEL_ID (Label Id), FORECAST_ID (Forecast ID), LABEL_TEXT (Label Text for Forecast), LABEL_DESCRIPT (Long Description).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMFC_LABEL 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
LABEL_IDLabel Id WFM_FC_LABEL_IDCHAR32WFMCAS_ID
FORECAST_IDForecast ID WFM_FC_FORECAST_IDCHAR32WFMFC_FORECASTWFMFC_FORECAST_ID
LABEL_TEXTLabel Text for Forecast WFM_FC_LABEL_TEXTCHAR40
LABEL_DESCRIPTLong Description WFM_LONG_TEXTCHAR60WFM_LNAME
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_LABEL using ABAP code

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

SELECT SINGLE *
FROM WFMFC_LABEL
INTO CORRESPONDING FIELDS OF WA_WFMFC_LABEL
WHERE...

How to access SAP table WFMFC_LABEL

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