ITOBAPI_CREATE SAP (PM: Createable ITOB Fields, Equis + FunctLocs Through APIs) Structure details

Dictionary Type: Structure
Description: PM: Createable ITOB Fields, Equis + FunctLocs Through APIs




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




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

ITOBAPI_CREATE 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: Createable ITOB Fields, Equis + FunctLocs Through APIs" 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_CREATE TYPE ITOBAPI_CREATE.

The ITOBAPI_CREATE table consists of various fields, each holding specific information or linking keys about PM: Createable ITOB Fields, Equis + FunctLocs Through APIs data available in SAP. These include TXASP (Primary language indicator for text segment), BEGRU (Technical object authorization group), EQART (Type of Technical Object), INVNR (Inventory 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 ITOBAPI_CREATE 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
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
TXASPPrimary language indicator for text segment KZMLACHAR1CHAR1
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
INVNRInventory number INVNRCHAR25INVNR_ANLA
GROESSize/dimension GROSSCHAR18GROES
BRGEWWeight of object OBJ_WEIGHTQUAN13(3) MENG13
GEWEIUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
ANSDTAcquisition date ANDTIDATS8DATUM
ANSWTAcquisition Value ANSWTCURR13(2) WERT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HERSTManufacturer of asset HERSTCHAR30TEXT30
HERLDCountry of manufacture HERLDCHAR3Assigned to domainLAND1
SERGEManufacturer serial number SERGECHAR30CHAR30
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
BAUMMMonth of construction BAUMMCHAR2BAUMM
INBDTStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
MAPARManufacturer part number MAPARCHAR30MAPAR
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
WKCTRObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
SHTXTDescription of technical object KTX01CHAR40TEXT40
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_CREATE using ABAP code?

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

How to access SAP table ITOBAPI_CREATE

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