SAP Reports / Programs

RFVICOPY SAP ABAP Report - Real Estate Master Data Objects - Environment Analysis and Copy Link







RFVICOPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Copying master data This program enables you to copy master data...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 RFVICOPY 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 RFVICOPY. "Basic submit
SUBMIT RFVICOPY AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICOPY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Copy master data and lease-outs
Selection Text: TEST = Test run without copy
Selection Text: PDERZAHL = 1st debit position in new CoCd
Selection Text: NEW_BUK = New company code
Selection Text: NEWEQOLD = BE/BU/PR/RU proposal old=new?
Selection Text: IW_INT = Internal number for BE
Selection Text: IV_INT = Internal no. for lease-outs
Selection Text: IM_INT = Internal number for rntl unit
Selection Text: IG_INT = Internal number for property
Selection Text: IB_INT = Internal number for building
Title: Real Estate Master Data Objects - Environment Analysis and Copy Link
Text Symbol: NEW = New:
Text Symbol: LI1 = Customers for lease-out
Text Symbol: 920 = Log of data transfer:
Text Symbol: 910 = Copied to company code:
Text Symbol: 503 = Read the program report documentation -> Help _-> Extended help
Text Symbol: 502 = Information on number assignment
Text Symbol: 501 = Data for the new master data objects and lease-outs
Text Symbol: 402 = Copy - confirmation prompt
Text Symbol: 401 = copy to CoCd?
Text Symbol: 400 = Really execute
Text Symbol: 007 = No customers exist
Text Symbol: 005 = LO
Text Symbol: 004 = RU
Text Symbol: 003 = BU
Text Symbol: 002 = PR
Text Symbol: 001 = BE


INCLUDES used within this REPORT RFVICOPY

INCLUDE RFVICNGP.
INCLUDE MF60ETRF.


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:

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING * DEFAULTOPTION = 'Y' OBJECTVALUE = NEW_BUK TEXT_AFTER = ' wirklich ausführen?'(401) TEXT_BEFORE = 'Kopieren nach Buchungskreis'(400) TITEL = 'Kopieren - Sicherungsabfrage'(402) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANTWORT EXCEPTIONS TEXT_TOO_LONG = 1 OTHERS = 2.

REMD_DECODE_IMKEY * CALL FUNCTION 'REMD_DECODE_IMKEY' * EXPORTING ** I_MANDT = ' ' ** I_IMKEY = UV_Intreno * I_INTRENO = P_INTRENO ** I_DABRBEZ ** I_NPERSOND = ** I_FLAG_HIERARCHY = ' ' * IMPORTING * E_OBJTYP = P_OBJTYP ** E_VIREMASTER = P_VIREMASTER ** tables ** T_VIOB01 = ** T_VIOB02 = ** T_VIOB03 = ** T_VIMI01 = ** T_VIMIMV = ** T_VIVW01 = ** T_VIAK03 = ** T_VIAK25 = ** T_VIBEBE = * 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 RFVICOPY or its description.