EPM_CAPLOAD_KPI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The evaluation for capacity load utilization is used to calculate the capacity load utilization of work centers, planning groups, plants, as well as the utilization for all plants within a specific time period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter EPM_CAPLOAD_KPI into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: S_WERKS = D .
Selection Text: S_PLANR = D .
Selection Text: S_KAPART = D .
Selection Text: S_ARBPL = D .
Selection Text: P_ROLE = D .
Selection Text: P_CONTXT = D .
Selection Text: S_USRVAR = GUID User Variants for KPI
Selection Text: P_ZUKUNF = Days in the Future
Selection Text: P_VERGAN = Days in the Past
Selection Text: P_UPDATE = Update KPI
Selection Text: P_TARGET = KPI Managing System
Selection Text: P_DIRECT = KPI Category
Title: Evaluation for Capacity Load Utilization
Text Symbol: Y2R = Yllw->Red:
Text Symbol: Y2G = Yllw->Grn:
Text Symbol: R2Y = Red->Yllw:
Text Symbol: LYE = YellowLED
Text Symbol: LRE = Red LED
Text Symbol: LIN = Inactive LED
Text Symbol: LGR = Green LED
Text Symbol: IC1 = Plnt
Text Symbol: HIE = Total->Plant->Planning Grp->Work Center
Text Symbol: HI1 = Total->Plant->Planning Grp->Work Center
Text Symbol: G2Y = Grn->Yllw:
Text Symbol: 014 = Work Center
Text Symbol: 013 = Planner Grp
Text Symbol: 012 = SOP Requirements
Text Symbol: 011 = Rate-Based Plan. Req
Text Symbol: 010 = Detail. Sched. Reqs
Text Symbol: 009 = Threshold Val.
Text Symbol: 008 = Target Value
Text Symbol: 007 = Report
Text Symbol: 006 = Status
Text Symbol: 005 = Total Display
Text Symbol: 004 = Utilization (%)
Text Symbol: 003 = Capacity Load Utilization (%)
Text Symbol: 002 = KPI
Text Symbol: 001 = Variant
INCLUDE EPM_CONST.
INCLUDE EPM_CAPLOAD_KPI_CONST.
INCLUDE EPM_CAPLOADKPI_TOP.
INCLUDE KFM_KF_REPORT_TOP.
INCLUDE KFM_KF_REPORT_PARAMETERS.
INCLUDE KFM_KF_REPORT_INITIALIZATION.
INCLUDE KFM_KF_REPORT_SELSCREEN_OUTPUT.
INCLUDE KFM_KF_REPORT_AT_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.