HRECM00_PLANNING_PROGRESS_UI SAP (Structure for the ALV-Output in the ECM Planning Progress) Structure details

Dictionary Type: Structure
Description: Structure for the ALV-Output in the ECM Planning Progress




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




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

HRECM00_PLANNING_PROGRESS_UI 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 "Structure for the ALV-Output in the ECM Planning Progress" 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_HRECM00_PLANNING_PROGRESS_UI TYPE HRECM00_PLANNING_PROGRESS_UI.

The HRECM00_PLANNING_PROGRESS_UI table consists of various fields, each holding specific information or linking keys about Structure for the ALV-Output in the ECM Planning Progress data available in SAP. These include PLANNINGUNIT_ID (Object ID), PLANNINGUNIT (Object Name), PLANNING_MANAGER (Formatted Name of Employee or Applicant), CH_USR (Name of Person Who Changed Object).. 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 HRECM00_PLANNING_PROGRESS_UI 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
LFDNRSequence Number for Compensation Tracking ECM_LFDNRNUMC3ECM_LFDNR
PLANNINGUNIT_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PLANNINGUNITObject Name STEXTCHAR40TEXT40
PLANNING_MANAGERFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CH_USRName of Person Who Changed Object AENAMCHAR12USNAM
CH_USR_ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CH_BEGTime Stamp of First Change ECM_CH_BEGDEC15TZNTSTMPS
CH_ENDTime Stamp of Last Change ECM_CH_ENDDEC15TZNTSTMPS
PROCESS_STATUSProcess Status ECM_PROCESS_STATUSCHAR1ECM_PROCESS_STATUS
PROCESS_STATUS_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
CH_ACTActions on Org. unit basis for Compensation Tracking ECM_P_ACTCHAR1ECM_P_ACT
CH_ACT_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
EE_PLEmployees (direct reports) of Org. Unit are planned ECM_EE_PLCHAR1ECM_EE_PL
EE_PL_TEXTHR: Master Data, Char Field of Length 65 HRPAD_CHAR65CHAR65HRPAD_CHAR65
ORGRELIf selected the org unit is not relevant for planning ECM_ORGRELCHAR1ECM_ORGREL
ORGREL_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ITXEXNote exists ECM_NOTE_EXISTSCHAR1XFELD
NOTE Text of the note0
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

Key field Non-key field



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

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

How to access SAP table HRECM00_PLANNING_PROGRESS_UI

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