IBINDOMAINS SAP (IB: Redundant Design Object Character Domains for Instance) Table details

Dictionary Type: Table
Description: IB: Redundant Design Object Character Domains for Instance




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




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

IBINDOMAINS is a standard SAP Table which is used to store IB: Redundant Design Object Character Domains for Instance data and is available within R/3 SAP systems depending on the version and release level.

The IBINDOMAINS table consists of various fields, each holding specific information or linking keys about IB: Redundant Design Object Character Domains for Instance data available in SAP. These include IN_RECNO (IB: Unique record number), IN_SEGMCNT (IB: Counter for characteristic values and domains), SYMBOL_LOW (IB: Numerical identifier for a symbol), MSEHI_LOW (Unit of Measurement).. 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: Cannot Be Enhanced


SAP IBINDOMAINS 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
IN_RECNOIB: Unique record number IB_RECNOCHAR22IBINSYSUUID_22
IN_SEGMCNTIB: Counter for characteristic values and domains IBSEGMCNTNUMC4NUM4
SYMBOL_LOWIB: Numerical identifier for a symbol IBSYMIDNUMC12NUMC12
MSEHI_LOWUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
SYMBOL_HIGHIB: Numerical identifier for a symbol IBSYMIDNUMC12NUMC12
MSEHI_HIGHUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
ATCODCode for value dependency ATCODCHAR1ATCOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM IBINDOMAINS
INTO CORRESPONDING FIELDS OF WA_IBINDOMAINS
WHERE...

How to access SAP table IBINDOMAINS

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