RFVIBE03 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 RFVIBE03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FO8N - OptRte-Relevant Changes RU / LO
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: S_SNKSL = Service Charge Key
Selection Text: S_SEMPSL = Recipient Key
Selection Text: S_SBERI = Correction Items
Selection Text: S_IOWENR = Business Entity
Selection Text: S_BUKRS = Company Code
Selection Text: S_AEWENR = Business Entity
Selection Text: P_VIOB01 = Evaluation for Real Est.Obj.
Selection Text: P_VIBEBE = Evaluation for Correction Itms
Selection Text: P_VIAK03 = Evaluation for Settlemnt Units
Selection Text: P_DVON = From
Selection Text: P_DBIS = To
Title: Display of Option Rate-Relevant Changes in Rental Units/Lease-Outs
Text Symbol: K13 = Analysis Period
Text Symbol: M01 = No changes in the selected objects
Text Symbol: S01 = Sett.Fact
Text Symbol: S02 = Notice
Text Symbol: S03 = Notice Per
Text Symbol: S04 = VAT Code
Text Symbol: S05 = Value-Added Tax Code
Text Symbol: S06 = Opt.ID
Text Symbol: S07 = Opting Indicator
Text Symbol: S08 = Status
Text Symbol: S09 = Deleted
Text Symbol: S10 = Set
Text Symbol: S11 = Cubic Vol.
Text Symbol: S12 = Cubic Volume
Text Symbol: S13 = Provis.Agrmt
Text Symbol: S14 = Signed On
Text Symbol: S15 = Created
Text Symbol: S16 = Insp.
Text Symbol: S17 = Activated
Text Symbol: S18 = Area
Text Symbol: T01 = Evaluations on Determined Option Rates
Text Symbol: T02 = Display opt.rate-relevant changes
Text Symbol: Z01 = Assigned
Text Symbol: Z02 = Not Assigned
Text Symbol: 001 = Analysis Period
Text Symbol: C01 = CoCd
INCLUDE RFVICNNK.
INCLUDE BE03DATA.
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'STATUS_CHECK' EXPORTING * BYPASS_BUFFER = ' ' * CLIENT = SY-MANDT OBJNR = OBJECT STATUS = CON_ISTAT-LOESCHVORMERK EXCEPTIONS OBJECT_NOT_FOUND = 01 STATUS_NOT_ACTIVE = 02.
STATUS_NUMBER_CONVERSION CALL FUNCTION 'STATUS_NUMBER_CONVERSION' EXPORTING CLIENT = SY-MANDT LANGUAGE = SY-LANGU OBJNR = OBJNR STATUS_NUMBER = NUMBER STSMA = ' ' IMPORTING * LANGUAGE_FOUND = * TXT04 = TXT04 TXT30 = TXT30 EXCEPTIONS INSUFFICIENT_INPUT = 01 OBJECT_NOT_FOUND = 02 STATUS_NOT_FOUND = 03 STSMA_NOT_FOUND = 04.
ABR_TEILNDAUER_ME_ZU_ABRECHPER CALL FUNCTION 'ABR_TEILNDAUER_ME_ZU_ABRECHPER' EXPORTING ABRBIS = P_DBIS ABRVON = P_DVON ALL_STATUS = 'X' BUKRS = T_VIAK03-BUKRS DAEEND = T_VIAK03-DAEEND ME_GAP_ENTRY = 'X' NO_ME_STATUS_CHECK = 'X' SEMPSL = T_VIAK03-SEMPSL SNKSL = T_VIAK03-SNKSL SWENR = T_VIAK03-SWENR TABLES MEDAUER = MEDAUER EXCEPTIONS ABBRUCH_ABRECHNUNG = 01.
CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING ARCHIVE_HANDLE = 0 CHANGENUMBER = ' ' DATE_OF_CHANGE = P_DVON OBJECTCLASS = OBJECTCLAS OBJECTID = OBJECTID TABLEKEY = TABKEY TABLENAME = TABNAME_UR * TIME_OF_CHANGE = '000000' USERNAME = ' ' TABLES EDITPOS = T_CDRED EXCEPTIONS NO_POSITION_FOUND = 01 WRONG_ACCESS_TO_ARCHIVE = 02.
CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING ARCHIVE_HANDLE = 0 CHANGENUMBER = ' ' * DATE_OF_CHANGE = P_DVON OBJECTCLASS = OBJECTCLAS OBJECTID = OBJECTID * TABLEKEY = TABKEY TABLENAME = TABNAME_FL * TIME_OF_CHANGE = '000000' USERNAME = ' ' TABLES EDITPOS = T_CDRED EXCEPTIONS NO_POSITION_FOUND = 01 WRONG_ACCESS_TO_ARCHIVE = 02.
ABR_VIAK23_READ_WITH_BUFFER CALL FUNCTION 'ABR_VIAK23_READ_WITH_BUFFER' EXPORTING I_KEY_SINGLE = LOC_KEY_VIAK23 IMPORTING E_VIAK23 = LOC_FLD_VIAK23 EXCEPTIONS WRONG_CALL = 1 OTHERS = 2.
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 RFVIBE03 or its description.
RFVIBE03 - Display of Option Rate-Relevant Changes in Rental Units/Lease-Outs RFVIBE03 - Display of Option Rate-Relevant Changes in Rental Units/Lease-Outs RFVIBE01 - Correction Item Display with Changed Option Ratio RFVIBE01 - Correction Item Display with Changed Option Ratio RFVIBBCL - Recalculation of end date of correction period (22E -> 22F) RFVIBBCL - Recalculation of end date of correction period (22E -> 22F)