HRECM00BW_IS_COMP_MONITOR SAP (BW Extract Structure: Enterprise Compensation Status Monitor) Structure details

Dictionary Type: Structure
Description: BW Extract Structure: Enterprise Compensation Status Monitor




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




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

HRECM00BW_IS_COMP_MONITOR 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 "BW Extract Structure: Enterprise Compensation Status Monitor" 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_HRECM00BW_IS_COMP_MONITOR TYPE HRECM00BW_IS_COMP_MONITOR.

The HRECM00BW_IS_COMP_MONITOR table consists of various fields, each holding specific information or linking keys about BW Extract Structure: Enterprise Compensation Status Monitor data available in SAP. These include ORGEH (Organizational Unit), BUDGET_TYPE (Budget structure element type), BUDGET_PERIOD (Financial Year), CALDAY (Calendar day).. 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: Cannot Be Enhanced


SAP HRECM00BW_IS_COMP_MONITOR 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
CREVICompensation Review ECM_CREVICHAR4Assigned to domainECM_CREVI
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
BUDGET_TYPEBudget structure element type BUTYPCHAR4Assigned to domainPM_BUTYPPBU
BUDGET_PERIODFinancial Year FINYRCHAR10CHAR10PFY
CALDAYCalendar day RSCALDAYDATS8DATUM
PROCESS_STATUSProcess Status ECM_PROCESS_STATUSCHAR1ECM_PROCESS_STATUS
MANAGER_PLANPersonnel Number PERNR_DNUMC8PERNRPER
MANAGER_APPPersonnel Number PERNR_DNUMC8PERNRPER
N_TOTALTotal number of employees ECM_N_TOTALINT410
N_PLANNINGNumber of employees in planning ECM_N_PLANNINGINT410
N_SUBMITTEDNumber of Employees Submitted ECM_N_SUBMITTEDINT410
N_APPROVEDNumber of Employees Approved ECM_N_APPROVEDINT410
N_ACTIVENumber of Employees Activated ECM_N_ACTIVEINT410
N_REJECTEDNumber of employees rejected ECM_N_REJECTEDINT410
N_ORG_CREVICounter ECM_BW_CNTINT410
BD_AMT_TOTBudgeted Amount ECM_BDAMTCURR16(2) PMCURR
BD_AMT_DISTSpent Budget Amount ECM_SPAMTCURR16(2) PMCURR
BD_AMT_REMBudgeted Amount ECM_BDAMTCURR16(2) PMCURR
BD_AMT_CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BD_AW_TOTNumber of Budgeted Awards ECM_BDNUMDEC10ECM_STKNO
BD_AW_DISTSpent Budget Number ECM_SPNUMDEC10ECM_STKNO
BD_AW_REMNumber of Budgeted Awards ECM_BDNUMDEC10ECM_STKNO
BD_AW_UNITStock Unit ECM_STKUNCHAR4Assigned to domainECM_STKUN

Key field Non-key field



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

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

How to access SAP table HRECM00BW_IS_COMP_MONITOR

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