WFAV_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 WFAV_IMPORT_RULE
Related tables to WFAV_IMPORT_RULE
Access table WFAV_IMPORT_RULE




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

WFAV_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 WFAV_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 WFAV_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 WFA_LOCATION_TYPECHAR20WFAC_LOCATIONALPHAWFA_LOCATION_TYPE
IMPORT_RULE_IDWorked segment import rule Id WFA_IMPORT_RULE_IDCHAR20ALPHAWFA_IMPORT_RULE_ID
WA_PRIM_RULEWork area primary rule WFA_WA_PRIMARY_RULENUMC2WFA_WORKAREA_PRIMARY
WA_SEC_RULEWork area secondary rule WFA_WA_SECONDARY_RULENUMC2WFA_WORKAREA_SECONDARY
BRK_COST_ASSIGNBreak Cost Assignment WFA_BREAK_COST_ASSIGNNUMC2WFA_BREAK_COST_ASSIGN
SNAMEShort Description WFA_SHORT_TEXTCHAR20WFA_SNAME
LNAMELong Description WFA_LONG_TEXTCHAR60WFA_LNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFAV_IMPORT_RULE
INTO CORRESPONDING FIELDS OF WA_WFAV_IMPORT_RULE
WHERE...

How to access SAP table WFAV_IMPORT_RULE

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