IB000A SAP (IB: Material/serial number detail data) Structure details

Dictionary Type: Structure
Description: IB: Material/serial number detail data




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




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

IB000A is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IB: Material/serial number detail data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IB000A TYPE IB000A.

The IB000A table consists of various fields, each holding specific information or linking keys about IB: Material/serial number detail data data available in SAP. These include MATNR (Material Number), SERNR (Serial Number), EQUNR (Equipment Number), EQTYP (Equipment category).. 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 IB000A structure 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
OBJIDIB: Master Record Key of Component/Instance IB_OBJID_INSTANCECHAR50TEXT50
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
EQTYPEquipment category EQTYPCHAR1T370TEQTYPEQT
KMATNConfigurable Material KMATNCHAR18Assigned to domainMATN1MATNRMAT1
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LAGERStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGEBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
EQKTXDescription of technical object KTX01CHAR40TEXT40
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
S_EQUIEquipment data exists EQUIP_KNZCHAR1X
S_SERIALSerial data when maintaining equipment KZKSDCHAR1X
UIIUnique Item Identifier UII_CHAR72CHAR72UII_CHAR72UIIH_UII

Key field Non-key field



How do I retrieve data from SAP structure IB000A using ABAP code?

As IB000A is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IB000A as there is no data to select.

How to access SAP table IB000A

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