SAP ITOBFIELDS_INHERITANCE PM: ITOB fields relevant for inheritance Table data and field list

ITOBFIELDS_INHERITANCE 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 "PM: ITOB fields relevant for inheritance" 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_ITOBFIELDS_INHERITANCE TYPE ITOBFIELDS_INHERITANCE.

The ITOBFIELDS_INHERITANCE table consists of various fields, each holding specific information or linking keys about PM: ITOB fields relevant for inheritance data available in SAP. These include IWERK (Maintenance Planning Plant), INGRP (Planner Group for Customer Service and Plant Maintenance), GEWRK (Object ID of the Work Center), ABCKZ (ABC indicator for technical object)... 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. .

ITOBFIELDS_INHERITANCE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ITOBFIELDS_INHERITANCE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ITOBFIELDS_INHERITANCE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
GEWRKObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
EQFNRSort field EQFNRCHAR30CHAR30
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
PPSIDObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
AUFNRSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
ADRNRAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
BEGRUAuthorization Group BEGRUCHAR4BEGRU
PM_OBJTYObject Type of CIM Resources for Work Center PM_OBJTYCHAR2CR_OBJTY
CR_OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
IWERKIData origin indicator INHERCHAR1INHER
INGRPIData origin indicator INHERCHAR1INHER
GEWRKIData origin indicator INHERCHAR1INHER
ABCKZIData origin indicator INHERCHAR1INHER
EQFNRIData origin indicator INHERCHAR1INHER
SWERKIData origin indicator INHERCHAR1INHER
STORTIData origin indicator INHERCHAR1INHER
MSGRPIData origin indicator INHERCHAR1INHER
BEBERIData origin indicator INHERCHAR1INHER
PPSIDIData origin indicator INHERCHAR1INHER
GSBERIData origin indicator INHERCHAR1INHER
KOKRSIData origin indicator INHERCHAR1INHER
KOSTLIData origin indicator INHERCHAR1INHER
PROIDIData origin indicator INHERCHAR1INHER
BUKRSIData origin indicator INHERCHAR1INHER
RBNR_IData origin indicator INHERCHAR1INHER
AUFNRIData origin indicator INHERCHAR1INHER
DAUFNIData origin indicator INHERCHAR1INHER
VKORGIData origin indicator INHERCHAR1INHER
VTWEGIData origin indicator INHERCHAR1INHER
SPARTIData origin indicator INHERCHAR1INHER
ADRNRIData origin indicator INHERCHAR1INHER
BEGRUIData origin indicator INHERCHAR1INHER
ANLNRIData origin indicator INHERCHAR1INHER
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
SUBMTIData origin for construction type field INH_SUBMTICHAR1INHER
IEQUIInstallation of equipment allowed at the functional location IEQUICHAR1X
IEQUIIData origin for equip. inst. allowed field INH_IEQUIICHAR1INHER

Key field Non-key field



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

As ITOBFIELDS_INHERITANCE 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 ITOBFIELDS_INHERITANCE as there is no data to select.

How to access SAP table ITOBFIELDS_INHERITANCE

Within an ECC or HANA version of SAP you can also view further information about ITOBFIELDS_INHERITANCE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).