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
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.
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
INCLUDE RFVICNGP.
INCLUDE MF60ETRF.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVICOPY - Real Estate Master Data Objects - Environment Analysis and Copy Link RFVICOPY - Real Estate Master Data Objects - Environment Analysis and Copy Link RFVICONI - INCLUDE for Data Declaration: Constants RFVICOAB - Include for Report for Settlement of RE Objects (RKO74017) RFVICOA2 - documentation and ABAP source code RFVICO0S - Real Estate Obj.Planning: Fill Tab. COO0SFN for Application I