SAP EQUI_INHER_DATA Technical Object: Data-Transfer-Relevant Fields Table data and field list

EQUI_INHER_DATA 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 "Technical Object: Data-Transfer-Relevant Fields" 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_EQUI_INHER_DATA TYPE EQUI_INHER_DATA.

The EQUI_INHER_DATA table consists of various fields, each holding specific information or linking keys about Technical Object: Data-Transfer-Relevant Fields data available in SAP. These include INGRP (Planner Group for Customer Service and Plant Maintenance), GEWRK (Object ID of the Work Center), ABCKZ (ABC indicator for technical object), EQFNR (Sort field)... 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. .

EQUI_INHER_DATA 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 EQUI_INHER_DATA 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 EQUI_INHER_DATA 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

Key field Non-key field



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

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

How to access SAP table EQUI_INHER_DATA

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

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