SAP Reports / Programs

EPM_CAPLOAD_KPI SAP ABAP Report - Evaluation for Capacity Load Utilization







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EPM_CAPLOAD_KPI. "Basic submit
SUBMIT EPM_CAPLOAD_KPI AND RETURN. "Return to original report after report execution complete
SUBMIT EPM_CAPLOAD_KPI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





INCLUDES used within this REPORT EPM_CAPLOAD_KPI

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.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EPM_CAPLOAD_KPI or its description.