UPB_CUSTOMIZING 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 UPB_CUSTOMIZING 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: P_PM = D .
Selection Text: P_APPLC = D .
Selection Text: P_PROP = Properties
Selection Text: P_LAST = Statistical Information
Title: BPS Customizing Overview - Planning Folders
Text Symbol: 031 = Planning Function
Text Symbol: 032 = Parameter Group
Text Symbol: 033 = Planning Method
Text Symbol: 034 = Planning Sequence
Text Symbol: 035 = Local Planning Sequence
Text Symbol: 036 = Global Planning Sequence
Text Symbol: 037 = Manual Planning
Text Symbol: 038 = Planning Layout
Text Symbol: 039 = Pushbutton
Text Symbol: 040 = Upon Saving
Text Symbol: 041 = Before Layout Change
Text Symbol: 042 = Upon Starting
Text Symbol: 043 = Before Layout Display
Text Symbol: 044 = Time of Execution
Text Symbol: 045 = Display Type
Text Symbol: 046 = Position of Legend
Text Symbol: 047 = Drill-Down Sequence
Text Symbol: 048 = Width of Graphic
Text Symbol: 049 = Height of Graphic
Text Symbol: 050 = (PAI)
Text Symbol: 051 = (POB)
Text Symbol: 052 = No Description
Text Symbol: T01 = General Selection
Text Symbol: T02 = Additional Information
Text Symbol: 030 = Planning Package
Text Symbol: 001 = Planning Folder
Text Symbol: 002 = Global Planning Sequence
Text Symbol: 003 = Input Layouts
Text Symbol: 004 = Statistical Information
Text Symbol: 005 = Last Changed by
Text Symbol: 006 = Last Changed on
Text Symbol: 007 = Last Changed at
Text Symbol: 008 = Version Number
INCLUDE UPC_CUSTOMIZINGF01. " FORMS: LAST CHANGED
INCLUDE UPB_CUSTOMIZINGF01. " FORMS: PROCESS FOLDER...
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.