EAMS_S_BO_MPOS_ADD SAP (BO Maint. Plan Item - additional data) Structure details

Dictionary Type: Structure
Description: BO Maint. Plan Item - additional data




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




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

EAMS_S_BO_MPOS_ADD 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 "BO Maint. Plan Item - additional data" 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_EAMS_S_BO_MPOS_ADD TYPE EAMS_S_BO_MPOS_ADD.

The EAMS_S_BO_MPOS_ADD table consists of various fields, each holding specific information or linking keys about BO Maint. Plan Item - additional data data available in SAP. These include MPTYP (Maintenance plan category), MPTYP_TEXT (Text, 40 Characters Long), STICH (Scheduling indicator), WSTRA_TEXT (Description of maintenance strategy).. 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)


SAP EAMS_S_BO_MPOS_ADD 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
WPTXTMaintenance Plan Text WPTXTCHAR40TEXT40
MPTYPMaintenance plan category MPTYPCHAR2Assigned to domainMPTYPWAT
MPTYP_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
STICHScheduling indicator TERMKNZCHAR1TERMKNZ
WSTRA_TEXTDescription of maintenance strategy TXWSTRACHAR30TXT30
TASKLIST_TEXTTask list description PLANTEXTCHAR40TEXT40
EQTXTDescription of technical object KTX01CHAR40TEXT40
PLTXTDescription of functional location PLTXTCHAR40TEXT40
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EAMS_TEC_OBJ_TYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10Assigned to domain/PLMB/GOS_OBJECT_TYPE
EAMS_TEC_OBJ_NOTechnical Object EAMS_TEC_OBJCHAR40EAMS_TEC_OBJ
EAMS_TEC_OBJ_DESTechnical Object Description EAMS_TEC_OBJ_DESCHAR40TEXT40
EAMS_TEC_OBJ_TYPE_DESCDescription of Technical Object Type EAMS_TEC_OBJ_TYPE_DESCCHAR40/PLMB/GOS_OTYPE_DESC
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
BAUTXDescription of PM Assembly BAUTXCHAR40TEXT40
MATERIAL_TEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
MAINT_PLAN_PLANT_NAMEName NAME1CHAR30TEXT30
ORDERTYPE_TEXTShort Text AUARTTEXTCHAR40TEXT40
NTFTYPE_TEXTNotification Type Texts QMARTXCHAR20TEXT20
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERGWPlant associated with main work center WERGWCHAR4Assigned to domainWERKS
WORKCENTER_TEXTShort text for the work center AP_KTEXTCHAR40TEXT40
WORKCENTER_PLANT_TEXTName NAME1CHAR30TEXT30
INNAMName of the Maintenance Planner Group INNAMCHAR18TEXT18
MAINT_ACTIV_TEXTDescription of maintenance activity type ILATXCHAR30TXT30
GTEXTBusiness area description GTEXTCHAR30TEXT30
SALES_ORD_IT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
BST_KDATBStart of Validity Period KDATBDATS8DATUM
BST_KDATEEnd of Validity Period KDATEDATS8DATUM
EQFNRSort field EQFNRCHAR30CHAR30
SWERKMaintenance plant SWERKCHAR4T001WWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10T499SAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3T357BEBERBBE
PP_WORKCENTERWork center ARBPLCHAR8ARBPLAGR
PP_WORKCENTER_TEXTWork center description KTXT40CHAR40TEXT40
PPSIDObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID
ILOA_GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
DAUFNStanding order number DAUFNCHAR12AUFKALPHAAUFNRORDP
ORDSTSettlement order ILOM_ORDSTCHAR12AUFKALPHAAUFNRORDE
PRIORITY_TEXTPriority Text PRIOKXCHAR20TEXT20
LOCATION_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
PLANT_SECTION_RESPONSIBLEPerson Responsible for Plant Section EAMS_PERS_RESP_PLANT_SECTCHAR30CHAR30
PLANT_SECTION_PHONEPhone number of person responsible for company area TELECHAR12CHAR12
ABCKZ_TEXTText for ABC Indicator for Technical Objects ABCTXCHAR20TEXT20
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
ANLA_TEXTAsset description TXA50_ANLTCHAR50TEXT50
COST_CENTER_TEXTGeneral Name KTEXTCHAR20TEXT20
WBS_TEXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
MAINT_PLANT_TEXTName NAME1CHAR30TEXT30
OBJECTLIST_EXISTSObject List Exists EAMS_OBJECTLIST_EXISTSCHAR1BOOLEAN
ILOA_GTEXTBusiness area description GTEXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table EAMS_S_BO_MPOS_ADD

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