WFMFCV_SAMPLE SAP (Generated Table for View WFMFCV_SAMPLE) Table View details

Dictionary Type: Table View
Description: Generated Table for View WFMFCV_SAMPLE




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




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

WFMFCV_SAMPLE is a standard SAP Table View which is used to store Generated Table for View WFMFCV_SAMPLE data and is available within R/3 SAP systems depending on the version and release level.

The WFMFCV_SAMPLE table consists of various fields, each holding specific information or linking keys about Generated Table for View WFMFCV_SAMPLE data available in SAP. These include ORG_OBJID (Object ID), IND_EXT_KEY (Indicator External Key), INDICATOR_ID (Indicator Id), STAT_ID (Stat Id).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WFMFCV_SAMPLE table view 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 MANDTCLNT3MANDT
ORG_OBJIDObject ID HROBJIDNUMC8WFMCAS_ORGHROBJIDPON
IND_EXT_KEYIndicator External Key WFM_FC_INDICATOR_EXT_KEYCHAR20
INDICATOR_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32WFMFC_INDCATORWFMFC_INDICATOR_ID
STAT_IDStat Id WFM_FC_STAT_IDCHAR32WFMFC_STATWFMFC_STAT_ID
FORMStat Form WFM_FC_STAT_FORMNUMC2WFMFC_STAT_FORM
START_TSTStart TimeStamp WFM_CAS_STARTTIMESTAMPDEC15TZTMPWFM_TZNTSTMPS
SAMPLE_INDEXSample Id WFM_FC_SAMPLE_IDINT410
END_TSTEnd TimeStamp WFM_CAS_ENDTIMESTAMPDEC15TZTMPWFM_TZNTSTMPS
CREATED_BYCreated By WFM_CAS_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFM_CAS_CRTIMEDEC15TZTMPWFM_TZNTSTMPS
CHANGED_BYLast Changed By WFM_CAS_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFM_CAS_CHTIMEDEC15TZTMPWFM_TZNTSTMPS
ORG_PLVARPlan Version PLVARCHAR2PLVARPOP
ORG_OTYPEObject Type OTYPECHAR2OTYPEPOT
VALUESample Value WFM_FC_SAMPLE_VALUESTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFCV_SAMPLE
INTO CORRESPONDING FIELDS OF WA_WFMFCV_SAMPLE
WHERE...

How to access SAP table WFMFCV_SAMPLE

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