UCF_LIST_METHOD 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 UCF_LIST_METHOD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCF03 - List of Method Settings/Cons
UCF04 - List of Method Settings/Plan
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: SO_PLEV = D Planning Level
Selection Text: SO_PARA = D Parameter Group
Selection Text: SO_METH1 = D Consolidation Method
Selection Text: SO_METH = D Planning Function
Selection Text: SO_AREA1 = D Consolidation Area
Selection Text: SO_AREA = D Planning Area
Selection Text: PA_METHT = D Method Category
Title: Customizing List
Text Symbol: 104 = Upload
Text Symbol: 103 = Reclassification
Text Symbol: 102 = Currency Translation Report
Text Symbol: 101 = Allocation Customizing Report
Text Symbol: 100 = Rounding Customizing Report
Text Symbol: 019 = Range Description
Text Symbol: 018 = Line Description
Text Symbol: 017 = Characteristics
Text Symbol: 016 = From
Text Symbol: 015 = To
Text Symbol: 014 = Methods
Text Symbol: 013 = Values
Text Symbol: 012 = Selection Condition of Difference
Text Symbol: 011 = Values
Text Symbol: 010 = Selection Condition of Trigger2
Text Symbol: 009 = Text
Text Symbol: 008 = Selection Condition of Trigger1
Text Symbol: 007 = Value
Text Symbol: 006 = Selection Condition of Trigger
Text Symbol: 005 = Type of Rounding Rule
Text Symbol: 004 = Steps
Text Symbol: 003 = Rounding Key Figures
Text Symbol: 002 = Checking Key Figures
Text Symbol: 001 = Method
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UC_TREE_DISPLAY call function 'UC_TREE_DISPLAY' exporting e_title = i_method_name e_tab_struct = i_struc_name * E_HLP_STRUCT = i_struc_name et_data =
et_list = lt_list[] et_fdisp = lt_fdisp[] et_kdisp = lt_kdisp[] * ET_KCORR = et_blist = lt_blist[] et_mdata = lt_mdata[] * ET_RCALL = * E_CALLBACK_USER_COMMAND = * E_CALLBACK_RECURSE = * E_CALLBACK_STATUS = changing ct_work = ct_ffix = lt_ffix[] ct_fused = lt_fused[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.