RFUMSV52 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 RFUMSV52 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFUMSV52 - Analysis of Deferred Tax Accounts
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: SEL_UMSK = D .
Selection Text: SEL_TYPE = D .
Selection Text: SEL_MWKZ = D .
Selection Text: SEL_LIFN = D .
Selection Text: SEL_KUNN = D .
Selection Text: SEL_GJAH = D .
Selection Text: SEL_DATE = Time Frame
Selection Text: SEL_BUKR = D .
Selection Text: SEL_BELN = D .
Selection Text: SEL_ACCO = D .
Selection Text: P_VARI = D .
Selection Text: P_RL_SIM = D .
Title: Analysis of Deferred Tax Accounts
Text Symbol: 050 = DP Chain Number
Text Symbol: 051 = Vendor
Text Symbol: 052 = User
Text Symbol: 053 = Date
Text Symbol: 054 = Last Period's Balance
Text Symbol: 055 = Further Selection Options
Text Symbol: 056 = Display Variant
Text Symbol: 061 = Payment Translation Date
Text Symbol: 062 = Payment Exchange Rate
Text Symbol: 063 = Payment Currency
Text Symbol: 064 = Tax Translation Date
Text Symbol: 065 = Tax Exchange Rate
Text Symbol: 066 = Tax Currency
Text Symbol: 067 = Payment Document Date
Text Symbol: 068 = Tax Document Date
Text Symbol: 070 = TaxDocClearing
Text Symbol: 071 = PaymDocClearing
Text Symbol: 001 = General Selection Options for Analysis of Deferred Tax Data
Text Symbol: 002 = Gross Amount
Text Symbol: 003 = Amount Paid
Text Symbol: 004 = Tax Amount
Text Symbol: 005 = Reported and Tfrd Amount
Text Symbol: 006 = Tax Acct Balance
Text Symbol: 010 = Company Code
Text Symbol: 011 = Tax Account
INCLUDE DEFTAX_EQUATES. "613432
INCLUDE DATA_DECLARATION_DEF.
INCLUDE I_RFUMSV52_PARAMETERS.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gd_repid I_CALLBACK_USER_COMMAND = G_USER_COMMAND "USR Commands is_layout = gs_layout it_fieldcat = gt_fieldcatalogue i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_alv_event TABLES t_outtab = gt_analysis.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.