BWE_EQUI SAP (PM-BW Master Data: Extraction Structure for Equipment) Structure details

Dictionary Type: Structure
Description: PM-BW Master Data: Extraction Structure for Equipment




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




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

BWE_EQUI 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-BW Master Data: Extraction Structure for Equipment" 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_BWE_EQUI TYPE BWE_EQUI.

The BWE_EQUI table consists of various fields, each holding specific information or linking keys about PM-BW Master Data: Extraction Structure for Equipment data available in SAP. These include DATETO (Valid To Date), DATEFROM (Valid-From Date), 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 BWE_EQUI 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
DATETOValid To Date DATBIDATS8DATUM
DATEFROMValid-From Date DATABDATS8DATUM
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
INVNRInventory number INVNRCHAR25INVNR_ANLA
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
MSGRPRoom RAUMNRCHAR8CHAR8
ADRNRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ANSWTAcquisition Value ANSWTCURR13(2) WERT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANSDTAcquisition date ANDTIDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
INBDTFirst start-up date INBDTDATS8DATUM
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
VAPLZMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
VAWRKPlant associated with main work center WERGWCHAR4Assigned to domainWERKS
AUFNRSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
ARBPLWork center ARBPLCHAR8ARBPLAGR
LAM_STARTStart Point EAML_START_POINTCHAR18EAML_POINT
LAM_ENDEnd Point EAML_END_POINTCHAR18EAML_POINT
LINEAR_LENGTHLength in SI Unit EAML_LINEAR_LENGTH_SIFLTP16(16) EAML_POINT_SI
LINEAR_UNITUnit of Measurement for Linear Data EAML_LINEAR_UNITUNIT3Assigned to domainCUNITMEINSEAML_H_T006

Key field Non-key field



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

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

How to access SAP table BWE_EQUI

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