WFMFC_TAGDAY_GLO SAP (Tagged History - Obsolete as of 5.0) Table details

Dictionary Type: Table
Description: Tagged History - Obsolete as of 5.0




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




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

WFMFC_TAGDAY_GLO is a standard SAP Table which is used to store Tagged History - Obsolete as of 5.0 data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_TAGDAY_GLO table consists of various fields, each holding specific information or linking keys about Tagged History - Obsolete as of 5.0 data available in SAP. These include FIX_HIST_CODE (External Key for Fixed History), LOCATION_TYPE (Location Profile), HISTORY_DATE (Historical Tagging Date).. 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: Cannot Be Enhanced


SAP WFMFC_TAGDAY_GLO 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
FIX_HIST_CODEExternal Key for Fixed History WFM_FC_FIX_HIST_CODECHAR20WFMFC_TAG_HISTWFMFC_FIX_HIST_CODE
LOCATION_TYPELocation Profile WFM_LOCATION_TYPECHAR20WFMC_LOCATIONALPHAWFM_LOCATION_TYPE
HISTORY_DATEHistorical Tagging Date WFM_FC_TAGHIST_DATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFC_TAGDAY_GLO
INTO CORRESPONDING FIELDS OF WA_WFMFC_TAGDAY_GLO
WHERE...

How to access SAP table WFMFC_TAGDAY_GLO

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