RFVIOBNR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFVIOBNR 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.
Selection Text: PB_IB = Building
Selection Text: PB_IG = Property
Selection Text: PB_IM = Rental unit
Selection Text: PB_IW = Business entity
Title: Delete ONR00 entries for Real Estate object
Text Symbol: 001 = Business Entity:
Text Symbol: 002 = Building
Text Symbol: 003 = Property:
Text Symbol: 004 = Rental Unit:
Text Symbol: 005 = ONR00 entries deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_NUMBER_DELETE_IW CALL FUNCTION 'OBJECT_NUMBER_DELETE_IW' TABLES t_objnr = t_onr00_del.
OBJECT_NUMBER_DELETE_IB CALL FUNCTION 'OBJECT_NUMBER_DELETE_IB' TABLES t_objnr = t_onr00_del.
OBJECT_NUMBER_DELETE_IG CALL FUNCTION 'OBJECT_NUMBER_DELETE_IG' TABLES t_objnr = t_onr00_del.
OBJECT_NUMBER_DELETE_IM CALL FUNCTION 'OBJECT_NUMBER_DELETE_IM' TABLES t_objnr = t_onr00_del.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIOBNR - Delete ONR00 entries for Real Estate object RFVIOBNR - Delete ONR00 entries for Real Estate object RFVIOB40 - Generate VIOB40 from VIOB09 RFVIOB40 - Generate VIOB40 from VIOB09 RFVIOB00 - Business Entity: Object Selection (Properties and Buildings) RFVIOB00 - Business Entity: Object Selection (Properties and Buildings)