SAP Reports / Programs | Financials | Strategic Enterprise Management | Business Consolidation(FIN-SEM-BCS) SAP FIN

UCF_LIST_METHOD SAP ABAP Report - Customizing List







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


Transaction Code(s):

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


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


INCLUDES used within this REPORT UCF_LIST_METHOD

No INCLUDES are used within this REPORT code!


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:

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[].



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