/BOFU/VFBIV_RTFV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /BOFU/VFBIV_RTFV
Related tables to /BOFU/VFBIV_RTFV
Access table /BOFU/VFBIV_RTFV




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

/BOFU/VFBIV_RTFV 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 /BOFU/VFBIV_RTFV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RELVIEW_INDX (Index of Related Views), TNODE_FLTR_INDX (Target Node Filter # Field Index), VALUE_INDX (Value Index), RELATED_VIEW (Related View).. 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 /BOFU/VFBIV_RTFV 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
NAMEFBI View /BOFU/FBI_VIEWCHAR50/BOFU/IFBIV_RTF/BOFU/FBI_VIEW/BOFU/FBI_VIEW
RELVIEW_INDXIndex of Related Views /BOFU/FBI_RELATED_VIEW_INDEXNUMC2NUMC2
TNODE_FLTR_INDXTarget Node Filter # Field Index /BOFU/FBI_TNODE_FLTR_FLD_INDEXNUMC3/BOFU/FBI_STRUCT_FIELD_INDEX
VALUE_INDXValue Index /BOFU/FBI_VALUE_INDEXNUMC5NUMC5
RELATED_VIEWRelated View /BOFU/FBI_RELATED_VIEWCHAR50/BOFU/IFBIV_H/BOFU/FBI_VIEW/BOFU/FBI_VIEW
ASSOCAssociation /BOFU/FBI_ASSOCIATIONCHAR30/BOFU/OBM_NAME/BOFU/ASSOCIATION
FILTER_FLDNode Structure Field /BOFU/FBI_NODE_STR_FLDCHAR30FDNAMEDFD
SIGNXType of SIGN component in row type of a Ranges type /BOFU/DDSIGNCHAR1DDSIGN
OPTIONXType of OPTION component in row type of a Ranges type /BOFU/DDOPTIONCHAR2DDOPTION
LOWXFilter Value /BOFU/FBI_FILTER_VALUECHAR100/BOFU/FBI_FIELD_VALUE
HIGHXFilter Value /BOFU/FBI_FILTER_VALUECHAR100/BOFU/FBI_FIELD_VALUE

Key field Non-key field



How do I retrieve data from SAP table /BOFU/VFBIV_RTFV using ABAP code

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

SELECT SINGLE *
FROM /BOFU/VFBIV_RTFV
INTO CORRESPONDING FIELDS OF WA_/BOFU/VFBIV_RTFV
WHERE...

How to access SAP table /BOFU/VFBIV_RTFV

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