/BOFU/IFBIV_OIBV SAP (View: Field Description: OVS Value Range For Input Binding) Table details

Dictionary Type: Table
Description: View: Field Description: OVS Value Range For Input Binding




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




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

/BOFU/IFBIV_OIBV is a standard SAP Table which is used to store View: Field Description: OVS Value Range For Input Binding data and is available within R/3 SAP systems depending on the version and release level.

The /BOFU/IFBIV_OIBV table consists of various fields, each holding specific information or linking keys about View: Field Description: OVS Value Range For Input Binding data available in SAP. These include NAME (FBI View), UI_STR_FLD_INDX (UI Structure Field Index), BINDING_INDX (OVS Input/Output Binding Index), VALUE_INDX (Value Index).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BOFU/IFBIV_OIBV table 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_OIB/BOFU/FBI_VIEW/BOFU/FBI_VIEW
UI_STR_FLD_INDXUI Structure Field Index /BOFU/FBI_UI_STRUCT_FLD_INDEXNUMC3/BOFU/FBI_STRUCT_FIELD_INDEX
BINDING_INDXOVS Input/Output Binding Index /BOFU/FBI_OVS_BINDING_INDEXNUMC2/BOFU/FBI_BINDING_INDEX
VALUE_INDXValue Index /BOFU/FBI_VALUE_INDEXNUMC5NUMC5
.INCLU-X 0
SIGNXType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
OPTIONXType of OPTION component in row type of a Ranges type 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/IFBIV_OIBV using ABAP code

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

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

How to access SAP table /BOFU/IFBIV_OIBV

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