IBVALUEC SAP (CBASE: Redundant Object Doc. on Value Changes for Instance) Table details

Dictionary Type: Table
Description: CBASE: Redundant Object Doc. on Value Changes for Instance




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




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

IBVALUEC is a standard SAP Table which is used to store CBASE: Redundant Object Doc. on Value Changes for Instance data and is available within R/3 SAP systems depending on the version and release level.

The IBVALUEC table consists of various fields, each holding specific information or linking keys about CBASE: Redundant Object Doc. on Value Changes for Instance data available in SAP. These include CUOBJ (Configuration (internal object number)), TSTMP (Time stamp of change), ZAEHL (Numerator for conversion to SI unit), ATINN (Internal characteristic).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IBVALUEC 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 MANDTCLNT3Assigned to domainMANDT
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
TSTMPTime stamp of change TSTMPDEC15TZNTSTMPS
ZAEHLNumerator for conversion to SI unit DZAEHLINT410
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
ATWRTCharacteristic Value ATWRTCHAR30ATWRT
ATFLVInternal floating point from ATFLVFLTP16(16) FLTP
ATFLBInternal floating point value to ATFLBFLTP16(16) FLTP
ATZISInstance counter ATZISNUMC3NUMC3
ATIMBCharacteristic Number of User-Defined Data Type ATIMBNUMC10Assigned to domainATINNATINN
ATAWEUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
ATAW1Unit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
ATCODCode for value dependency ATCODCHAR1ATCOD
ATAUTClassification: Author ATAUTCHAR1ATAUT
LKENZDeletion Indicator LKENZCHAR1XFELD
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM IBVALUEC
INTO CORRESPONDING FIELDS OF WA_IBVALUEC
WHERE...

How to access SAP table IBVALUEC

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