ITOBATTR SAP (PM: Technical object attributes) Structure details

Dictionary Type: Structure
Description: PM: Technical object attributes




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




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

ITOBATTR 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: Technical object attributes" 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_ITOBATTR TYPE ITOBATTR.

The ITOBATTR table consists of various fields, each holding specific information or linking keys about PM: Technical object attributes data available in SAP. These include AKTYP (Activity category in transaction (Cr/Ch/D)), TYPTX (Technical type text), REFTP (Equipment reference category), PARK1 (Partner Function for Current Customer in Serial Number).. 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: Can be enhanced (character-type or numeric)


SAP ITOBATTR 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
OBJECT_TYPETechnical object types in plant maintenance ITOBTYPCHAR2ITOBTYP
AKTYPActivity category in transaction (Cr/Ch/D) AKTTYPCHAR1AKTTYP
TYPTXTechnical type text TYPTXCHAR30TEXT30
REFTPEquipment reference category REFTPCHAR1REFTP
PARK1Partner Function for Current Customer in Serial Number PARK1CHAR2Assigned to domainPARVWPARVW
PARK2Partner Function for Equipment Vendor PARK2CHAR2Assigned to domainPARVWPARVW
PARK3Partner Function for Customer in Equipment Usage Period PARK3CHAR2Assigned to domainPARVWPARVW
PARK4Partner Function for Endcustomer in Equipment Usage Period PARK4CHAR2Assigned to domainPARVWPARVW
PARK5Partner Function for Operator in Equipment Usage Period PARK5CHAR2Assigned to domainPARVWPARVW
SERUNISerial Number Unique to Material SERUNICHAR1X
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TXT_EQUNRDescription of technical object KTX01CHAR40TEXT40
HEQUISuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
TXT_HEQUIDescription of technical object KTX01CHAR40TEXT40
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
TXT_TPLKZStructure indicator text for functional locations TPLXTCHAR40TEXT40
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
TXT_TPLNRDescription of functional location PLTXTCHAR40TEXT40
TPLMASuperior functional location TPLMACHAR30Assigned to domainTPLNRTPLNRIFLM
TXT_TPLMADescription of superior functional location MPTXTCHAR40TEXT40
TRPNRReference functional location TRPNRCHAR30Assigned to domainTRPNRIRLIRLM
TXT_TRPNRDescription of the reference functional location RPTXTCHAR40TEXT40
IEQUIInstallation of equipment allowed at the functional location IEQUICHAR1X
IEQUIIData origin for equip. inst. allowed field INH_IEQUIICHAR1INHER
EINZLSingle equipment installation at functional location EINZLCHAR1XFELD
EQCNTNumber of pieces of equipment installed at a FunctLocation EQ_COUNTINT410EQUI_COUNT
LGTXTLong text indicator IND_LGTXTCHAR1X
INTNOTELong text indicator IND_LGTXTCHAR1X
DOCUMENTLong text indicator IND_LGTXTCHAR1X
STTXTDisplay lines for system status ILOM_STTXSCHAR40TEXT40
STTXUDisplay lines for user status ILOM_STTXUCHAR40TEXT40
KLASSEClass number KLASSE_DCHAR18KLASSEKLA
KLASSENARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
KLASSENTEXTClass Description KLSBEZCHAR40TEXT40KBZ
ADDRHANDLEHandle for Creating Addresses/Persons (Bus. Addr. Services) AD_HANDLECHAR140TEXT140
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GEWRKMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
WERGWPlant associated with main work center WERGWCHAR4Assigned to domainWERKS
TXT_GEWRKShort text for the work center AP_KTEXTCHAR40TEXT40
ARBPLWork center ARBPLCHAR8ARBPLAGR
TXT_ARBPLShort text for the work center AP_KTEXTCHAR40TEXT40
SYNC_PM_AASynchronization Status Master Data PM-AA SYNC_PM_AACHAR1SYNC_PM_AA
ACTION_PMChange Asset Master Record from Equipment Master AAPM_ACT_CHANGE_PMCHAR1AAPM_ACT
ACTION_AAChange Equipment Master when Changing Asset AAPM_ACT_CHANGE_AACHAR1AAPM_ACT
STATUS_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
CLASS_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
PARTNER_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
LONGTEXT_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
INTNOTE_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
WARRANT_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
DOCUMENT_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
INHER_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
REFEQUI_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND
REFMAT_FLAGGeneral indicator; values allowed: ' ' and 'X' IINDCHAR1IIND

Key field Non-key field



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

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

How to access SAP table ITOBATTR

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