IWP_BI_OBJECTNUM SAP (Numbers of Objects to be created in BI) Table details

Dictionary Type: Table
Description: Numbers of Objects to be created in BI




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




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

IWP_BI_OBJECTNUM is a standard SAP Table which is used to store Numbers of Objects to be created in BI data and is available within R/3 SAP systems depending on the version and release level.

The IWP_BI_OBJECTNUM table consists of various fields, each holding specific information or linking keys about Numbers of Objects to be created in BI data available in SAP. These include CHAR_NUMBER (Natural Number), KYF_NUMBER (Natural Number), UNI_NUMBER (Natural Number), DSO_NUMBER (Natural 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IWP_BI_OBJECTNUM 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
MANDTClient MANDTCLNT3T000MANDT
CHAR_NUMBERNatural Number INT4INT410INT4
KYF_NUMBERNatural Number INT4INT410INT4
UNI_NUMBERNatural Number INT4INT410INT4
DSO_NUMBERNatural Number INT4INT410INT4
ICUBE_NUMBERNatural Number INT4INT410INT4
ISET_NUMBERNatural Number INT4INT410INT4
TAB_NUMBERNatural Number INT4INT410INT4
CHAR_NUMBER_RWCNatural Number INT4INT410INT4
KYF_NUMBER_RWCNatural Number INT4INT410INT4
UNI_NUMBER_RWCNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM IWP_BI_OBJECTNUM
INTO CORRESPONDING FIELDS OF WA_IWP_BI_OBJECTNUM
WHERE...

How to access SAP table IWP_BI_OBJECTNUM

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