WFMV_IMPORT_RULE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WFMV_IMPORT_RULE 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 WFMV_IMPORT_RULE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LOCATION_TYPE (Location Profile), IMPORT_RULE_ID (Worked segment import rule Id), WA_PRIM_RULE (Work area primary rule), WA_SEC_RULE (Work area secondary rule).. 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 WFMV_IMPORT_RULE 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
LOCATION_TYPELocation Profile WFM_LOCATION_TYPECHAR20WFMC_LOCATIONALPHAWFM_LOCATION_TYPE
IMPORT_RULE_IDWorked segment import rule Id WFM_CAS_IMPORT_RULE_IDCHAR20ALPHAWFMCAS_IMPORT_RULE_ID
WA_PRIM_RULEWork area primary rule WFM_CAS_WA_PRIMARY_RULENUMC2WFMCAS_WORKAREA_PRIMARY
WA_SEC_RULEWork area secondary rule WFM_CAS_WA_SECONDARY_RULENUMC2WFMCAS_WORKAREA_SECONDARY
BRK_COST_ASSIGNBreak Cost Assignment WFM_CAS_BREAK_COST_ASSIGNNUMC2WFMCAS_BREAK_COST_ASSIGN
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 WFMV_IMPORT_RULE using ABAP code

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

SELECT SINGLE *
FROM WFMV_IMPORT_RULE
INTO CORRESPONDING FIELDS OF WA_WFMV_IMPORT_RULE
WHERE...

How to access SAP table WFMV_IMPORT_RULE

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