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
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
Below is a list of transaction codes which are relevant to this SAP report
FOKFP - Copy Cash Flow to Plan Version
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: 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
INCLUDE RFVICNGP.
INCLUDE SBAL_CONSTANTS.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIPL01 - Copy From Cash Flow to Plan Version RFVIPL01 - Copy From Cash Flow to Plan Version RFVIPB02 - Correspondence - Print Personal Guarantee for Rental Agreement RFVIPB02 - Correspondence - Print Personal Guarantee for Rental Agreement RFVIPB01 - Personal Guarantee for Lease-Out: Correspondence RFVIPB01 - Personal Guarantee for Lease-Out: Correspondence