RFVIIM01 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 RFVIIM01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Simulation and update run of the input tax distribution
Text Symbol: 039 = Non ded. FC TX
Text Symbol: 040 = NonDedTX
Text Symbol: 041 = Costs Foreign Curr.
Text Symbol: 042 = Costs FC
Text Symbol: 043 = CostFC
Text Symbol: 044 = Distrib. Doc.
Text Symbol: 045 = Dist. Doc
Text Symbol: 046 = Obj. type
Text Symbol: 047 = CoCd Distrib. Doc
Text Symbol: 048 = CoCd D.D.
Text Symbol: 049 = Fiscal Yr. DistDoc
Text Symbol: 050 = FYr. DisD
Text Symbol: 051 = Deductible tax LC
Text Symbol: 052 = Deduct. tax LC
Text Symbol: 053 = Ded. TX LC
Text Symbol: 054 = Doc. head. dat
Text Symbol: 055 = @M_ERRO@ Errors! (see log)
Text Symbol: 056 = Error log
Text Symbol: 057 = SIMULATION
Text Symbol: 058 = *Input Tax Distrib. RE
Text Symbol: 201 = Doc. date
Text Symbol: 202 = DocType
Text Symbol: 203 = Company code
Text Symbol: 204 = Posting date
Text Symbol: 205 = Period
Text Symbol: 038 = Non deductible FC tax
Text Symbol: 001 = Simulation of input tax distrib.
Text Symbol: 002 = Posting data
Text Symbol: 003 = Run
Text Symbol: 004 = Accts
Text Symbol: 005 = Acct.assgt
Text Symbol: 006 = Objects
Text Symbol: 007 = Contrcts
Text Symbol: 008 = Settl.Unit
Text Symbol: 009 = Corr.Items
Text Symbol: 010 = Predefine
Text Symbol: 013 = Only reversed rates split in VITAXD
INCLUDE IIM01TOP.
INCLUDE RFVISODF.
INCLUDE APP_LOG_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
RE_POPUP_DOCUMENT_HEADER CALL FUNCTION 'RE_POPUP_DOCUMENT_HEADER' EXPORTING I_BKPF = GD_EBKPF i_nodlg = gc_nodlg IMPORTING E_BKPF = GD_IBKPF E_CANC = GD_CANC.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = GD_STATUS I_CALLBACK_USER_COMMAND = G_USER_COMMAND IS_LAYOUT = GT_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_SORT = GT_SORT[] IS_VARIANT = GS_VARIANT I_SAVE = GD_VAR_SAVE IT_EVENTS = GT_EVENTS[] IMPORTING * E_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_USEXIT TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS OTHERS = 2.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = GD_VAR_SAVE CHANGING CS_VARIANT = GS_VARIANT EXCEPTIONS OTHERS = 4.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = UT_EVENTS.
RE_TRANSFORM_PROTOCOLL CALL FUNCTION 'RE_TRANSFORM_PROTOCOLL' EXPORTING ir_log = gr_log tables it_sprot_u = gt_sprot_u.
REMD_DECODE_IMKEY CALL FUNCTION 'REMD_DECODE_IMKEY' EXPORTING I_IMKEY = UV_IMKEY I_DABRBEZ = UV_DABRBEZ IMPORTING E_OBJTYP = LOC_OBJTYP E_VIREMASTER = LOC_VIREMASTER EXCEPTIONS OBJECT_DOES_NOT_EXIST = 1 OBJECT_KEY_INCONSISTENT = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIIM01 - Simulation and update run of the input tax distribution RFVIIM01 - Simulation and update run of the input tax distribution RFVIIM00_SCHEDMAN_INIT - RFVIIM00SCHEDMANINIT RFVIIM00_SCHEDMAN_CLOSE - RFVIIM00SCHEDMANCLOSE RFVIIM00 - Input Tax Distribution: Simulation, Implementation, Reversal and Log RFVIIM00 - Input Tax Distribution: Simulation, Implementation, Reversal and Log