SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

KE1_WU SAP ABAP Report - PCA Where-Used List







KE1_WU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 KE1_WU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

1KE4N - Profit Center Where-Used List


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 KE1_WU. "Basic submit
SUBMIT KE1_WU AND RETURN. "Return to original report after report execution complete
SUBMIT KE1_WU 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: RUNID = D .
Selection Text: KOKRS = D .
Selection Text: T_PRCTR = Profit Center
Selection Text: T_LEVEL = Profit Center Subhierarchy
Selection Text: T_HIER = Profit Center Hierarchy
Selection Text: STANDARD = Standard Hierarchy
Selection Text: SETS = Selection by Hierarchies
Selection Text: SEL_PRC = Accordg to Data Retrieval Run
Selection Text: PRCTR = Selection by Profit Center
Selection Text: ANA_DAT = Analysis Date
Title: PCA Where-Used List
Text Symbol: 144 = No - Not Valid on Analysis Date
Text Symbol: 143 = Yes - Not Valid on Analysis Date
Text Symbol: 142 = No - Valid on Analysis Date
Text Symbol: 141 = Yes - Valid on Analysis Date
Text Symbol: 140 = Legend
Text Symbol: 139 = Selection
Text Symbol: 138 = Manage Selection Data
Text Symbol: 137 = Profit Center View
Text Symbol: 135 = Segment View
Text Symbol: 133 = FullScrn
Text Symbol: 132 = Segment
Text Symbol: 131 = Sort Descending
Text Symbol: 130 = Sort Ascending
Text Symbol: 129 = Find Next
Text Symbol: 128 = Find
Text Symbol: 127 = Display List
Text Symbol: 145 = Do you really want to exit the analysis?
Text Symbol: 146 = Yes
Text Symbol: 147 = WBS Elements
Text Symbol: 148 = Project Definition
Text Symbol: 150 = Cost Objects
Text Symbol: 151 = RE Objects
Text Symbol: 152 = Selecting profit centers
Text Symbol: 153 = Profit center selection is completed
Text Symbol: 154 = Reading application data
Text Symbol: 155 = Application data has been read
Text Symbol: 156 = Segment Description





Text Symbol: 157 = Profit Center Name
Text Symbol: 158 = Object Type
Text Symbol: 159 = Asset
Text Symbol: 160 = Account Group
Text Symbol: 161 = Assets
Text Symbol: 162 = Information: Number of Objects
Text Symbol: 126 = Display Nonassigned Objects
Text Symbol: 025 = Overhead Cost Orders
Text Symbol: 024 = Bus. Processes
Text Symbol: 023 = Cost Centers
Text Symbol: 022 = Create New Selection Run
Text Symbol: 021 = Overhead Costs
Text Symbol: 020 = Contained in Run
Text Symbol: 019 = Applications
Text Symbol: 018 = Name
Text Symbol: 017 = Number of Data Records
Text Symbol: 016 = Materials
Text Symbol: 014 = Production
Text Symbol: 013 = Profit Center Master Data
Text Symbol: 012 = Selected Profit Centers
Text Symbol: 011 = Profit Center Subhierarchy
Text Symbol: 010 = Profit Center Hierarchy
Text Symbol: 009 = PCA Where-Used List: Run
Text Symbol: 008 = Key Date:
Text Symbol: 006 = Hierarchy Selection
Text Symbol: 005 = Profit Center Selection
Text Symbol: 004 = PrCtr Hierarchy/Hierarchies
Text Symbol: 003 = Profit Center Selection
Text Symbol: 001 = Run / Controlling Area:
Text Symbol: 125 = Select a profit center
Text Symbol: 123 = Hide Functions
Text Symbol: 122 = Show Functions
Text Symbol: 117 = Hide Table
Text Symbol: 111 = Cancel
Text Symbol: 109 = Display Existing Runs
Text Symbol: 106 = Cluster table could not be read
Text Symbol: 042 = Hide Filter(s)
Text Symbol: 041 = Filter
Text Symbol: 040 = Overview





Text Symbol: 038 = PrCtr Selection
Text Symbol: 036 = PrCtr <-> Segment
Text Symbol: 035 = Profit Center
Text Symbol: 034 = Sales Documents
Text Symbol: 033 = Sales Document
Text Symbol: 032 = Orders
Text Symbol: 031 = Order
Text Symbol: 030 = Materials
Text Symbol: 029 = Matl Type
Text Symbol: 028 = Order Type
Text Symbol: 027 = W/o Plant
Text Symbol: 026 = Other


INCLUDES used within this REPORT KE1_WU

INCLUDE KE1_WU_TYPES.
INCLUDE KE1_WU_MAKROS.
INCLUDE KE1_WU_DEF.
INCLUDE KE1_WU_DATA.
INCLUDE KE1_WU_FRAME.
INCLUDE KE1_WU_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 KE1_WU or its description.