BPO_MEASJOB SAP (System Measurement Jobs Scheduled and Running) Table details

Dictionary Type: Table
Description: System Measurement Jobs Scheduled and Running




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




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

BPO_MEASJOB is a standard SAP Table which is used to store System Measurement Jobs Scheduled and Running data and is available within R/3 SAP systems depending on the version and release level.

The BPO_MEASJOB table consists of various fields, each holding specific information or linking keys about System Measurement Jobs Scheduled and Running data available in SAP. These include ENGINE (BPO Measurement Engine), BNAME (User Name in User Master Record), PLAN_DATE (Date), PLAN_TIME (Time).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BPO_MEASJOB table 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
CLIENTClient MANDTCLNT3T000MANDT
ENGINEBPO Measurement Engine BPO_ENGINECHAR4BPO_ENGINES
BNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
PLAN_DATEDate DATE_DATS8DATS
PLAN_TIMETime TIME_TIMS6SYTIME
START_DATEDate DATE_DATS8DATS
START_TIMETime TIME_TIMS6SYTIME
END_DATEDate DATE_DATS8DATS
END_TIMETime TIME_TIMS6SYTIME
STATUSSystem measurement: status of a system measurement job RSUVM_STATCHAR1RSUVM_STAT
JOB_NAMEBackground job name BTCJOBCHAR32CHAR32
JOB_COUNTJob ID BTCJOBCNTCHAR8CHAR8

Key field Non-key field



How do I retrieve data from SAP table BPO_MEASJOB using ABAP code

The following ABAP code Example will allow you to do a basic selection on BPO_MEASJOB to SELECT all data from the table
DATA: WA_BPO_MEASJOB TYPE BPO_MEASJOB.

SELECT SINGLE *
FROM BPO_MEASJOB
INTO CORRESPONDING FIELDS OF WA_BPO_MEASJOB
WHERE...

How to access SAP table BPO_MEASJOB

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