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

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




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




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

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

The WFMFCV_LINK table consists of various fields, each holding specific information or linking keys about Generated Table for View WFMFCV_LINK data available in SAP. These include INDICATOR_ID (Indicator Id), STEP_ID (Step Id), START_DATE (Start Date), LINK_FORM (Stat Form).. 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_LINK 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
INDICATOR_IDIndicator Id WFM_FC_INDICATOR_IDCHAR32WFMFC_INDCATORWFMFC_INDICATOR_ID
STEP_IDStep Id WFM_FC_STEP_IDCHAR32WFMFC_STEPWFMFC_STEP_ID
START_DATEStart Date BEGDATUMDATS8DATUMBEG
LINK_FORMStat Form WFM_FC_STAT_FORMNUMC2WFMFC_STAT_FORM
LINK_ROLELink Role WFM_FC_LINK_ROLENUMC2WFMFC_LINK_ROLE
LINK_ORDERLink Order for Step Parameters WFM_FC_LINK_ORDERINT410
IND_EXT_KEYIndicator External Key WFM_FC_INDICATOR_EXT_KEYCHAR20
INDICATOR_TYPEIndicator Type WFM_FC_INDICATOR_TYPENUMC2WFMFC_INDICATOR_TYPE
METHOD_TYPEStep Method Type WFM_FC_STEP_METHOD_TYPENUMC2WFMFC_STEP_METHOD_TYPE
METHODCalculation method code WFM_FC_CALCMETHOD_CODECHAR20WFMFC_CALCMETHOD_CODE
INPUT_LINKInput or Output Flag WFM_FC_INPUT_FLAGCHAR1WFM_BOOLEAN
END_DATEEnd Date WFM_CAS_END_DATEDATS8
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFCV_LINK
INTO CORRESPONDING FIELDS OF WA_WFMFCV_LINK
WHERE...

How to access SAP table WFMFCV_LINK

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