WFMFC_FG_TAGDAYS SAP (A map of dates to similiar multiple historical dates) Table details

Dictionary Type: Table
Description: A map of dates to similiar multiple historical dates




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




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

WFMFC_FG_TAGDAYS is a standard SAP Table which is used to store A map of dates to similiar multiple historical dates data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_FG_TAGDAYS table consists of various fields, each holding specific information or linking keys about A map of dates to similiar multiple historical dates data available in SAP. These include FORECAST_GRP_ID (Forecast Group ID), TAGGED_DATE (Day within forecast period similiar to historical days), HISTORY_DATE (Historical Tagging Date), DROPHILO_THRESH (Drop Hi Lo Limit).. 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: Cannot Be Enhanced


SAP WFMFC_FG_TAGDAYS 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
FORECAST_GRP_IDForecast Group ID WFM_FC_FORECAST_GROUP_IDCHAR32WFMFC_FORCST_GRPWFMFC_FORECAST_GROUP_ID
TAGGED_DATEDay within forecast period similiar to historical days WFM_FC_TAGGED_DATEDATS8DATUM
HISTORY_DATEHistorical Tagging Date WFM_FC_TAGHIST_DATEDATS8DATUM
DROPHILO_THRESHDrop Hi Lo Limit WFM_DROPHILO_LIMITINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFC_FG_TAGDAYS
INTO CORRESPONDING FIELDS OF WA_WFMFC_FG_TAGDAYS
WHERE...

How to access SAP table WFMFC_FG_TAGDAYS

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