WFAFC_FCSTCFGN SAP (Forecasting Configuration Parameters for Location Profile) Table details

Dictionary Type: Table
Description: Forecasting Configuration Parameters for Location Profile




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




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

WFAFC_FCSTCFGN is a standard SAP Table which is used to store Forecasting Configuration Parameters for Location Profile data and is available within R/3 SAP systems depending on the version and release level.

The WFAFC_FCSTCFGN table consists of various fields, each holding specific information or linking keys about Forecasting Configuration Parameters for Location Profile data available in SAP. These include LOCATION_TYPE (Location Profile), START_DATE (Start Date), EXTERNAL_KEY (External key for forecast parameter), END_DATE (End 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: Can be enhanced (character-type or numeric)

Text table = WFAFC_FCSTCFGN_T


SAP WFAFC_FCSTCFGN 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
LOCATION_TYPELocation Profile WFA_LOCATION_TYPECHAR20WFAC_LOCATIONALPHAWFA_LOCATION_TYPE
START_DATEStart Date WFA_BEGDATEDATS8
EXTERNAL_KEYExternal key for forecast parameter WFA_FORECAST_CFGCHAR20ALPHAWFA_FORECAST_CFG
END_DATEEnd Date WFA_ENDDATEDATS8
GRANULARITYStat Granularity WFA_FC_STAT_GRAINNUMC2WFAFC_STAT_GRAIN
ROUNDLESSONE_DEFRound Less One Default WFA_FC_ROUNDLESS_ONE_DEFUALTDEC10(2)
ROUNDGRTONE_DEFRound Great One Default WFA_FC_ROUNDGRTONE_DEFAULTDEC10(2)
SMOOTHRANGE_DEFSmooth Range Default WFA_FC_SMOOTHRANGE_DEFAULTINT410
DROPHILO_DEFDrop Hi Lo Default WFA_DROPHILO_DEFAULTCHAR1WFA_BOOLEAN
DROPHILO_LIMITDrop Hi Lo Limit WFA_DROPHILO_LIMITINT410
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_FCSTCFGN using ABAP code

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

SELECT SINGLE *
FROM WFAFC_FCSTCFGN
INTO CORRESPONDING FIELDS OF WA_WFAFC_FCSTCFGN
WHERE...

How to access SAP table WFAFC_FCSTCFGN

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