SAP Reports / Programs

RFVICP01 SAP ABAP Report - Real Estate Reference Flow Types







RFVICP01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report copies the settings of the reference flow types from a source company to a target company code...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 RFVICP01 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

FOPE - Copy reference flow types


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 RFVICP01. "Basic submit
SUBMIT RFVICP01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICP01 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: P_VERWAL = Flow types management contract
Selection Text: P_TEST = Test run
Selection Text: P_RECN = Gen.contr.flow type trns.post.
Selection Text: P_NACHBU = Flow types follow-up postings
Selection Text: P_LEER = Flow types unoccupied
Selection Text: P_EIGEN = Flow types own use
Selection Text: P_ALTDAT = SCS legacy data flow types
Selection Text: P_ABRECH = Flow types settlement
Selection Text: P_ABGREN = Flow types accrual/deferral
Selection Text: BUKRSOLD = Source company code
Selection Text: BUKRSNEW = Target company code
Title: Real Estate Reference Flow Types
Text Symbol: A64 = entries found but not copied (test run)
Text Symbol: A63 = A total of
Text Symbol: A62 = entries found and copied
Text Symbol: A61 = A total of
Text Symbol: A60 = No entries found in the table.
Text Symbol: A33 = Test run. No update!
Text Symbol: A31 = Target company code:
Text Symbol: A30 = Source company code:
Text Symbol: A08 = New entries in table:
Text Symbol: 061 = Reference flow types for general contract transf.postings
Text Symbol: 060 = Entries found
Text Symbol: 058 = Abbreviations:
Text Symbol: 057 = Des Relationship key
Text Symbol: %FP = Program parameters
Text Symbol: %FS = Program selections
Text Symbol: 005 = Flow type not maintained
Text Symbol: 030 = Ref.flow types for follow-up postings:
Text Symbol: 031 = Retroactive increases
Text Symbol: 032 = Relationship key
Text Symbol: 033 = Retroactive reductions
Text Symbol: 034 = Ref. flow types for settlements:
Text Symbol: 035 = Service charges, heating expenses, sales-based rents
Text Symbol: 036 = Ref: flow types for acc./def.:
Text Symbol: 037 = Acc./def. rents paid in advance
Text Symbol: 038 = Retransfer acc./def. rents paid in advance
Text Symbol: 040 = Acc./def. rents paid in arrears





Text Symbol: 041 = Retransfer acc./def. rents paid in arrears
Text Symbol: 042 = Reference flow types for vacancy
Text Symbol: 043 = Reference flow types for own use
Text Symbol: 044 = Reference flow types for postings to vendor accounts management cont.
Text Symbol: 045 = Reference flow types for SCS legacy data transfer
Text Symbol: 050 = Company code:
Text Symbol: 051 = Entries in table:
Text Symbol: 052 = CoCd C Dex Original flow type
Text Symbol: 053 = Reference flow type
Text Symbol: 055 = CoCd Company code
Text Symbol: 056 = C Contract type 3 = Real estate


INCLUDES used within this REPORT RFVICP01

No INCLUDES are used within this REPORT code!


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:

READ_TZB0A_TZB0T CALL FUNCTION 'READ_TZB0A_TZB0T' EXPORTING SPRAS = SY-LANGU RANTYP = '3' TABLES I_BWA_TAB = I_BWA_TAB EXCEPTIONS TEXT_NOT_FOUND = 1 BWA_NOT_FOUND = 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 RFVICP01 or its description.