RFVIBBCL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report recalculates the end date of the correction on the basis of the initial usage date...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 RFVIBBCL 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.
Result of recalculation of end date of correction
Selection Text: P_BUKRS = Company code
Selection Text: P_XTEST = Test run
Selection Text: SO_BERI = Correction Items
Title: Recalculation of end date of correction period (22E -> 22F)
Text Symbol: 001 = Correction items changed
Text Symbol: 002 = Correct.Items
004 Asset number Corr.items First use End (old) End (new)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFVIBEBE CALL FUNCTION 'ENQUEUE_EFVIBEBE' EXPORTING MANDT = SY-MANDT EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING DATUM_EIN = HLP_DABERI ULTIMO_SETZEN = 'X' IMPORTING DATUM_AUS = HLP_DABERI.
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING ANZAHL_MONATE = 119 DATUM_EIN = HLP_DABERI ULTIMO_SETZEN = 'X' IMPORTING DATUM_AUS = HLP_DEBERI.
FVVI_AUTHORITY_MESSAGE CALL FUNCTION 'FVVI_AUTHORITY_MESSAGE' EXPORTING AUTH_ACTVT = AUTH_ACTVT AUTH_BUKRS = BUKRS AUTH_OBJECT = AUTH_OBJECT *<<<< auth_subrc = sy-subrc " <<< DELETE KI3K057248 AUTH_SUBRC = LOC_SUBRC " <<< INSERT KI3K057248 EXCEPTIONS AUTHORITY_DESTROYED = 28 NO_AUTHORITY = 04 NO_AUTHORITY_PROFILE = 12 NO_USER_ENTRY = 16 TOO_MUCH_PARAMETER = 08 UNKNOWN_ERROR = 99 WRONG_FIELD_NAME = 24 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBBCL - Recalculation of end date of correction period (22E -> 22F) RFVIBBCL - Recalculation of end date of correction period (22E -> 22F) RFVIBB02 - Correspondence - Print Bank Payment Guarantee for Rental Agreement RFVIBB02 - Correspondence - Print Bank Payment Guarantee for Rental Agreement RFVIBB01 - Bank Payment Guarantee for Lease-Out: Correspondence RFVIBB01 - Bank Payment Guarantee for Lease-Out: Correspondence