V_IBSPW SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_IBSPW 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 V_IBSPW table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SP_RECNO (IB: Unique record number), VALFR (IBase: Valid From), VALTO (IBase: Valid To), AENNR (Change Number).. 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 V_IBSPW 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
SP_RECNOIB: Unique record number IB_RECNOCHAR22SYSUUID_22
VALFRIBase: Valid From IB_VALFRDEC15TSTPSBCOS_TSTMP
VALTOIBase: Valid To IB_VALTODEC15TSTPSBCOS_TSTMP
AENNRChange Number AENNRCHAR12AENNRAENNRAEN
DELFLAGYes/No (X/ ) OAXCHAR1X
SP_INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
AMOUNTQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
UNITBase Unit of Measure MEINSUNIT3CUNITMEINS
EQUNOIB: Equipment number IB_EQUNRCHAR18ALPHAIB_EQUNRIB_EQUI
MATNOMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
SERNOIB: Serial numbers IB_SERNOCHAR18ALPHAIB_SERNOIB_SERNO
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
BATCHBatch Number CHARG_DCHAR10CHARGCHA
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
DEVICEIDIB: Identification IB_DEVICEIDCHAR40IB_DEVICEID
UIIUnique Item Identifier UII_CHAR72CHAR72UII_CHAR72UIIH_UII
CRNAMUser who created the object BU_CRUSRCHAR12USNAM
CRTIMTime (UTC) at which the object was created ICRTSDEC15TSTPSBCOS_TSTMP
UPNAMLast user to change object BU_CHUSRCHAR12USNAM
UPTIMTime (UTC) at which the object was last changed IUPTSDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_IBSPW
INTO CORRESPONDING FIELDS OF WA_V_IBSPW
WHERE...

How to access SAP table V_IBSPW

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