WFMFV_PARAM_CODE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The WFMFV_PARAM_CODE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PARAM_TYPE (Parameter Type), PARAM_CODE (Parameter Code), PARAM_VALUE_TYPE (Parameter Type), SNAME (Short Description).. 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 WFMFV_PARAM_CODE 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
PARAM_TYPEParameter Type WFM_FC_PARAMETER_TYPENUMC4WFMFC_PARAMETER_TYPE
PARAM_CODEParameter Code WFM_FC_PARAM_CODECHAR20
PARAM_VALUE_TYPEParameter Type WFM_FC_PARAM_VALUE_TYPENUMC2WFMFC_STEP_PARAM_VALUE_TYPE
SNAMEShort Description WFM_SHORT_TEXTCHAR20WFM_SNAME
LNAMELong Description WFM_LONG_TEXTCHAR60WFM_LNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFV_PARAM_CODE
INTO CORRESPONDING FIELDS OF WA_WFMFV_PARAM_CODE
WHERE...

How to access SAP table WFMFV_PARAM_CODE

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