SAP Reports / Programs | SAP Business Information Warehouse | Planning | Business Planning and Simulation(BW-PLA-BPS) SAP BW

UPB_CUSTOMIZING SAP ABAP Report - BPS Customizing Overview - Planning Folders







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


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 UPB_CUSTOMIZING. "Basic submit
SUBMIT UPB_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT UPB_CUSTOMIZING 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: 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





Text Symbol: 009 = Output Layouts
Text Symbol: 010 = Input Layout
Text Symbol: 011 = Output Layout
Text Symbol: 012 = Graphic
Text Symbol: 013 = Layout & Image
Text Symbol: 014 = Planning Function Pushbutton
Text Symbol: 015 = Local Sequence Pushbutton
Text Symbol: 016 = Global Sequence Pushbutton
Text Symbol: 017 = Currency Settings
Text Symbol: 018 = Documents
Text Symbol: 019 = Save Pushbutton
Text Symbol: 020 = Function
Text Symbol: 021 = Program
Text Symbol: 022 = Exit Function Pushbutton
Text Symbol: 023 = Folder Settings
Text Symbol: 024 = Setting
Text Symbol: 025 = Variables
Text Symbol: 026 = Variable
Text Symbol: 027 = Exit Function
Text Symbol: 028 = Planning Area
Text Symbol: 029 = Planning Level


INCLUDES used within this REPORT UPB_CUSTOMIZING

INCLUDE UPC_CUSTOMIZINGF01. " FORMS: LAST CHANGED
INCLUDE UPB_CUSTOMIZINGF01. " FORMS: PROCESS FOLDER...


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 UPB_CUSTOMIZING or its description.