SAP Reports / Programs

RFVICLBW SAP ABAP Report - Delete Real Estate Flows







RFVICLBW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you delete all flow data which exists as a result of postings to real estate objects, of account settlements or due to the debit position in the real estate area...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 RFVICLBW 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

FOBC - Real estate: Delete transaction data


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 RFVICLBW. "Basic submit
SUBMIT RFVICLBW AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICLBW 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_BUKRS1 = Company code
Title: Delete Real Estate Flows
Text Symbol: 049 = VIOB07 (Update)
Text Symbol: 050 = VIOB06 (Update)
Text Symbol: 051 = VIOB05 (Update)
Text Symbol: 052 = VIAK07 (Update)
Text Symbol: 053 = VIMITH (Delete)
Text Symbol: 054 = VISLID (Delete)
Text Symbol: 058 = VIMIRD (Delete)
Text Symbol: 059 = VIAK18 (Delete)
Text Symbol: 060 = VIMI16 (Delete)
Text Symbol: 061 = VIMI17 (Delete)
Text Symbol: 062 = VIEA03 (Delete)
Text Symbol: 063 = VIEA05 (Delete)
Text Symbol: 064 = VIEA06 (Delete)
Text Symbol: 065 = VIVW01 (Update)
Text Symbol: 066 = VIVW05 (Update)
Text Symbol: 067 = VIVW07 (Update)
Text Symbol: 068 = VIVW08 (Update)
Text Symbol: 069 = VIVW09 (Delete)
Text Symbol: 070 = VIBEPP (Delete)
Text Symbol: AA1 = Beware: Program resets flow data for all real estate objects
Text Symbol: AA2 = in company code (Read program documentation)
Text Symbol: AA3 = Test run: Only those tables are displayed which will be reset
Text Symbol: 048 = VIBEOS (Update)
Text Symbol: 001 = Contracts selected
Text Symbol: 002 = Contracts were not active
Text Symbol: 003 = Contracts incorrect
Text Symbol: 004 = Contracts were successfully reset
Text Symbol: 005 = Contracts were reset
Text Symbol: 006 = VIMIMV statistics
Text Symbol: 007 = Table
Text Symbol: 008 = Number
Text Symbol: 030 = VIBEPP (Update)
Text Symbol: 031 = IVBK (Delete)
Text Symbol: 033 = IVBP (Delete)
Text Symbol: 034 = IVBZ (Delete)





Text Symbol: 035 = VIMI28 (Read)
Text Symbol: 036 = VIAK25 (Delete)
Text Symbol: 037 = VIAK11 (Delete)
Text Symbol: 038 = VIAK12 (Delete)
Text Symbol: 039 = VIAK13 (Delete)
Text Symbol: 040 = VIAK14 (Delete)
Text Symbol: 041 = VIAK17 (Delete)
Text Symbol: 042 = VIAK20 (Delete)
Text Symbol: 043 = VIAK16 (Delete)
Text Symbol: 044 = VIVSTI (Delete)
Text Symbol: 045 = VITAXA (Delete)
Text Symbol: 046 = VITAXD (Delete)
Text Symbol: 047 = VIBEBE (Update)


INCLUDES used within this REPORT RFVICLBW

INCLUDE RFVICNSV.


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:

FVZK_LOAD_VZZKOPO CALL FUNCTION 'FVZK_LOAD_VZZKOPO' EXPORTING DEFAULT_VALUES = ' ' FLG_KOPA_READ = ' ' GET_EMPTY = ' ' GSART = 'IMV' INIT_TABLES = FLG_INIT_TABLES KOKO_KEY = RVZKOKOKEY TABLES IVZZKOPO = TEMP_VZZKOPO EXCEPTIONS GROUP_NOT_FOUND = 01 KONDITION_NOT_FOUND = 02 SBEWZITI_DIFFERENT = 03 SKOART_NOT_FOUND = 04 TEXT_NOT_FOUND = 05.

FVIA_VIBEPP_MODIFY_OF_VZZKOPO CALL FUNCTION 'FVIA_VIBEPP_MODIFY_OF_VZZKOPO' EXPORTING I_VIMIMV = VIMIMV_LAST I_VIOB01 = VIOB01_LAST MVSCHL = MVSCHL RUSER = RUSER TABLES GES_VZZKOPO = IVZZKOPO NEW_VIBEPP = XVIBEPP EXCEPTIONS DEBITOR_NOT_FOUND = 01 GSART_NOT_IN_TZA37 = 02 SBEWART_NACHBUCHUNG_NOT_FOUND = 03.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 IMPORTING MESSAGE_TEXT_OUTPUT = GLB_XMESSAGE.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING CHECK_INDICATOR = SPACE TABLENAME = 'VIBEPP ' TABLES TABLE_NEW = XVIBEPP TABLE_OLD = YVIBEPP EXCEPTIONS NAMETAB_ERROR = 01.

VIBEPP_MASS_BOOKING CALL FUNCTION 'VIBEPP_MASS_BOOKING' IN UPDATE TASK TABLES VIBEPP_BEWEG = YVIBEPP.

VIBEPP_MASS_BOOKING CALL FUNCTION 'VIBEPP_MASS_BOOKING' IN UPDATE TASK TABLES VIBEPP_BEWEG = XVIBEPP.



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