SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVIBKCP SAP ABAP Report - Copy Company Code-Dependent Customizing Settings for Real Estate







RFVIBKCP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program copies Customizing settings for Real Estate Management from one company code, the 'source company code', to another company code (same client), the '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 RFVIBKCP 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

FOBK - Copy real estate company codes


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 RFVIBKCP. "Basic submit
SUBMIT RFVIBKCP AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIBKCP 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_TEST = Test run
Selection Text: P_STAND = Copy other tables(FI,AM,CO..)?
Selection Text: P_IMMO = Copy Real Estate tables?
Selection Text: P_DARWIN = Copy general IS-IS tables?
Selection Text: BUKRSOLD = Source company code
Selection Text: BUKRSNEW = Target company code
Selection Text: BAV_REG = BAV register number
Title: Copy Company Code-Dependent Customizing Settings for Real Estate
Text Symbol: A45 = External
Text Symbol: A60 = No entries found in the table.
Text Symbol: A61 = Entries
Text Symbol: A62 = were found and copied
Text Symbol: A63 = Entries
Text Symbol: A64 = were found but not copied (test run)
Text Symbol: A70 = Selection of tables to be copied:
Text Symbol: A80 = The new company code has to be created via
Text Symbol: A81 = FI customizing. If, for example, G/L account master data
Text Symbol: A82 = is missing, other inconsistencies could arise.
Text Symbol: A83 = See the report documentation.
Text Symbol: A85 = Real Estate tables were not changed.
Text Symbol: A86 = BAV registration number for company code
Text Symbol: A87 = has
Text Symbol: A88 = not been entered.
Text Symbol: A44 = To-number
Text Symbol: A08 = New entries in table:
Text Symbol: A10 = Changes in standard tables:
Text Symbol: A11 = Standard tables were not changed.
Text Symbol: A12 = Changes in other DARWIN tables:
Text Symbol: A13 = Other DARWIN tables were not changed.
Text Symbol: A21 = Service charges
Text Symbol: A22 = LO offer
Text Symbol: A23 = Manag.cont.
Text Symbol: A24 = Building
Text Symbol: A25 = Property
Text Symbol: A26 = Rental unit
Text Symbol: A27 = Lease-out
Text Symbol: A28 = Bus.entity
Text Symbol: A29 = Comp.aprtmnt





Text Symbol: A30 = Source company code:
Text Symbol: A31 = Target company code:
Text Symbol: A32 = Changes in Real Estate management tables
Text Symbol: A33 = Test run. No update!
Text Symbol: A34 = Event man.
Text Symbol: A40 = Number range object
Text Symbol: A41 = No.
Text Symbol: A42 = Year
Text Symbol: A43 = From-number


INCLUDES used within this REPORT RFVIBKCP

INCLUDE IFVIAKBK.
INCLUDE IFVICLIENTCHECK.


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:

No SAP FUNCTION MODULES are executed within this report code!



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