SAP Reports / Programs

RFVIIM01 SAP ABAP Report - Simulation and update run of the input tax distribution







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


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 RFVIIM01. "Basic submit
SUBMIT RFVIIM01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIIM01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 020 = Distributed Line Items
Text Symbol: 021 = Undistributed Line Items
Text Symbol: 022 = Line items with full deduct.inp.tax
Text Symbol: 023 = Reversed Line Items
Text Symbol: 024 = Line Items with Output Tax
Text Symbol: 028 = No. of Sel. Activities
Text Symbol: 029 = Detail: All Fields
Text Symbol: 030 = Cost Local Curr.
Text Symbol: 031 = Cost LC
Text Symbol: 032 = CostLC
Text Symbol: 033 = Acct asst object
Text Symbol: 034 = AcctObj
Text Symbol: 035 = Deductible FC tax
Text Symbol: 036 = Deduct. FC tax
Text Symbol: 037 = Ded. TX


INCLUDES used within this REPORT RFVIIM01

INCLUDE IIM01TOP.
INCLUDE RFVISODF.
INCLUDE APP_LOG_FORMS.


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:

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.



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