WFAFC_CALCMETHOD SAP (Forecasting calculation methods - M Reserved for SAP) Table details

Dictionary Type: Table
Description: Forecasting calculation methods - M Reserved for SAP




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




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

WFAFC_CALCMETHOD is a standard SAP Table which is used to store Forecasting calculation methods - M Reserved for SAP data and is available within R/3 SAP systems depending on the version and release level.

The WFAFC_CALCMETHOD table consists of various fields, each holding specific information or linking keys about Forecasting calculation methods - M Reserved for SAP data available in SAP. These include CALCMETHOD_CODE (Forecasting Method), CALC_TYPE (Calculation method type), CALC_SUBTYPE (Calculation method subtype), CALC_RFC (Function to calculate forecast values).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = WFAFC_CALCMETH_T


SAP WFAFC_CALCMETHOD 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
CALCMETHOD_CODEForecasting Method WFA_FC_CALCMETHOD_CODECHAR20WFAFC_CALCMETHOD_CODE
CALC_TYPECalculation method type WFA_FC_CALC_TYPENUMC2WFAFC_CALC_TYPE
CALC_SUBTYPECalculation method subtype WFA_FC_CALC_SUBTYPENUMC3WFAFC_CALC_SUBTYPE
CALC_RFCFunction to calculate forecast values WFA_FC_CALC_FUNCTIONCHAR30CLASSNAME
METHOD_TYPEStep Method Type WFA_FC_STEP_METHOD_TYPENUMC2WFAFC_STEP_METHOD_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFAFC_CALCMETHOD
INTO CORRESPONDING FIELDS OF WA_WFAFC_CALCMETHOD
WHERE...

How to access SAP table WFAFC_CALCMETHOD

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