RFUMSV53 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 RFUMSV53 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFUMSV53 - Deferred Tax Toolbox
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_CRNAME = D .
Selection Text: P_CRTEXT = D .
Selection Text: P_DLEXT = Delete Extract
Selection Text: P_DLNAME = D .
Selection Text: P_HKONT = Check VAT Accounts
Selection Text: P_INCONS = Only Inconsistencies
Selection Text: P_KUNNR = Check Customers
Selection Text: P_LIFNR = Check Vendors
Selection Text: P_NOEXT = No Extract
Selection Text: P_RDEXT = Read Extract
Selection Text: P_RDNAME = D .
Selection Text: P_STID = D .
Selection Text: P_VARI = D .
Selection Text: S_BELNR = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GJAHR = D .
Selection Text: S_HKONT = D .
Selection Text: S_HKONTR = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_MONAT = D .
Selection Text: S_MWSKZ = D .
Selection Text: S_TYPE = D .
Selection Text: S_UMSKZ = D .
Selection Text: S_ZERO = Zero Tax Code
Selection Text: P_CREXT = Create Extract
Selection Text: P_ALL = All Items
Title: Deferred Tax Toolbox
Text Symbol: 000 = General Selections
Text Symbol: 001 = Further Selections
Text Symbol: 002 = Display Options
Text Symbol: 003 = Display Variant
Text Symbol: 004 = Extract Creation Options
Text Symbol: 006 = Invoice has no tax
Text Symbol: E01 = More than one incorrect field
Text Symbol: E02 = Incorrect field:
INCLUDE RFUMSV53_TOP.
INCLUDE RFUMSV53_PARAMETERS.
INCLUDE RFUMSV53_ALV.
INCLUDE RFUMSV53_F01.
INCLUDE RFUMSV53_F02.
No SAP DATABASE tables are accessed within this REPORT code!
BUKRS_AUTHORITY_CHECK CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' EXPORTING XDATABASE = 'B' TABLES XBUKREIS = s_bukrs. "1329198
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.