SAP Reports / Programs

RFVIBBCL SAP ABAP Report - Recalculation of end date of correction period (22E -> 22F)







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


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 RFVIBBCL. "Basic submit
SUBMIT RFVIBBCL AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIBBCL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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)


INCLUDES used within this REPORT RFVIBBCL

No INCLUDES are used within this REPORT code!


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:

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.



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