WFAFC_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 WFAFC_LABEL
Related tables to WFAFC_LABEL
Access table WFAFC_LABEL




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

WFAFC_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 WFAFC_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 WFAFC_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 WFA_FC_LABEL_IDCHAR32WFA_ID
FORECAST_IDForecast ID WFA_FC_FORECAST_IDCHAR32WFAFC_FORECASTWFAFC_FORECAST_ID
LABEL_TEXTLabel Text for Forecast WFA_FC_LABEL_TEXTCHAR40
LABEL_DESCRIPTLong Description WFA_LONG_TEXTCHAR60WFA_LNAME
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFAFC_LABEL
INTO CORRESPONDING FIELDS OF WA_WFAFC_LABEL
WHERE...

How to access SAP table WFAFC_LABEL

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