WFAFC_SAMPLE2 SAP (Forecasting Sample) Table details

Dictionary Type: Table
Description: Forecasting Sample




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




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

WFAFC_SAMPLE2 is a standard SAP Table which is used to store Forecasting Sample data and is available within R/3 SAP systems depending on the version and release level.

The WFAFC_SAMPLE2 table consists of various fields, each holding specific information or linking keys about Forecasting Sample data available in SAP. These include MANDT (Client), STAT_ID (Stat Id), FORM (Stat Form), START_TST (Start TimeStamp).. 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 WFAFC_SAMPLE2 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
STAT_IDStat Id WFA_FC_STAT_IDCHAR32WFAFC_STATWFAFC_STAT_ID
FORMStat Form WFA_FC_STAT_FORMNUMC2WFAFC_STAT_FORM
START_TSTStart TimeStamp WFA_STARTTIMESTAMPDEC15TMPSTWFA_TZNTSTMPS
SAMPLE_INDEXSample Id WFA_FC_SAMPLE_IDINT410
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8WFA_ORGHROBJIDPON
END_TSTEnd TimeStamp WFA_ENDTIMESTAMPDEC15TMPSTWFA_TZNTSTMPS
VALUESample Value WFA_FC_SAMPLE_VALUESTRG0
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS
ARCHIVABLERecord is Archivable WFA_IS_ARCHIVABLECHAR1WFA_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFAFC_SAMPLE2
INTO CORRESPONDING FIELDS OF WA_WFAFC_SAMPLE2
WHERE...

How to access SAP table WFAFC_SAMPLE2

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