UAB_CE_REPORTING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter UAB_CE_REPORTING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UA_CE_REPORT - Costing Engine Analysis
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: GD_DB = D .
Title: Data Basis Analysis
Text Symbol: VAL = Value
Text Symbol: TO1 = To Value
Text Symbol: KEY = Key
Text Symbol: GR3 = Description
Text Symbol: GR2 = Working Environment
Text Symbol: GR1 = Object ID
Text Symbol: FRO = From Value
Text Symbol: FIE = Field Name
Text Symbol: EXE = Execute
Text Symbol: EX2 = Buffered Read
Text Symbol: EX1 = Direct Read in Database
Text Symbol: DES = Description
Text Symbol: 200 = Details
Text Symbol: 100 = Error
Text Symbol: 026 = Optimize Heading Column Accordingly
Text Symbol: 025 = Optimize Contents Column Accordingly
Text Symbol: 020 = Details of Table Types
Text Symbol: 019 = Details of Working Environment
Text Symbol: 018 = Version
Text Symbol: 016 = Receiver (Structure Links)
Text Symbol: 015 = Receiver (Structure Links)
Text Symbol: 014 = Object Types
Text Symbol: 013 = Data Basis
Text Symbol: 012 = Selection
Text Symbol: 011 = Object Types
Text Symbol: 010 = Display Sender Nodes
Text Symbol: 009 = Display Receiver Nodes
Text Symbol: 008 = Back
Text Symbol: 007 = Change Posting Level
Text Symbol: 006 = Display Items
Text Symbol: 005 = Details
Text Symbol: 004 = Optimize Column Width
Text Symbol: 003 = Sender (Links)
Text Symbol: 002 = Receiver (Links)
Text Symbol: 001 = Nodes and Links
INCLUDE UAB_CE_REP_LCL_REPORTING.
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.