SAP ALM_ME_PM_BAPI_ITOB BAPI Structure for Technical Objects Table data and field list

ALM_ME_PM_BAPI_ITOB 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 "BAPI Structure for Technical Objects" 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_ALM_ME_PM_BAPI_ITOB TYPE ALM_ME_PM_BAPI_ITOB.

The ALM_ME_PM_BAPI_ITOB table consists of various fields, each holding specific information or linking keys about BAPI Structure for Technical Objects data available in SAP. These include OBJECTTYPE (Type of Technical Object), INVENTORY (Inventory number), OBJ_SIZE (Size/dimension), OBJ_WEIGHT (Weight of 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. .

ALM_ME_PM_BAPI_ITOB structure Technical Details:

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


SAP ALM_ME_PM_BAPI_ITOB 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 ALM_ME_PM_BAPI_ITOB 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
AUTHGRPTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
OBJECTTYPEType of Technical Object EQARTCHAR10Assigned to domainEQART
INVENTORYInventory number INVNRCHAR25INVNR_ANLA
OBJ_SIZESize/dimension GROSSCHAR18GROES
OBJ_WEIGHTWeight of object OBJ_WEIGHTQUAN13(3) MENG13
UNIT_OF_WTUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACQDATEAcquisition date ANDTIDATS8DATUM
ACQUISVALAcquisition Value ANSWTCURR13(2) WERT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR_ISOISO currency code ISOCDCHAR3ISOCD
MANFACTUREManufacturer of asset HERSTCHAR30TEXT30
MANCOUNTRYCountry of manufacture HERLDCHAR3Assigned to domainLAND1
COUNTR_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
MANSERNOManufacturer serial number SERGECHAR30CHAR30
MANMODELManufacturer model number TYPBZCHAR20TYPBZ
CONSTYEARYear of construction BAUJJCHAR4GJAHRCJAHR
CONSTMONTHMonth of construction BAUMMCHAR2BAUMM
START_FROMStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
PLANPLANTMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
CONSTTYPEConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
MANPARNOManufacturer part number MAPARCHAR30MAPAR
PLANGROUPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
CATPROFILECatalog Profile RBNRCHAR9Assigned to domainRBNR
WORK_CTRObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
DESCRIPTDescription of technical object KTX01CHAR40TEXT40
ABCINDICABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
SORTFIELDSort field EQFNRCHAR30CHAR30
MAINTPLANTMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
MAINTLOCAsset location STORTCHAR10Assigned to domainAP_STAND
MAINTROOMRoom RAUMNRCHAR8CHAR8
PLSECTNPlant section BEBERCHAR3Assigned to domainBEBERBBE
PP_WKCTRObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WBS_ELEMWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
STANDORDERStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
SETTLORDERSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SALES_OFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
SALES_GRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
READ_CRDATDate on Which Record Was Created ERDATDATS8DATUM
READ_CRNAMName of Person who Created the Object ERNAMCHAR12USNAM
READ_CHDATChanged On AEDATDATS8DATUM
READ_CHNAMName of Person Who Changed Object AENAMCHAR12USNAM
READ_ADRNRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR

Key field Non-key field



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

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

How to access SAP table ALM_ME_PM_BAPI_ITOB

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

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