SAP ITOBAPI_MODIFY_ILOA PM: ITOB Fields Changeable Using APIs, Equis+Locs, Tab. ILOA Table data and field list

ITOBAPI_MODIFY_ILOA 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 Changeable Using APIs, Equis+Locs, Tab. ILOA" 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_ITOBAPI_MODIFY_ILOA TYPE ITOBAPI_MODIFY_ILOA.

The ITOBAPI_MODIFY_ILOA table consists of various fields, each holding specific information or linking keys about PM: ITOB Fields Changeable Using APIs, Equis+Locs, Tab. ILOA data available in SAP. These include EQFNR (Sort field), SWERK (Maintenance plant), STORT (Location of maintenance object), MSGRP (Room)... 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. .

ITOBAPI_MODIFY_ILOA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ITOBAPI_MODIFY_ILOA 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 ITOBAPI_MODIFY_ILOA 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
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
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
AUFNRSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
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

Key field Non-key field



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

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

How to access SAP table ITOBAPI_MODIFY_ILOA

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

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