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
Below is a list of transaction codes which are relevant to this SAP report
FOBC - Real estate: Delete transaction data
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.
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)
INCLUDE RFVICNSV.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVICLBW - Delete Real Estate Flows RFVICLBW - Delete Real Estate Flows RFVICHMS - Representative List of Rents for Switzerland RFVICHMS - Representative List of Rents for Switzerland RFVICHDO - Report for Display of Change Documents for Real Estate Objects RFVICHDO - Report for Display of Change Documents for Real Estate Objects