SAP Reports / Programs | Real Estate Management | Real Estate Controlling(RE-CO) SAP RE

RFVIPL01 SAP ABAP Report - Copy From Cash Flow to Plan Version







RFVIPL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program copies planned records from the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVIPL01 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

FOKFP - Copy Cash Flow to Plan Version


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 RFVIPL01. "Basic submit
SUBMIT RFVIPL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIPL01 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_PER = Month
Selection Text: P_YEAR = Year
Selection Text: P_VERSN = Plan version
Selection Text: P_UPD = Overwrite
Selection Text: P_UMSKZ = Consider special G/L trans.
Selection Text: P_TOBART = Target object type
Selection Text: P_SIM = Test run
Selection Text: P_LOG = Extended log
Selection Text: P_KEEP = Do not change
Selection Text: P_ADDON = Cumulate
Title: Copy From Cash Flow to Plan Version
Text Symbol: 101 = Messages from data selection:
Text Symbol: 102 = Messages from CO interface:
Text Symbol: 103 = RU is not assigned to a property
Text Symbol: 104 = RU is not assigned to a building
Text Symbol: 105 = FlowType &2, &3 &4, Per. &5/&6, CostElem &7
Text Symbol: 106 = Data selection
Text Symbol: 100 = Copy cash flow to plan version
Text Symbol: 031 = Records transferred to CO interface
Text Symbol: 011 = Amounts
Text Symbol: 008 = Log
Text Symbol: 007 = Existing Plan Data
Text Symbol: 006 = Adjust amounts
Text Symbol: 005 = Copy amounts
Text Symbol: 004 = Processing options
Text Symbol: 003 = Target (Plan)
Text Symbol: 002 = Data from cash flow
Text Symbol: 001 = Factors
Text Symbol: 107 = CO interface
Text Symbol: 113 = Notice given on lease-out &1 on
Text Symbol: 112 = Lease-out &1 ends on
Text Symbol: 111 = Edited lease-out &1:
Text Symbol: 110 = Overwrite
Text Symbol: 109 = Do not modify
Text Symbol: 108 = Accumulate


INCLUDES used within this REPORT RFVIPL01

INCLUDE RFVICNGP.
INCLUDE SBAL_CONSTANTS.
INCLUDE IFRE_CHECK_RE_CLASSIC.





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:

CONVERSION_EXIT_OBART_INPUT call function 'CONVERSION_EXIT_OBART_INPUT' exporting input = p_tobart importing output = ld_inttobart EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' I_BUFFER_ACTIVE = 'X' i_callback_program = ld_repid i_callback_pf_status_set = 'ALV_STATUS_SET' i_callback_user_command = 'ALV_USER_COMMAND' * I_STRUCTURE_NAME = * IS_LAYOUT = it_fieldcat = lt_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = '' * I_SAVE = ' ' * IS_VARIANT = it_events = lt_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = lt_protocol EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .



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